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

update changes/version

This commit is contained in:
Mike Perham 2012-04-06 19:53:13 -07:00
parent e832145833
commit ad091d3da7
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
HEAD
0.11.2
-----------
- Work around Celluloid's small 4kb stack limit [#115]
- Add support for a custom Capistrano role to limit Sidekiq to
a set of machines. [#113]

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "0.11.1"
VERSION = "0.11.2"
end

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq (0.11.0)
sidekiq (0.11.2)
celluloid (~> 0.10.0)
connection_pool (~> 0.9.0)
multi_json