Skip to content

Commit

Permalink
updating to elixir 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JB Smith committed Aug 21, 2014
1 parent 50a385f commit fa5d198
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ defmodule Couchie.Mixfile do
defp deps do
[
{:cberl, github: "chitika/cberl"}, #chitika is authoritative source
{:jazz, github: "devinus/jazz", branch: "0.13"}
# {:jazz, github: "meh/jazz"}
#{:jazz, github: "devinus/jazz", branch: "0.13"}
{:jazz, github: "meh/jazz", tag: "v0.1.1"}
]
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", "46079b7571d0c70874a0ca002612645d0bafd64c", [tag: "v0.1.1"]},
"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 fa5d198

Please sign in to comment.