Skip to content

Commit

Permalink
Add ibrowse as required dpendency; Bump version to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Aug 5, 2014
1 parent 8e0f015 commit 2c5cf4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Hound.Mixfile do

def project do
[ app: :hound,
version: "0.5.8",
elixir: ">= 0.13.0",
version: "0.5.9",
elixir: ">= 0.15.0",
description: description,
deps: deps(Mix.env),
package: package,
Expand All @@ -29,7 +29,7 @@ defmodule Hound.Mixfile do
# { :barbat, "~> 0.1", github: "elixir-lang/barbat.git" }
defp deps do
[
{ :ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.0.2", optional: true },
{ :ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.1"},
{ :jsex, "~> 2.0.0" }
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{"earmark": {:git, "git://github.com/pragdave/earmark.git", "d8f7cffa1a0036068dd129c9f0de77a37adc19f4", []},
"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "b59a08729ad0ee805aabc4f2b4f2d97261a57825", []},
"ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "e8ae353c16d4f0897abb9f80025b52925b974dd1", [tag: "v4.0.2"]},
"ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "d2e369ff42666c3574b8b7ec26f69027895c4d94", [tag: "v4.1.1"]},
"jsex": {:package, "2.0.0"},
"jsx": {:package, "2.0.4"}}

0 comments on commit 2c5cf4c

Please sign in to comment.