newrelic-rake 1.4.0 → 1.4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -2
- data/lib/newrelic-rake/instrument.rb +0 -5
- data/lib/newrelic-rake/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 847d3d25d4f3c7d299fd6ac841f0ea9218e7ced8
|
|
4
|
+
data.tar.gz: fd1cf2a8c67f0d83e1f9c76f3b5f44acc1dfb4f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a567a0d621c9e731fc7b1568a7ed77c598c5fe572e5bba9928df17ac012073dceb2341399eb5f287b972883d675624978d8893dbe54183c04758107ee543673c
|
|
7
|
+
data.tar.gz: 427579ce9463b6edb32d32e8322423d1a1165966d099d8b797eee6a14cba2e98af26c8ce34fd6ed1f404d12b62c9747abaedb087cbb45e0519d74aebd9dbddbb
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -33,8 +33,7 @@ These steps happen automatically in Rails' `:environment` task if you use `Bundl
|
|
|
33
33
|
|
|
34
34
|
## Authors and Contributors
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
* [Yury Velikanau](yury.velikanau@gmail.com) - Main contributor
|
|
36
|
+
[Contributors](https://github.com/flyerhzm/newrelic-rake/graphs/contributors)
|
|
38
37
|
|
|
39
38
|
Please fork and contribute, any help in making this project better is appreciated!
|
|
40
39
|
|
|
@@ -24,11 +24,6 @@ DependencyDetection.defer do
|
|
|
24
24
|
end
|
|
25
25
|
end
|
|
26
26
|
|
|
27
|
-
# Make sure NewRelic agent flush data to the server according to
|
|
28
|
-
# https://newrelic.com/docs/ruby/monitoring-ruby-background-processes-and-daemons
|
|
29
|
-
# even though Agent configuration is :send_data_on_exit => true
|
|
30
|
-
at_exit { NewRelic::Agent.shutdown }
|
|
31
|
-
|
|
32
27
|
def execute_with_newrelic_trace(args)
|
|
33
28
|
unless ::NewRelic::Rake.started?
|
|
34
29
|
::NewRelic::Agent.manual_start
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newrelic-rake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Huang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: newrelic_rpm
|