newrelic-rake 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 472198d249899aac3bf249b81182fbaba7ea626a
4
- data.tar.gz: e93cc544c24670ebdd1d1dfc94a527831d343126
3
+ metadata.gz: 847d3d25d4f3c7d299fd6ac841f0ea9218e7ced8
4
+ data.tar.gz: fd1cf2a8c67f0d83e1f9c76f3b5f44acc1dfb4f6
5
5
  SHA512:
6
- metadata.gz: 42461e2f96c0fbc583a6b96470e99bf1919a8d14545013b03c479d2d443f89a6617859647fb87fc20543041c358bdc9daf389bc3e6c72251032d2f91069f3e1c
7
- data.tar.gz: 3bd974297f296b18cdf477ebc4c2ea6fa0b3480dd60c0c0bb80cc987d882f82c7a32cd34aee2d3d68fd5246936921f8d9a2fbdb5c5840056a34e4ace782cfb82
6
+ metadata.gz: a567a0d621c9e731fc7b1568a7ed77c598c5fe572e5bba9928df17ac012073dceb2341399eb5f287b972883d675624978d8893dbe54183c04758107ee543673c
7
+ data.tar.gz: 427579ce9463b6edb32d32e8322423d1a1165966d099d8b797eee6a14cba2e98af26c8ce34fd6ed1f404d12b62c9747abaedb087cbb45e0519d74aebd9dbddbb
@@ -1,5 +1,9 @@
1
1
  # Next Release
2
2
 
3
+ ## 1.4.1 (01/27/2014)
4
+
5
+ * Remove at_exit shutdown hook
6
+
3
7
  ## 1.4.0 (01/19/2014)
4
8
 
5
9
  * Remove explicit setting of dispatcher
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
- * [Richard Huang](https://github.com/flyerhzm) - Creator of the project
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
@@ -1,5 +1,5 @@
1
1
  module Newrelic
2
2
  module Rake
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.1"
4
4
  end
5
5
  end
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.0
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-19 00:00:00.000000000 Z
11
+ date: 2014-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: newrelic_rpm