timberline 0.8.0 → 0.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9959e5d02c8cbf612cefc0fff6068a7e985b4db2
4
- data.tar.gz: 7c241b51cab8647097c3d44b8e10e8047b336868
3
+ metadata.gz: 593d2055bdf1c60a00de841ea94e6945a6697d4b
4
+ data.tar.gz: 01e2565728961845b2dad4a5f856c251959ea01b
5
5
  SHA512:
6
- metadata.gz: 695acc9bf359a89e22164c68573a85f08d393f111f92401fbfb4d99e458b7f02ff4615c2214b844046fb61ea5a4067efb50194b8fa86f17013bb69d7cfdecd38
7
- data.tar.gz: a460bc6df1d6a95c99127dd3566af5e5454fb111a8f28291a76cec47c719572d962ca8977d6ce4f5442c0cf65ecfb6cf1145a9a53f5905eeaa95e44ae82daac6
6
+ metadata.gz: 93f159950185c759f5c8a111318fece45cbbada75ee6f8371c014771f273aeae5080615aa2f857a8c662ba78d42e3eac65daba5851c7df42d5b719bc0028b3cb
7
+ data.tar.gz: aaaea8f7740b821d0844a9459791bb646ea1d84d970ca5ddaf48ceca42ce1fbdf6ad9e309ac603585c1f471ad6a1be2ae2bc1ba2b34c27e12697286431eebf75
@@ -3,7 +3,7 @@ class Timberline
3
3
  # without defining a new class, by instead just passing in a block that will be
4
4
  # executed for each item on the queue as it's popped.
5
5
  #
6
- class AnonymousWorker < Worker
6
+ class AnonymousWorker < Timberline::Worker
7
7
 
8
8
  # Creates a new AnonymousWorker.
9
9
  # The block's binding will be updated to give it access to retry_item
@@ -1,4 +1,4 @@
1
1
  class Timberline
2
2
  # The current canonical version for Timberline.
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timberline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommy Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-26 00:00:00.000000000 Z
11
+ date: 2014-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  requirements: []
198
198
  rubyforge_project: timberline
199
- rubygems_version: 2.2.2
199
+ rubygems_version: 2.4.3
200
200
  signing_key:
201
201
  specification_version: 4
202
202
  summary: Timberline is a simple and extensible queuing system built in Ruby and backed