mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Prepare for release 0.8.0
This commit is contained in:
parent
0973245909
commit
bc004f2b15
4 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
HEAD
|
||||
0.8.0
|
||||
-----------
|
||||
|
||||
- Remove :namespace and :server CLI options (mperham)
|
||||
|
|
1
TODO.md
1
TODO.md
|
@ -1 +1,2 @@
|
|||
- resque-ui-esque web ui
|
||||
- scheduled tasks [GH-66]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "0.7.0"
|
||||
VERSION = "0.8.0"
|
||||
end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq (0.7.0)
|
||||
sidekiq (0.8.0)
|
||||
celluloid
|
||||
connection_pool
|
||||
multi_json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue