rpm_contrib 1.0.5 → 1.0.6

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.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +1 -1
  3. metadata +5 -6
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ * Version 1.0.6
2
+
3
+ Update newrelic dependency: depends on 2.11.1
4
+
1
5
  * Version 1.0.5
2
6
 
3
7
  Clear stats in forked resque jobs
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.0.beta'
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
- - 5
9
- version: 1.0.5
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-03-29 00:00:00 -07:00
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
- - 0
31
- - beta
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"