--- rebar.config 2013-04-18 16:14:13.773123469 +0200 +++ rebar.config.patched 2013-04-25 11:39:47.647287763 +0200 @@ -1,20 +1,6 @@ %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- %% ex: ts=4 sw=4 ft=erlang et {deps, [ - {jiffy, ".*", - {git, "git://github.com/davisp/jiffy.git", {tag, "0.4.3"}}}, - - {neotoma, "1.5", - {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.5.1"}}}, - - {ibrowse, ".*", - {git, "git://github.com/opscode/ibrowse.git", {tag, "v4.0.1.1"}}}, - - {ej, "0.0.2", - {git, "git://github.com/seth/ej.git", "HEAD"}}, - - {gen_bunny, ".*", - {git, "git://github.com/seth/gen_bunny.git", {branch, "master"}}} ]}. {erl_opts, [debug_info]}.