sql-logging 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/lib/sql-logging/version.rb +1 -1
- metadata +6 -8
data/README.rdoc
CHANGED
@@ -5,7 +5,7 @@ is a repackaging of the old SQL Logging plug-in for Rails 2.x. It, in turn,
|
|
5
5
|
was based on ideas and plug-ins from Adam Doppelt's (standard logging
|
6
6
|
enhancements) and Nathaniel Talbott (the QueryTrace plug-in).
|
7
7
|
|
8
|
-
This gem is for Rails 3 only. It supports MySQL (including the mysql2 gem),
|
8
|
+
This gem is for Rails 3+ only. It supports MySQL (including the mysql2 gem),
|
9
9
|
PostgreSQL and SQLite.
|
10
10
|
|
11
11
|
== Usage
|
data/lib/sql-logging/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sql-logging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 4
|
10
|
+
version: 3.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steve Madsen
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
19
|
-
default_executable:
|
18
|
+
date: 2011-09-26 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
name: rails
|
@@ -24,7 +23,7 @@ dependencies:
|
|
24
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
24
|
none: false
|
26
25
|
requirements:
|
27
|
-
- -
|
26
|
+
- - ">"
|
28
27
|
- !ruby/object:Gem::Version
|
29
28
|
hash: 7
|
30
29
|
segments:
|
@@ -55,7 +54,6 @@ files:
|
|
55
54
|
- lib/sql-logging/version.rb
|
56
55
|
- lib/sql-logging.rb
|
57
56
|
- README.rdoc
|
58
|
-
has_rdoc: true
|
59
57
|
homepage: http://github.com/lightyear/sql-logging
|
60
58
|
licenses: []
|
61
59
|
|
@@ -85,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
83
|
requirements: []
|
86
84
|
|
87
85
|
rubyforge_project:
|
88
|
-
rubygems_version: 1.
|
86
|
+
rubygems_version: 1.8.10
|
89
87
|
signing_key:
|
90
88
|
specification_version: 3
|
91
89
|
summary: Adds SQL analysis and debugging info to Rails 3 apps.
|