dolores_rpm 3.3.4.1.fork2 → 3.3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +5 -2
- data/dolores_rpm.gemspec +3 -3
- data/lib/new_relic/version.rb +1 -1
- metadata +10 -14
data/CHANGELOG
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
v3.3.4.
|
|
2
|
-
*
|
|
1
|
+
v3.3.4.3
|
|
2
|
+
* No changes from 3.3.4.1.fork2. Simply bumping to a non-prelease version
|
|
3
|
+
|
|
4
|
+
v3.3.4.1.fork2
|
|
5
|
+
* Fix instrumentation for DataMapper
|
|
3
6
|
|
|
4
7
|
v3.3.4.1
|
|
5
8
|
* Bug fix when rendering empty collection in Rails 3.1+
|
data/dolores_rpm.gemspec
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "dolores_rpm"
|
|
8
|
-
s.version = "3.3.4.
|
|
8
|
+
s.version = "3.3.4.3"
|
|
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
12
|
s.date = "2012-05-10"
|
|
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 = ["
|
|
15
|
+
s.executables = ["newrelic_cmd", "newrelic", "mongrel_rpm"]
|
|
16
16
|
s.extra_rdoc_files = [
|
|
17
17
|
"CHANGELOG",
|
|
18
18
|
"LICENSE",
|
data/lib/new_relic/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module NewRelic
|
|
|
4
4
|
MAJOR = 3
|
|
5
5
|
MINOR = 3
|
|
6
6
|
TINY = 4
|
|
7
|
-
BUILD =
|
|
7
|
+
BUILD = 3 # 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
|
|
metadata
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dolores_rpm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 113
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 3
|
|
9
9
|
- 4
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
- 2
|
|
13
|
-
version: 3.3.4.1.fork2
|
|
10
|
+
- 3
|
|
11
|
+
version: 3.3.4.3
|
|
14
12
|
platform: ruby
|
|
15
13
|
authors:
|
|
16
14
|
- Bill Kayser
|
|
@@ -75,9 +73,9 @@ description: |
|
|
|
75
73
|
|
|
76
74
|
email: support@newrelic.com
|
|
77
75
|
executables:
|
|
78
|
-
- mongrel_rpm
|
|
79
|
-
- newrelic
|
|
80
76
|
- newrelic_cmd
|
|
77
|
+
- newrelic
|
|
78
|
+
- mongrel_rpm
|
|
81
79
|
extensions: []
|
|
82
80
|
|
|
83
81
|
extra_rdoc_files:
|
|
@@ -393,14 +391,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
393
391
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
394
392
|
none: false
|
|
395
393
|
requirements:
|
|
396
|
-
- - "
|
|
394
|
+
- - ">="
|
|
397
395
|
- !ruby/object:Gem::Version
|
|
398
|
-
hash:
|
|
396
|
+
hash: 3
|
|
399
397
|
segments:
|
|
400
|
-
-
|
|
401
|
-
|
|
402
|
-
- 1
|
|
403
|
-
version: 1.3.1
|
|
398
|
+
- 0
|
|
399
|
+
version: "0"
|
|
404
400
|
requirements: []
|
|
405
401
|
|
|
406
402
|
rubyforge_project:
|