promiscuous-newrelic 0.1 → 0.1.1

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.
@@ -19,7 +19,7 @@ DependencyDetection.defer do
19
19
  worker_type = type == 'publisher' ? "Publishers" : "Subscribers"
20
20
 
21
21
  perform_action_with_newrelic_trace(:class_name => type,
22
- :category => "OtherTransaction/Promiscuous#{worker_type}") do
22
+ :category => "Promiscuous/#{worker_type}") do
23
23
  unit_of_work_without_rpm(type, &block)
24
24
  end
25
25
  end
@@ -1,5 +1,5 @@
1
1
  module Promiscuous
2
2
  module NewRelic
3
- VERSION = '0.1'
3
+ VERSION = '0.1.1'
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'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -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