newrelic_rpm 2.11.2 → 2.11.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of newrelic_rpm might be problematic. Click here for more details.
- data/CHANGELOG +3 -0
- data/lib/new_relic/agent/agent.rb +3 -2
- data/lib/new_relic/version.rb +1 -1
- data/newrelic_rpm.gemspec +2 -2
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -224,9 +224,10 @@ module NewRelic
|
|
224
224
|
# that may be doing things like running the app (hello sinatra).
|
225
225
|
if RUBY_VERSION =~ /rubinius/i
|
226
226
|
list = at_exit { shutdown }
|
227
|
-
# move the shutdown handler to the front of the list, to
|
227
|
+
# move the shutdown handler to the front of the list, to
|
228
|
+
# execute last:
|
228
229
|
list.unshift(list.pop)
|
229
|
-
elsif !defined?(JRuby) or !defined(Sinatra::Application)
|
230
|
+
elsif !defined?(JRuby) or !defined?(Sinatra::Application)
|
230
231
|
at_exit { at_exit { shutdown } }
|
231
232
|
end
|
232
233
|
end
|
data/lib/new_relic/version.rb
CHANGED
data/newrelic_rpm.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{newrelic_rpm}
|
8
|
-
s.version = "2.11.
|
8
|
+
s.version = "2.11.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Bill Kayser"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-05-01}
|
13
13
|
s.description = %q{New Relic RPM is a Ruby performance management system, developed by
|
14
14
|
New Relic, Inc (http://www.newrelic.com). RPM provides you with deep
|
15
15
|
information about the performance of your Ruby on Rails or Merb
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2
|
7
7
|
- 11
|
8
|
-
-
|
9
|
-
version: 2.11.
|
8
|
+
- 3
|
9
|
+
version: 2.11.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Bill Kayser
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-05-01 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|