seanwalbran-rpm_contrib 2.1.6.2 → 2.1.6.3

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 2.1.6.2
1
+ * Version 2.1.6.3
2
2
  - Bugfix in Backgrounded detection
3
3
 
4
4
  * Version 2.1.6.1
@@ -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) && self.class == ::Backgrounded::Handler::ResqueHandler)
13
+ trace_options = if self.name == '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: 123
4
+ hash: 121
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
9
  - 6
10
- - 2
11
- version: 2.1.6.2
10
+ - 3
11
+ version: 2.1.6.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser