rpm_contrib 2.0.0 → 2.0.1
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 +4 -0
- data/lib/rpm_contrib.rb +2 -2
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/rpm_contrib.rb
CHANGED
|
@@ -18,8 +18,8 @@ module RPMContrib
|
|
|
18
18
|
end
|
|
19
19
|
# Perform any framework/dispatcher detection before loading the rpm gem.
|
|
20
20
|
require 'rpm_contrib/detection'
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
puts "Warning! The rpm_contrib gem should be loaded before the newrelic_rpm gem if you are using Resque or Camping." if defined?(::NewRelic) && defined?(::NewRelic::Control)
|
|
22
|
+
require 'newrelic_rpm'
|
|
23
23
|
if defined? Rails
|
|
24
24
|
# Rails 3.x+
|
|
25
25
|
if Rails.respond_to?(:version) && Rails.version =~ /^3/
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rpm_contrib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 2.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 2.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bill Kayser
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-05-
|
|
18
|
+
date: 2011-05-12 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|