newrelic_rpm 3.4.0.beta2 → 3.4.0
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/lib/new_relic/version.rb +1 -1
- data/newrelic_rpm.gemspec +5 -4
- metadata +10 -15
data/lib/new_relic/version.rb
CHANGED
@@ -4,7 +4,7 @@ module NewRelic
|
|
4
4
|
MAJOR = 3
|
5
5
|
MINOR = 4
|
6
6
|
TINY = 0
|
7
|
-
BUILD =
|
7
|
+
BUILD = nil # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
|
8
8
|
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
|
9
9
|
end
|
10
10
|
|
data/newrelic_rpm.gemspec
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "newrelic_rpm"
|
8
|
-
s.version = "3.4.0
|
8
|
+
s.version = "3.4.0"
|
9
9
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
|
12
|
-
s.date = "2012-06-
|
12
|
+
s.date = "2012-06-14"
|
13
13
|
s.description = "New Relic is a performance management system, developed by New Relic,\nInc (http://www.newrelic.com). New Relic provides you with deep\ninformation about the performance of your web application as it runs\nin production. The New Relic Ruby Agent is dual-purposed as a either a\nGem or plugin, hosted on\nhttp://github.com/newrelic/rpm/\n"
|
14
14
|
s.email = "support@newrelic.com"
|
15
|
-
s.executables = ["newrelic_cmd", "
|
15
|
+
s.executables = ["newrelic_cmd", "mongrel_rpm", "newrelic"]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"CHANGELOG",
|
18
18
|
"LICENSE",
|
@@ -298,6 +298,7 @@ Gem::Specification.new do |s|
|
|
298
298
|
s.post_install_message = "\nPLEASE NOTE:\n\nDeveloper Mode is now a Rack middleware.\n\nDeveloper Mode is no longer available in Rails 2.1 and earlier.\nHowever, starting in version 2.12 you can use Developer Mode in any\nRack based framework, in addition to Rails. To install developer mode\nin a non-Rails application, just add NewRelic::Rack::DeveloperMode to\nyour middleware stack.\n\nIf you are using JRuby, we recommend using at least version 1.4 or \nlater because of issues with the implementation of the timeout library.\n\nRefer to the README.md file for more information.\n\nPlease see http://github.com/newrelic/rpm/blob/master/CHANGELOG\nfor a complete description of the features and enhancements available\nin version 3.4 of the Ruby Agent.\n \n"
|
299
299
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "New Relic Ruby Agent"]
|
300
300
|
s.require_paths = ["lib"]
|
301
|
+
s.rubygems_version = "1.8.21"
|
301
302
|
s.summary = "New Relic Ruby Agent"
|
302
303
|
|
303
304
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic_rpm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 23
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 4
|
9
9
|
- 0
|
10
|
-
|
11
|
-
- 2
|
12
|
-
version: 3.4.0.beta2
|
10
|
+
version: 3.4.0
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Bill Kayser
|
@@ -20,7 +18,7 @@ autorequire:
|
|
20
18
|
bindir: bin
|
21
19
|
cert_chain: []
|
22
20
|
|
23
|
-
date: 2012-06-
|
21
|
+
date: 2012-06-14 00:00:00 Z
|
24
22
|
dependencies:
|
25
23
|
- !ruby/object:Gem::Dependency
|
26
24
|
name: jeweler
|
@@ -75,8 +73,8 @@ description: |
|
|
75
73
|
email: support@newrelic.com
|
76
74
|
executables:
|
77
75
|
- newrelic_cmd
|
78
|
-
- newrelic
|
79
76
|
- mongrel_rpm
|
77
|
+
- newrelic
|
80
78
|
extensions: []
|
81
79
|
|
82
80
|
extra_rdoc_files:
|
@@ -402,21 +400,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
402
400
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
403
401
|
none: false
|
404
402
|
requirements:
|
405
|
-
- - "
|
403
|
+
- - ">="
|
406
404
|
- !ruby/object:Gem::Version
|
407
|
-
hash:
|
405
|
+
hash: 3
|
408
406
|
segments:
|
409
|
-
-
|
410
|
-
|
411
|
-
- 1
|
412
|
-
version: 1.3.1
|
407
|
+
- 0
|
408
|
+
version: "0"
|
413
409
|
requirements: []
|
414
410
|
|
415
411
|
rubyforge_project:
|
416
|
-
rubygems_version: 1.8.
|
412
|
+
rubygems_version: 1.8.21
|
417
413
|
signing_key:
|
418
414
|
specification_version: 3
|
419
415
|
summary: New Relic Ruby Agent
|
420
416
|
test_files: []
|
421
417
|
|
422
|
-
has_rdoc:
|