rpm_contrib 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/Rakefile +1 -1
- metadata +5 -6
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -18,7 +18,7 @@ begin
|
|
18
18
|
gem.email = "support@newrelic.com"
|
19
19
|
gem.homepage = "http://github.com/newrelic/rpm_contrib"
|
20
20
|
gem.author = "Bill Kayser"
|
21
|
-
gem.add_dependency 'newrelic_rpm', '2.11.
|
21
|
+
gem.add_dependency 'newrelic_rpm', '2.11.1'
|
22
22
|
gem.version = version
|
23
23
|
gem.files = FileList['LICENSE', 'README*', 'lib/**/*.rb', 'bin/*', '[A-Z]*', 'test/**/*'].to_a
|
24
24
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 6
|
9
|
+
version: 1.0.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Bill Kayser
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-04-02 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -27,9 +27,8 @@ dependencies:
|
|
27
27
|
segments:
|
28
28
|
- 2
|
29
29
|
- 11
|
30
|
-
-
|
31
|
-
|
32
|
-
version: 2.11.0.beta
|
30
|
+
- 1
|
31
|
+
version: 2.11.1
|
33
32
|
type: :runtime
|
34
33
|
version_requirements: *id001
|
35
34
|
description: " Community contributed instrumentation for various frameworks based on\n the New Relic Ruby monitoring gem newrelic_rpm.\n"
|