Skip to content

Commit

Permalink
Updated amqp_client to 3.3.5
Browse files Browse the repository at this point in the history
Updated ex_doc
  • Loading branch information
pma committed Aug 15, 2014
1 parent 0c579be commit be1c40d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Amqp.Mixfile do

def project do
[app: :amqp,
version: "0.0.1",
elixir: "~> 0.14.1 or ~> 0.15.0",
version: "0.0.2",
elixir: "~> 0.14.3 or ~> 0.15.0",
deps: deps]
end

Expand All @@ -13,8 +13,8 @@ defmodule Amqp.Mixfile do
end

defp deps do
[{:ex_doc, github: "elixir-lang/ex_doc", only: :dev},
{:markdown, github: "devinus/markdown", only: :dev},
{:amqp_client, github: "pma/amqp_client", tag: "rabbitmq-3.3.4"}]
[{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.5", only: :dev},
{:amqp_client, github: "pma/amqp_client", tag: "rabbitmq-3.3.5"}]
end
end
5 changes: 3 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%{"amqp_client": {:git, "git://github.com/pma/amqp_client.git", "85da3db807a527d3acc9a4aeafb710a125a1609d", [tag: "rabbitmq-3.3.4"]},
"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "b59a08729ad0ee805aabc4f2b4f2d97261a57825", []},
%{"amqp_client": {:git, "git://github.com/pma/amqp_client.git", "85da3db807a527d3acc9a4aeafb710a125a1609d", [tag: "rabbitmq-3.3.5"]},
"earmark": {:package, "0.1.10"},
"ex_doc": {:package, "0.5.1"},
"hoedown": {:git, "git://github.com/hoedown/hoedown.git", "0610117f44b173a4e2112afb2f510156a32355b5", []},
"markdown": {:git, "git://github.com/devinus/markdown.git", "7b1912a693611a9445574e099687879948bafbae", []},
"rabbit_common": {:git, "git://github.com/pma/rabbit_common.git", "e43a663211c60d71830306ca00c8d0013e3751cf", [tag: "rabbitmq-3.3.4"]}}

0 comments on commit be1c40d

Please sign in to comment.