celluloid-zmq.gemspec in celluloid-zmq-0.9.0 vs celluloid-zmq.gemspec in celluloid-zmq-0.10.0

- old
+ new

@@ -4,16 +4,16 @@ Gem::Specification.new do |gem| gem.authors = ["Tony Arcieri"] gem.email = ["tony.arcieri@gmail.com"] gem.description = "Celluloid bindings to the ffi-rzmq library" gem.summary = "Celluloid::ZMQ provides concurrent Celluloid actors that can listen for 0MQ events" - gem.homepage = "http://github.com/tarcieri/dcell" + gem.homepage = "http://github.com/celluloid/celluloid-zmq" gem.name = "celluloid-zmq" gem.version = Celluloid::ZMQ::VERSION - gem.add_dependency "celluloid", "~> 0.9.0" - gem.add_dependency "celluloid-io", "~> 0.9.0" + gem.add_dependency "celluloid", "~> 0.10.0" + gem.add_dependency "celluloid-io", "~> 0.10.0" gem.add_dependency "ffi" gem.add_dependency "ffi-rzmq" gem.add_development_dependency "rake" gem.add_development_dependency "rspec"