wireframe-rpm_contrib 1.0.12.5 → 1.0.12.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,6 +1,6 @@
1
- * Version 1.0.12.5
1
+ * Version 1.0.12.6
2
2
 
3
- Add backgrounded resque support
3
+ Add support for resque jobs running in backgrounded
4
4
 
5
5
  * Version 1.0.12
6
6
 
@@ -23,7 +23,7 @@ module RPMContrib
23
23
 
24
24
  private
25
25
  def backgrounded_job?
26
- defined?(::Backgrounded::Handler::ResqueHandler) && self.is_a?(::Backgrounded::Handler::ResqueHandler)
26
+ defined?(::Backgrounded::Handler::ResqueHandler) && payload_class.is_a?(::Backgrounded::Handler::ResqueHandler)
27
27
  end
28
28
  def trace_options
29
29
  if backgrounded_job?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wireframe-rpm_contrib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 101
4
+ hash: 99
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 12
10
- - 5
11
- version: 1.0.12.5
10
+ - 6
11
+ version: 1.0.12.6
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-03 00:00:00 -05:00
19
+ date: 2010-10-04 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency