wireframe-rpm_contrib 1.0.12.6 → 1.0.12.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- * Version 1.0.12.6
1
+ * Version 1.0.12.7
2
2
 
3
3
  Add support for resque jobs running in backgrounded
4
4
 
@@ -23,7 +23,7 @@ module RPMContrib
23
23
 
24
24
  private
25
25
  def backgrounded_job?
26
- defined?(::Backgrounded::Handler::ResqueHandler) && payload_class.is_a?(::Backgrounded::Handler::ResqueHandler)
26
+ defined?(::Backgrounded::Handler::ResqueHandler) && payload_class == ::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: 99
4
+ hash: 97
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 12
10
- - 6
11
- version: 1.0.12.6
10
+ - 7
11
+ version: 1.0.12.7
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser