dolores_rpm 3.3.4.1.fork → 3.3.4.1.fork2
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/dolores_rpm.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "dolores_rpm"
|
|
8
|
-
s.version = "3.3.4.1.
|
|
8
|
+
s.version = "3.3.4.1.fork2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
|
|
@@ -152,8 +152,8 @@ DependencyDetection.defer do
|
|
|
152
152
|
for method in [ :aggregate ] do
|
|
153
153
|
next unless method_defined? method
|
|
154
154
|
add_method_tracer(method, 'ActiveRecord/#{self.name}/' + method.to_s)
|
|
155
|
-
add_method_tracer(method, 'ActiveRecord/find', :push_scope => false
|
|
156
|
-
add_method_tracer(method, 'ActiveRecord/all', :push_scope => false
|
|
155
|
+
add_method_tracer(method, 'ActiveRecord/find', :push_scope => false)
|
|
156
|
+
add_method_tracer(method, 'ActiveRecord/all', :push_scope => false)
|
|
157
157
|
end
|
|
158
158
|
|
|
159
159
|
end
|
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 = '1.
|
|
7
|
+
BUILD = '1.fork2' # 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,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dolores_rpm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 177643735
|
|
5
5
|
prerelease: 8
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
@@ -9,7 +9,8 @@ version: !ruby/object:Gem::Version
|
|
|
9
9
|
- 4
|
|
10
10
|
- 1
|
|
11
11
|
- fork
|
|
12
|
-
|
|
12
|
+
- 2
|
|
13
|
+
version: 3.3.4.1.fork2
|
|
13
14
|
platform: ruby
|
|
14
15
|
authors:
|
|
15
16
|
- Bill Kayser
|