Skip to content

Commit

Permalink
Standardize on a rebar.config dep format to reduce conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Oct 16, 2013
1 parent 5f079dd commit fe9e684
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file modified rebar
Binary file not shown.
3 changes: 1 addition & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{deps, [
{canola, ".*", {git, "git://github.com/basho/canola", {branch, "master"}}}
{canola, ".*", {git, "git://github.com/basho/canola.git", {branch, "master"}}}
]}.

3 changes: 1 addition & 2 deletions src/riak_auth_mods.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{application, riak_auth_mods,
[
{description, "Third party authentication modules for Riak"},
{vsn, "0.1.0"},
{vsn, git},
{modules, []},
{applications, [
kernel,
Expand All @@ -13,4 +13,3 @@
{mod, {riak_auth_mods_app, []}},
{env, []}
]}.

0 comments on commit fe9e684

Please sign in to comment.