wireframe-rpm_contrib 1.0.12.2 → 1.0.12.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 1.0.12.2
1
+ * Version 1.0.12.3
2
2
 
3
3
  Add backgrounded resque support
4
4
 
@@ -15,8 +15,8 @@ module RPMContrib
15
15
  define_method(:perform) do
16
16
  options = {
17
17
  :class_name => args[0],
18
- :name => args[1].to_s,
19
- :params => {:id => args[2]},
18
+ :name => args[2].to_s,
19
+ :params => {:id => args[1]},
20
20
  :category => 'OtherTransaction/BackgroundedResqueJob'
21
21
  }
22
22
  NewRelic::Agent.reset_stats if NewRelic::Agent.respond_to? :reset_stats
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: 107
4
+ hash: 105
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 12
10
- - 2
11
- version: 1.0.12.2
10
+ - 3
11
+ version: 1.0.12.3
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-01 00:00:00 -05:00
19
+ date: 2010-10-02 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency