dolores_rpm 3.3.4.3 → 3.3.4.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v3.3.4.4
2
+ * Fixing README and Rakefile to indicate clearly that this is a fork
3
+
1
4
  v3.3.4.3
2
5
  * No changes from 3.3.4.1.fork2. Simply bumping to a non-prelease version
3
6
 
data/README.rdoc CHANGED
@@ -1,13 +1,9 @@
1
1
  = New Relic Ruby Agent
2
2
 
3
- New Relic is a performance management system, developed by
4
- New Relic, Inc (http://www.newrelic.com). It provides you with deep
5
- information about the performance of your Rails or Ruby
6
- application as it runs in production. The New Relic Ruby Agent is
7
- dual-purposed as a either a Rails plugin or a Gem, hosted on
8
- github[http://github.com/newrelic/rpm/tree/master].
9
-
10
- The New Relic Ruby Agent runs in one of two modes:
3
+ New Relic is a performance management system, developed by New Relic,
4
+ Inc (http://www.newrelic.com). This is a fork that adds additional
5
+ instrumentation to the DataMapper instrumentation because we could
6
+ not view time spent in the database.
11
7
 
12
8
  ==== Production Mode
13
9
 
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.3"
8
+ s.version = "3.3.4.4"
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", "Jon Guymon", "Justin George", "Darin Swanson"]
12
- s.date = "2012-05-10"
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"
12
+ s.date = "2012-05-13"
13
+ s.description = "New Relic is a performance management system, developed by New Relic,\nInc (http://www.newrelic.com). This is a fork that adds\tadditional\ninstrumentation to the DataMapper instrumentation because we could\nnot view time spent in the database.\n"
14
14
  s.email = "support@newrelic.com"
15
- s.executables = ["newrelic_cmd", "newrelic", "mongrel_rpm"]
15
+ s.executables = ["mongrel_rpm", "newrelic_cmd", "newrelic"]
16
16
  s.extra_rdoc_files = [
17
17
  "CHANGELOG",
18
18
  "LICENSE",
@@ -4,7 +4,7 @@ module NewRelic
4
4
  MAJOR = 3
5
5
  MINOR = 3
6
6
  TINY = 4
7
- BUILD = 3 # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
7
+ BUILD = 4 # 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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dolores_rpm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 113
4
+ hash: 127
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 4
10
- - 3
11
- version: 3.3.4.3
10
+ - 4
11
+ version: 3.3.4.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2012-05-10 00:00:00 Z
22
+ date: 2012-05-13 00:00:00 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: jeweler
@@ -65,17 +65,15 @@ dependencies:
65
65
  version_requirements: *id003
66
66
  description: |
67
67
  New Relic is a performance management system, developed by New Relic,
68
- Inc (http://www.newrelic.com). New Relic provides you with deep
69
- information about the performance of your web application as it runs
70
- in production. The New Relic Ruby Agent is dual-purposed as a either a
71
- Gem or plugin, hosted on
72
- http://github.com/newrelic/rpm/
68
+ Inc (http://www.newrelic.com). This is a fork that adds additional
69
+ instrumentation to the DataMapper instrumentation because we could
70
+ not view time spent in the database.
73
71
 
74
72
  email: support@newrelic.com
75
73
  executables:
74
+ - mongrel_rpm
76
75
  - newrelic_cmd
77
76
  - newrelic
78
- - mongrel_rpm
79
77
  extensions: []
80
78
 
81
79
  extra_rdoc_files: