Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aussiegeek committed Jun 5, 2012
1 parent bb8af73 commit eca991e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bottle.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "bottle"
s.version = '0.0.9'
s.version = '0.0.10'
s.authors = ["Nick Marfleet"]
s.email = ["nick@sct.com.au"]
s.homepage = ""
Expand All @@ -19,6 +19,6 @@ Gem::Specification.new do |s|

s.add_runtime_dependency "amqp"
s.add_runtime_dependency "bunny"

s.add_development_dependency "rspec"
end

0 comments on commit eca991e

Please sign in to comment.