copperegg-apm 1.0.0.pre15 → 1.0.0.pre16
Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ module CopperEgg
|
|
58
58
|
::Rails.application.eager_load!
|
59
59
|
end
|
60
60
|
|
61
|
-
ObjectSpace.each_object(
|
61
|
+
ObjectSpace.each_object(Module) do |class_or_module|
|
62
62
|
begin
|
63
63
|
class_or_module.instance_methods(false).each do |name|
|
64
64
|
method = class_or_module.instance_method(name)
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: copperegg-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: -
|
4
|
+
hash: -181622884
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
10
|
- pre
|
11
|
-
-
|
12
|
-
version: 1.0.0.
|
11
|
+
- 16
|
12
|
+
version: 1.0.0.pre16
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Mike Bradford
|
@@ -345,7 +345,7 @@ rubyforge_project:
|
|
345
345
|
rubygems_version: 1.8.25
|
346
346
|
signing_key:
|
347
347
|
specification_version: 3
|
348
|
-
summary: copperegg-apm-1.0.0.
|
348
|
+
summary: copperegg-apm-1.0.0.pre16
|
349
349
|
test_files:
|
350
350
|
- spec/action_controller_spec.rb
|
351
351
|
- spec/apm_spec.rb
|