Skip to content

Commit

Permalink
Merge pull request #137 from inaka/elbrujohalcon.137.rebar_build_with…
Browse files Browse the repository at this point in the history
…out_ssh_keys_f

rebar build without ssh keys fails due to outdated dep libs
  • Loading branch information
igaray committed Apr 9, 2015
2 parents a716669 + 3c6ed30 commit 8f9d188
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.3.4](https://github.com/inaka/sumo_db/tree/0.3.4) (2015-04-07)

[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.3...0.3.4)

**Merged pull requests:**

- Add uuid as a required application [\#135](https://github.com/inaka/sumo_db/pull/135) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.3.3](https://github.com/inaka/sumo_db/tree/0.3.3) (2015-04-07)

[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.2...0.3.3)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPS = lager emysql emongo tirerl epgsql wpool riakc uuid
dep_lager = git https://github.com/basho/lager.git 2.1.1
dep_emysql = git https://github.com/Eonblast/Emysql.git v0.4.1
dep_emongo = git https://github.com/inaka/emongo.git v0.2.1
dep_tirerl = git https://github.com/inaka/tirerl 0.1.0
dep_tirerl = git https://github.com/inaka/tirerl 0.1.2
dep_epgsql = git https://github.com/epgsql/epgsql 2.0.0
dep_wpool = git https://github.com/inaka/worker_pool.git 1.0.2
dep_riakc = git https://github.com/inaka/riak-erlang-client.git 2.1.1-dialyzed
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
warn_untyped_record, debug_info
]}.
{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", "2.0.3"}},
{lager, ".*", {git, "git://github.com/basho/lager.git", "2.1.1"}},
{emysql, ".*", {git, "git://github.com/Eonblast/Emysql.git", "v0.4.1"}},
{emongo, ".*", {git, "git://github.com/inaka/emongo.git", "v0.2.1"}},
{tirerl, ".*", {git, "git://github.com/inaka/tirerl", "0.1.0"}},
{tirerl, ".*", {git, "git://github.com/inaka/tirerl", "0.1.2"}},
{epgsql, ".*", {git, "git://github.com/epgsql/epgsql", "2.0.0"}},
{worker_pool, ".*", {git, "git://github.com/inaka/worker_pool.git", "1.0.2"}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", "2.0.1"}},
{riakc, ".*", {git, "git://github.com/inaka/riak-erlang-client", "2.1.1-dialyzed"}},
{uuid, ".*", {git, "git://github.com/okeuday/uuid.git", "v1.4.0"}},
{mixer, ".*", {git, "git://github.com/inaka/mixer", "0.1.2"}}
]}.
Expand Down
2 changes: 1 addition & 1 deletion src/sumo_db.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, sumo_db, [
{description, "A simple persistance layer"},
{vsn, "0.3.4"},
{vsn, "0.3.5"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 8f9d188

Please sign in to comment.