newrelic_rpm 2.13.1 → 2.13.2

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.

@@ -36,7 +36,6 @@ module NewRelic
36
36
  end
37
37
 
38
38
  if defined?(ActionController) && defined?(ActionController::Base)
39
- puts "ApplicationController is defined"
40
39
  class ActionController::Base
41
40
  include NewRelic::Agent::Instrumentation::ControllerInstrumentation
42
41
  include NewRelic::Agent::Instrumentation::Rails3::ActionController
@@ -56,17 +56,7 @@ you receive upon registration.
56
56
  E-mail support@newrelic.com with any problems or questions.
57
57
 
58
58
  EOF
59
- puts <<-EOF
60
59
 
61
- Installing the plugin from Rubyforge is deprecated. This repository will not be updated after January 2011
62
-
63
- Please use one of the following options:
64
-
65
- Gems: gem install newrelic_rpm
66
-
67
- Github! git clone git://github.com/newrelic/rpm.git vendor/plugins/newrelic_rpm
68
-
69
- EOF
70
60
  end
71
61
 
72
62
  def content
@@ -3,7 +3,7 @@ module NewRelic
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 2
5
5
  MINOR = 13
6
- TINY = 1
6
+ TINY = 2
7
7
  BUILD = nil #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
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.13.1"
8
+ s.version = "2.13.2"
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", "Justin George"]
12
- s.date = %q{2010-09-08}
12
+ s.date = %q{2010-10-04}
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
  - 13
8
- - 1
9
- version: 2.13.1
8
+ - 2
9
+ version: 2.13.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Kayser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-08 00:00:00 -07:00
18
+ date: 2010-10-04 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency