active_record_query_trace 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/active_record_query_trace.rb +1 -1
- metadata +10 -7
metadata
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_record_query_trace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 13
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 1
|
7
|
-
-
|
8
|
-
version: "1.
|
8
|
+
- 1
|
9
|
+
version: "1.1"
|
9
10
|
platform: ruby
|
10
11
|
authors:
|
11
12
|
- Cody Caughlan
|
@@ -13,8 +14,7 @@ autorequire:
|
|
13
14
|
bindir: bin
|
14
15
|
cert_chain: []
|
15
16
|
|
16
|
-
date: 2011-11-19 00:00:00
|
17
|
-
default_executable:
|
17
|
+
date: 2011-11-19 00:00:00 Z
|
18
18
|
dependencies: []
|
19
19
|
|
20
20
|
description: Print stack trace of all queries to the Rails log. Helpful to find where queries are being executed in your application.
|
@@ -28,7 +28,6 @@ extra_rdoc_files: []
|
|
28
28
|
files:
|
29
29
|
- README.md
|
30
30
|
- lib/active_record_query_trace.rb
|
31
|
-
has_rdoc: true
|
32
31
|
homepage: https://github.com/ruckus/active-record-query-trace
|
33
32
|
licenses: []
|
34
33
|
|
@@ -38,23 +37,27 @@ rdoc_options: []
|
|
38
37
|
require_paths:
|
39
38
|
- lib
|
40
39
|
required_ruby_version: !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
41
|
requirements:
|
42
42
|
- - ">="
|
43
43
|
- !ruby/object:Gem::Version
|
44
|
+
hash: 3
|
44
45
|
segments:
|
45
46
|
- 0
|
46
47
|
version: "0"
|
47
48
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
48
50
|
requirements:
|
49
51
|
- - ">="
|
50
52
|
- !ruby/object:Gem::Version
|
53
|
+
hash: 3
|
51
54
|
segments:
|
52
55
|
- 0
|
53
56
|
version: "0"
|
54
57
|
requirements: []
|
55
58
|
|
56
59
|
rubyforge_project:
|
57
|
-
rubygems_version: 1.
|
60
|
+
rubygems_version: 1.8.17
|
58
61
|
signing_key:
|
59
62
|
specification_version: 3
|
60
63
|
summary: Print stack trace of all queries to the Rails log. Helpful to find where queries are being executed in your application.
|