promiscuous-newrelic 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ DependencyDetection.defer do
8
8
  end
9
9
 
10
10
  executes do
11
- Promiscuous::Common::Worker.module_eval do
11
+ Promiscuous::Subscriber::Worker.module_eval do
12
12
  include NewRelic::Agent::Instrumentation::ControllerInstrumentation
13
13
 
14
14
  alias_method :unit_of_work_without_rpm, :unit_of_work
@@ -1,5 +1,5 @@
1
1
  module Promiscuous
2
2
  module NewRelic
3
- VERSION = '0.1.5'
3
+ VERSION = '0.1.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promiscuous-newrelic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-06 00:00:00.000000000 Z
13
+ date: 2013-02-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: newrelic_rpm
@@ -51,7 +51,7 @@ dependencies:
51
51
  requirements:
52
52
  - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.17.0
54
+ version: 0.30.0
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
@@ -59,7 +59,7 @@ dependencies:
59
59
  requirements:
60
60
  - - ! '>='
61
61
  - !ruby/object:Gem::Version
62
- version: 0.17.0
62
+ version: 0.30.0
63
63
  description: NewRelic Agent for Promiscuous
64
64
  email:
65
65
  - nicolas@viennot.biz
@@ -68,8 +68,8 @@ executables: []
68
68
  extensions: []
69
69
  extra_rdoc_files: []
70
70
  files:
71
- - lib/promiscuous/new_relic/version.rb
72
71
  - lib/promiscuous/new_relic/instrumentation.rb
72
+ - lib/promiscuous/new_relic/version.rb
73
73
  - lib/promiscuous-newrelic.rb
74
74
  - README.md
75
75
  homepage: http://github.com/crowdtap/promiscuous-newrelic
@@ -92,8 +92,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 1.8.23
95
+ rubygems_version: 1.8.24
96
96
  signing_key:
97
97
  specification_version: 3
98
98
  summary: NewRelic Agent for Promiscuous
99
99
  test_files: []
100
+ has_rdoc: false