promiscuous-newrelic 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ DependencyDetection.defer do
|
|
|
8
8
|
end
|
|
9
9
|
|
|
10
10
|
executes do
|
|
11
|
-
Promiscuous::
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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
|