newrelic_rpm 3.2.0 → 3.2.0.1
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/LICENSE +29 -2
- data/README.rdoc +2 -2
- data/lib/new_relic/version.rb +1 -1
- data/newrelic.yml +1 -1
- data/newrelic_rpm.gemspec +3 -3
- metadata +96 -62
data/CHANGELOG
CHANGED
data/LICENSE
CHANGED
@@ -1,4 +1,31 @@
|
|
1
|
-
|
1
|
+
This product includes jquery written by John Resig
|
2
|
+
and distributed under an MIT license.
|
3
|
+
See https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
|
4
|
+
|
5
|
+
Copyright (c) 2011 John Resig, http://jquery.com/
|
6
|
+
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
8
|
+
a copy of this software and associated documentation files (the
|
9
|
+
"Software"), to deal in the Software without restriction, including
|
10
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
11
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
12
|
+
permit persons to whom the Software is furnished to do so, subject to
|
13
|
+
the following conditions:
|
14
|
+
|
15
|
+
The above copyright notice and this permission notice shall be
|
16
|
+
included in all copies or substantial portions of the Software.
|
17
|
+
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
19
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
21
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
22
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
23
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
24
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
25
|
+
|
26
|
+
|
27
|
+
All other components of this product are
|
28
|
+
Copyright (c) 2008-2011 New Relic, Inc. All rights reserved.
|
2
29
|
|
3
30
|
Certain inventions disclosed in this file may be claimed within
|
4
31
|
patents owned or patent applications filed by New Relic, Inc. or third
|
@@ -34,4 +61,4 @@ FITNESS FOR A PARTICULAR PURPOSE, TITLE, or NON-INFRINGEMENT. As a
|
|
34
61
|
condition to your use of these files, you are solely responsible for
|
35
62
|
such use. New Relic will have no liability to you for direct,
|
36
63
|
indirect, consequential, incidental, special, or punitive damages or
|
37
|
-
for lost profits or data.
|
64
|
+
for lost profits or data.
|
data/README.rdoc
CHANGED
@@ -163,7 +163,7 @@ online. Refer to instructions in *Getting Started*, below.
|
|
163
163
|
= Support
|
164
164
|
|
165
165
|
Reach out to us--and to fellow users--at
|
166
|
-
support.newrelic.com[http://support.newrelic.com/
|
166
|
+
support.newrelic.com[http://support.newrelic.com/].
|
167
167
|
There you'll find documentation, FAQs, and forums where you can submit
|
168
168
|
suggestions and discuss New Relic with staff and other users.
|
169
169
|
|
@@ -171,7 +171,7 @@ Also available is community support on IRC: we generally use #newrelic
|
|
171
171
|
on irc.freenode.net
|
172
172
|
|
173
173
|
Find a bug? E-mail support@newrelic.com, or post it to
|
174
|
-
support.newrelic.com[http://support.newrelic.com/
|
174
|
+
support.newrelic.com[http://support.newrelic.com/].
|
175
175
|
|
176
176
|
Thank you, and may your application scale to infinity plus one.
|
177
177
|
|
data/lib/new_relic/version.rb
CHANGED
@@ -4,7 +4,7 @@ module NewRelic
|
|
4
4
|
MAJOR = 3
|
5
5
|
MINOR = 2
|
6
6
|
TINY = 0
|
7
|
-
BUILD =
|
7
|
+
BUILD = 1 #'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
|
10
10
|
|
data/newrelic.yml
CHANGED
@@ -96,7 +96,7 @@ common: &default_settings
|
|
96
96
|
# as Tolerating transactions; and more than four times the apdex_t
|
97
97
|
# value as Frustrating transactions.
|
98
98
|
# For more about the Apdex standard, see
|
99
|
-
# http://
|
99
|
+
# http://newrelic.com/docs/general/apdex
|
100
100
|
|
101
101
|
apdex_t: 0.5
|
102
102
|
|
data/newrelic_rpm.gemspec
CHANGED
@@ -4,12 +4,12 @@
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
|
-
s.name =
|
8
|
-
s.version = "3.2.0"
|
7
|
+
s.name = "newrelic_rpm"
|
8
|
+
s.version = "3.2.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = [%q{Bill Kayser}, %q{Jon Guymon}, %q{Justin George}, %q{Darin Swanson}]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-11-01}
|
13
13
|
s.description = %q{New Relic is a performance management system, developed by New Relic,
|
14
14
|
Inc (http://www.newrelic.com). New Relic provides you with deep
|
15
15
|
information about the performance of your web application as it runs
|
metadata
CHANGED
@@ -1,10 +1,16 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic_rpm
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 109
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 3
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
- 1
|
11
|
+
version: 3.2.0.1
|
6
12
|
platform: ruby
|
7
|
-
authors:
|
13
|
+
authors:
|
8
14
|
- Bill Kayser
|
9
15
|
- Jon Guymon
|
10
16
|
- Justin George
|
@@ -12,66 +18,72 @@ authors:
|
|
12
18
|
autorequire:
|
13
19
|
bindir: bin
|
14
20
|
cert_chain: []
|
15
|
-
|
16
|
-
|
17
|
-
|
21
|
+
|
22
|
+
date: 2011-11-01 00:00:00 Z
|
23
|
+
dependencies:
|
24
|
+
- !ruby/object:Gem::Dependency
|
18
25
|
name: jeweler
|
19
|
-
|
26
|
+
prerelease: false
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
20
28
|
none: false
|
21
|
-
requirements:
|
22
|
-
- -
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
hash: 3
|
33
|
+
segments:
|
34
|
+
- 0
|
35
|
+
version: "0"
|
25
36
|
type: :development
|
26
|
-
|
27
|
-
|
28
|
-
- !ruby/object:Gem::Dependency
|
37
|
+
version_requirements: *id001
|
38
|
+
- !ruby/object:Gem::Dependency
|
29
39
|
name: mocha
|
30
|
-
|
40
|
+
prerelease: false
|
41
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
31
42
|
none: false
|
32
|
-
requirements:
|
33
|
-
- -
|
34
|
-
- !ruby/object:Gem::Version
|
35
|
-
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
hash: 3
|
47
|
+
segments:
|
48
|
+
- 0
|
49
|
+
version: "0"
|
36
50
|
type: :development
|
37
|
-
|
38
|
-
|
39
|
-
- !ruby/object:Gem::Dependency
|
51
|
+
version_requirements: *id002
|
52
|
+
- !ruby/object:Gem::Dependency
|
40
53
|
name: shoulda
|
41
|
-
|
54
|
+
prerelease: false
|
55
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
42
56
|
none: false
|
43
|
-
requirements:
|
44
|
-
- -
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
hash: 3
|
61
|
+
segments:
|
62
|
+
- 0
|
63
|
+
version: "0"
|
47
64
|
type: :development
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
65
|
+
version_requirements: *id003
|
66
|
+
description: |
|
67
|
+
New Relic is a performance management system, developed by New Relic,
|
52
68
|
Inc (http://www.newrelic.com). New Relic provides you with deep
|
53
|
-
|
54
69
|
information about the performance of your web application as it runs
|
55
|
-
|
56
70
|
in production. The New Relic Ruby Agent is dual-purposed as a either a
|
57
|
-
|
58
71
|
Gem or plugin, hosted on
|
59
|
-
|
60
72
|
http://github.com/newrelic/rpm/
|
61
73
|
|
62
|
-
'
|
63
74
|
email: support@newrelic.com
|
64
|
-
executables:
|
75
|
+
executables:
|
65
76
|
- mongrel_rpm
|
66
77
|
- newrelic
|
67
78
|
- newrelic_cmd
|
68
79
|
extensions: []
|
69
|
-
|
80
|
+
|
81
|
+
extra_rdoc_files:
|
70
82
|
- CHANGELOG
|
71
83
|
- LICENSE
|
72
84
|
- README.rdoc
|
73
85
|
- newrelic.yml
|
74
|
-
files:
|
86
|
+
files:
|
75
87
|
- CHANGELOG
|
76
88
|
- LICENSE
|
77
89
|
- README.rdoc
|
@@ -330,38 +342,60 @@ files:
|
|
330
342
|
- vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_transaction.rb
|
331
343
|
homepage: http://www.github.com/newrelic/rpm
|
332
344
|
licenses: []
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
345
|
+
|
346
|
+
post_install_message: |
|
347
|
+
|
348
|
+
PLEASE NOTE:
|
349
|
+
|
350
|
+
Developer Mode is now a Rack middleware.
|
351
|
+
|
352
|
+
Developer Mode is no longer available in Rails 2.1 and earlier.
|
353
|
+
However, starting in version 2.12 you can use Developer Mode in any
|
354
|
+
Rack based framework, in addition to Rails. To install developer mode
|
355
|
+
in a non-Rails application, just add NewRelic::Rack::DeveloperMode to
|
356
|
+
your middleware stack.
|
357
|
+
|
358
|
+
If you are using JRuby, we recommend using at least version 1.4 or
|
359
|
+
later because of issues with the implementation of the timeout library.
|
360
|
+
|
361
|
+
Refer to the README.md file for more information.
|
362
|
+
|
363
|
+
Please see http://github.com/newrelic/rpm/blob/master/CHANGELOG
|
364
|
+
for a complete description of the features and enhancements available
|
365
|
+
in version 3.2 of the Ruby Agent.
|
366
|
+
|
367
|
+
|
368
|
+
rdoc_options:
|
343
369
|
- --line-numbers
|
344
370
|
- --inline-source
|
345
371
|
- --title
|
346
372
|
- New Relic Ruby Agent
|
347
|
-
require_paths:
|
373
|
+
require_paths:
|
348
374
|
- lib
|
349
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
375
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
350
376
|
none: false
|
351
|
-
requirements:
|
352
|
-
- -
|
353
|
-
- !ruby/object:Gem::Version
|
354
|
-
|
355
|
-
|
377
|
+
requirements:
|
378
|
+
- - ">="
|
379
|
+
- !ruby/object:Gem::Version
|
380
|
+
hash: 3
|
381
|
+
segments:
|
382
|
+
- 0
|
383
|
+
version: "0"
|
384
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
356
385
|
none: false
|
357
|
-
requirements:
|
358
|
-
- -
|
359
|
-
- !ruby/object:Gem::Version
|
360
|
-
|
386
|
+
requirements:
|
387
|
+
- - ">="
|
388
|
+
- !ruby/object:Gem::Version
|
389
|
+
hash: 3
|
390
|
+
segments:
|
391
|
+
- 0
|
392
|
+
version: "0"
|
361
393
|
requirements: []
|
394
|
+
|
362
395
|
rubyforge_project:
|
363
|
-
rubygems_version: 1.8.
|
396
|
+
rubygems_version: 1.8.10
|
364
397
|
signing_key:
|
365
398
|
specification_version: 3
|
366
399
|
summary: New Relic Ruby Agent
|
367
400
|
test_files: []
|
401
|
+
|