Skip to content

Commit

Permalink
Merge pull request nirvana#13 from ca-jbsmith/elixir-0.15.1
Browse files Browse the repository at this point in the history
Elixir 0.15.1 updates from Elixir 0.13.0 in stages
  • Loading branch information
n1rvana committed Aug 23, 2014
2 parents edf2ed2 + e6e0a60 commit 86b705a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/ebin
/deps
erl_crash.dump
PRIVATE.md
PRIVATE.md
/_build
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ defmodule Couchie.Mixfile do
# {:erlmc, "0.1", git: "https://github.com/n1rvana/erlmc.git"}
defp deps do
[
{:cberl, github: "clutchanalytics/cberl"}, #chitika is authoritative source
{:jazz, github: "devinus/jazz", branch: "0.13"}
# {:jazz, github: "meh/jazz"}
{:cberl, github: "chitika/cberl"}, #chitika is authoritative source
#{:jazz, github: "devinus/jazz", branch: "0.13"}
{:jazz, github: "meh/jazz"}
]
end
end
4 changes: 4 additions & 0 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
%{"cberl": {:git, "git://github.com/chitika/cberl.git", "00c4a4b2b9a7f5054f69303b0be64a5266e8de3a", []},
"jazz": {:git, "git://github.com/meh/jazz.git", "e0cf73011f64868534cd229c458e205ce04a6619", []},
"jiffy": {:git, "https://github.com/davisp/jiffy.git", "2dbf89f51c547914e994f51457140df9e9a1ca83", [branch: "master"]},
"poolboy": {:git, "https://github.com/devinus/poolboy.git", "17d1582533af5c076117e2e1270f4b43faa02f12", [branch: "master"]}}
2 changes: 0 additions & 2 deletions test/couchie_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Code.require_file "../test_helper.exs", __FILE__

defmodule CouchieTest do
use ExUnit.Case

Expand Down

0 comments on commit 86b705a

Please sign in to comment.