pegasus 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -32,7 +32,7 @@ module Pegasus
32
32
  logger.info "#{self.class.name} NOOP"
33
33
  end
34
34
 
35
- def discard_queue!
35
+ def do_discard_queue!
36
36
  backup_key = "#{wait_queue_key}_backup_#{Time.unix}"
37
37
  renamenx wait_queue_key, backup_key
38
38
  backup_key
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joe Edelman