seanwalbran-rpm_contrib 2.1.6.1 → 2.1.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ * Version 2.1.6.2
2
+ - Bugfix in Backgrounded detection
1
3
 
2
4
  * Version 2.1.6.1
3
5
  - Merge upstream 2.1.6 with socialcast fork
@@ -10,7 +10,7 @@ module Resque
10
10
 
11
11
  def around_perform_with_monitoring(*args)
12
12
  begin
13
- trace_options = if (defined?(::Backgrounded::Handler::ResqueHandler) && payload_class == ::Backgrounded::Handler::ResqueHandler)
13
+ trace_options = if (defined?(::Backgrounded::Handler::ResqueHandler) && self.class == ::Backgrounded::Handler::ResqueHandler)
14
14
  {
15
15
  :class_name => args[0],
16
16
  :name => args[2].to_s,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seanwalbran-rpm_contrib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 125
4
+ hash: 123
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
9
  - 6
10
- - 1
11
- version: 2.1.6.1
10
+ - 2
11
+ version: 2.1.6.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser