1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Latest celluloid, bump version

This commit is contained in:
Mike Perham 2012-04-02 11:10:01 -07:00
parent 2080412119
commit 41e20588b1
3 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
module Sidekiq module Sidekiq
VERSION = "0.10.1" VERSION = "0.11.0"
end end

View file

@ -2,7 +2,7 @@ PATH
remote: .. remote: ..
specs: specs:
sidekiq (0.10.1) sidekiq (0.10.1)
celluloid celluloid (~> 0.10.0)
connection_pool (~> 0.9.0) connection_pool (~> 0.9.0)
multi_json multi_json
redis redis
@ -51,8 +51,8 @@ GEM
net-sftp (>= 2.0.0) net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14) net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0) net-ssh-gateway (>= 1.1.0)
celluloid (0.9.1) celluloid (0.10.0)
connection_pool (0.9.0) connection_pool (0.9.1)
erubis (2.7.0) erubis (2.7.0)
highline (1.6.11) highline (1.6.11)
hike (1.2.1) hike (1.2.1)

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'redis' gem.add_dependency 'redis'
gem.add_dependency 'redis-namespace' gem.add_dependency 'redis-namespace'
gem.add_dependency 'connection_pool', '~> 0.9.0' gem.add_dependency 'connection_pool', '~> 0.9.0'
gem.add_dependency 'celluloid' gem.add_dependency 'celluloid', '~> 0.10.0'
gem.add_dependency 'multi_json' gem.add_dependency 'multi_json'
gem.add_development_dependency 'minitest' gem.add_development_dependency 'minitest'
gem.add_development_dependency 'sinatra' gem.add_development_dependency 'sinatra'