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:
parent
e832145833
commit
ad091d3da7
3 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "0.11.1"
|
||||
VERSION = "0.11.2"
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue