Skip to content

Commit

Permalink
bump version to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igor47 committed Apr 23, 2014
1 parent b9a0201 commit d9cd58a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nerve (0.5.2)
nerve (0.5.3)
bunny (= 1.1.0)
etcd (~> 0.2.3)
json
Expand All @@ -18,9 +18,11 @@ GEM
mixlib-log
json (1.8.1)
little-plugger (1.1.3)
logging (1.7.2)
logging (1.8.2)
little-plugger (>= 1.1.3)
multi_json (>= 1.8.4)
mixlib-log (1.6.0)
multi_json (1.9.2)
rake (10.1.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand All @@ -30,8 +32,8 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.5)
zk (1.9.3)
logging (~> 1.7.2)
zk (1.9.4)
logging (~> 1.8.2)
zookeeper (~> 1.4.0)
zookeeper (1.4.8)

Expand Down
2 changes: 1 addition & 1 deletion lib/nerve/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Nerve
VERSION = "0.5.2"
VERSION = "0.5.3"
end

0 comments on commit d9cd58a

Please sign in to comment.