query_diet 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -2,4 +2,3 @@ doc
2
2
  pkg
3
3
  *.gem
4
4
  .idea
5
- spec/**/Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module QueryDiet
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
data/query_diet.gemspec CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.description = "Rails database query counter that stays out of your way"
9
9
  gem.summary = gem.description
10
10
  gem.homepage = "https://github.com/makandra/query_diet"
11
+ gem.license = 'MIT'
11
12
 
12
13
  gem.files = `git ls-files`.split($\)
13
14
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -0,0 +1,60 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ query_diet (0.4.0)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ actionmailer (2.3.14)
10
+ actionpack (= 2.3.14)
11
+ actionpack (2.3.14)
12
+ activesupport (= 2.3.14)
13
+ rack (~> 1.1.0)
14
+ activerecord (2.3.14)
15
+ activesupport (= 2.3.14)
16
+ activeresource (2.3.14)
17
+ activesupport (= 2.3.14)
18
+ activesupport (2.3.14)
19
+ columnize (0.3.6)
20
+ linecache (0.46)
21
+ rbx-require-relative (> 0.0.4)
22
+ nokogiri (1.5.5)
23
+ rack (1.1.3)
24
+ rack-test (0.6.2)
25
+ rack (>= 1.0)
26
+ rails (2.3.14)
27
+ actionmailer (= 2.3.14)
28
+ actionpack (= 2.3.14)
29
+ activerecord (= 2.3.14)
30
+ activeresource (= 2.3.14)
31
+ activesupport (= 2.3.14)
32
+ rake (>= 0.8.3)
33
+ rake (0.9.2.2)
34
+ rbx-require-relative (0.0.9)
35
+ rspec (1.3.2)
36
+ rspec-rails (1.3.4)
37
+ rack (>= 1.0.0)
38
+ rspec (~> 1.3.1)
39
+ ruby-debug (0.10.4)
40
+ columnize (>= 0.1)
41
+ ruby-debug-base (~> 0.10.4.0)
42
+ ruby-debug-base (0.10.4)
43
+ linecache (>= 0.3)
44
+ sqlite3 (1.3.6)
45
+ webrat (0.7.3)
46
+ nokogiri (>= 1.2.0)
47
+ rack (>= 1.0)
48
+ rack-test (>= 0.5.3)
49
+
50
+ PLATFORMS
51
+ ruby
52
+
53
+ DEPENDENCIES
54
+ query_diet!
55
+ rails (~> 2.3)
56
+ rspec (~> 1.3)
57
+ rspec-rails (~> 1.3)
58
+ ruby-debug
59
+ sqlite3
60
+ webrat
@@ -0,0 +1,116 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ query_diet (0.4.0)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ abstract (1.0.0)
10
+ actionmailer (3.0.17)
11
+ actionpack (= 3.0.17)
12
+ mail (~> 2.2.19)
13
+ actionpack (3.0.17)
14
+ activemodel (= 3.0.17)
15
+ activesupport (= 3.0.17)
16
+ builder (~> 2.1.2)
17
+ erubis (~> 2.6.6)
18
+ i18n (~> 0.5.0)
19
+ rack (~> 1.2.5)
20
+ rack-mount (~> 0.6.14)
21
+ rack-test (~> 0.5.7)
22
+ tzinfo (~> 0.3.23)
23
+ activemodel (3.0.17)
24
+ activesupport (= 3.0.17)
25
+ builder (~> 2.1.2)
26
+ i18n (~> 0.5.0)
27
+ activerecord (3.0.17)
28
+ activemodel (= 3.0.17)
29
+ activesupport (= 3.0.17)
30
+ arel (~> 2.0.10)
31
+ tzinfo (~> 0.3.23)
32
+ activeresource (3.0.17)
33
+ activemodel (= 3.0.17)
34
+ activesupport (= 3.0.17)
35
+ activesupport (3.0.17)
36
+ arel (2.0.10)
37
+ builder (2.1.2)
38
+ columnize (0.3.6)
39
+ diff-lcs (1.1.3)
40
+ erubis (2.6.6)
41
+ abstract (>= 1.0.0)
42
+ i18n (0.5.0)
43
+ json (1.7.5)
44
+ linecache (0.46)
45
+ rbx-require-relative (> 0.0.4)
46
+ mail (2.2.19)
47
+ activesupport (>= 2.3.6)
48
+ i18n (>= 0.4.0)
49
+ mime-types (~> 1.16)
50
+ treetop (~> 1.4.8)
51
+ mime-types (1.19)
52
+ nokogiri (1.5.5)
53
+ polyglot (0.3.3)
54
+ rack (1.2.5)
55
+ rack-mount (0.6.14)
56
+ rack (>= 1.0.0)
57
+ rack-test (0.5.7)
58
+ rack (>= 1.0)
59
+ rails (3.0.17)
60
+ actionmailer (= 3.0.17)
61
+ actionpack (= 3.0.17)
62
+ activerecord (= 3.0.17)
63
+ activeresource (= 3.0.17)
64
+ activesupport (= 3.0.17)
65
+ bundler (~> 1.0)
66
+ railties (= 3.0.17)
67
+ railties (3.0.17)
68
+ actionpack (= 3.0.17)
69
+ activesupport (= 3.0.17)
70
+ rake (>= 0.8.7)
71
+ rdoc (~> 3.4)
72
+ thor (~> 0.14.4)
73
+ rake (0.9.2.2)
74
+ rbx-require-relative (0.0.9)
75
+ rdoc (3.12)
76
+ json (~> 1.4)
77
+ rspec (2.11.0)
78
+ rspec-core (~> 2.11.0)
79
+ rspec-expectations (~> 2.11.0)
80
+ rspec-mocks (~> 2.11.0)
81
+ rspec-core (2.11.1)
82
+ rspec-expectations (2.11.3)
83
+ diff-lcs (~> 1.1.3)
84
+ rspec-mocks (2.11.3)
85
+ rspec-rails (2.11.4)
86
+ actionpack (>= 3.0)
87
+ activesupport (>= 3.0)
88
+ railties (>= 3.0)
89
+ rspec (~> 2.11.0)
90
+ ruby-debug (0.10.4)
91
+ columnize (>= 0.1)
92
+ ruby-debug-base (~> 0.10.4.0)
93
+ ruby-debug-base (0.10.4)
94
+ linecache (>= 0.3)
95
+ sqlite3 (1.3.6)
96
+ thor (0.14.6)
97
+ treetop (1.4.12)
98
+ polyglot
99
+ polyglot (>= 0.3.1)
100
+ tzinfo (0.3.34)
101
+ webrat (0.7.3)
102
+ nokogiri (>= 1.2.0)
103
+ rack (>= 1.0)
104
+ rack-test (>= 0.5.3)
105
+
106
+ PLATFORMS
107
+ ruby
108
+
109
+ DEPENDENCIES
110
+ query_diet!
111
+ rails (= 3.0.17)
112
+ rspec
113
+ rspec-rails
114
+ ruby-debug
115
+ sqlite3
116
+ webrat
@@ -0,0 +1,127 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ query_diet (0.4.0)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ actionmailer (3.2.8)
10
+ actionpack (= 3.2.8)
11
+ mail (~> 2.4.4)
12
+ actionpack (3.2.8)
13
+ activemodel (= 3.2.8)
14
+ activesupport (= 3.2.8)
15
+ builder (~> 3.0.0)
16
+ erubis (~> 2.7.0)
17
+ journey (~> 1.0.4)
18
+ rack (~> 1.4.0)
19
+ rack-cache (~> 1.2)
20
+ rack-test (~> 0.6.1)
21
+ sprockets (~> 2.1.3)
22
+ activemodel (3.2.8)
23
+ activesupport (= 3.2.8)
24
+ builder (~> 3.0.0)
25
+ activerecord (3.2.8)
26
+ activemodel (= 3.2.8)
27
+ activesupport (= 3.2.8)
28
+ arel (~> 3.0.2)
29
+ tzinfo (~> 0.3.29)
30
+ activeresource (3.2.8)
31
+ activemodel (= 3.2.8)
32
+ activesupport (= 3.2.8)
33
+ activesupport (3.2.8)
34
+ i18n (~> 0.6)
35
+ multi_json (~> 1.0)
36
+ arel (3.0.2)
37
+ builder (3.0.4)
38
+ columnize (0.3.6)
39
+ database_cleaner (0.8.0)
40
+ diff-lcs (1.1.3)
41
+ erubis (2.7.0)
42
+ hike (1.2.1)
43
+ i18n (0.6.1)
44
+ journey (1.0.4)
45
+ json (1.7.5)
46
+ linecache (0.46)
47
+ rbx-require-relative (> 0.0.4)
48
+ mail (2.4.4)
49
+ i18n (>= 0.4.0)
50
+ mime-types (~> 1.16)
51
+ treetop (~> 1.4.8)
52
+ mime-types (1.19)
53
+ multi_json (1.3.6)
54
+ nokogiri (1.5.5)
55
+ polyglot (0.3.3)
56
+ rack (1.4.1)
57
+ rack-cache (1.2)
58
+ rack (>= 0.4)
59
+ rack-ssl (1.3.2)
60
+ rack
61
+ rack-test (0.6.2)
62
+ rack (>= 1.0)
63
+ rails (3.2.8)
64
+ actionmailer (= 3.2.8)
65
+ actionpack (= 3.2.8)
66
+ activerecord (= 3.2.8)
67
+ activeresource (= 3.2.8)
68
+ activesupport (= 3.2.8)
69
+ bundler (~> 1.0)
70
+ railties (= 3.2.8)
71
+ railties (3.2.8)
72
+ actionpack (= 3.2.8)
73
+ activesupport (= 3.2.8)
74
+ rack-ssl (~> 1.3.2)
75
+ rake (>= 0.8.7)
76
+ rdoc (~> 3.4)
77
+ thor (>= 0.14.6, < 2.0)
78
+ rake (0.9.2.2)
79
+ rbx-require-relative (0.0.9)
80
+ rdoc (3.12)
81
+ json (~> 1.4)
82
+ rspec (2.11.0)
83
+ rspec-core (~> 2.11.0)
84
+ rspec-expectations (~> 2.11.0)
85
+ rspec-mocks (~> 2.11.0)
86
+ rspec-core (2.11.1)
87
+ rspec-expectations (2.11.3)
88
+ diff-lcs (~> 1.1.3)
89
+ rspec-mocks (2.11.3)
90
+ rspec-rails (2.11.4)
91
+ actionpack (>= 3.0)
92
+ activesupport (>= 3.0)
93
+ railties (>= 3.0)
94
+ rspec (~> 2.11.0)
95
+ ruby-debug (0.10.4)
96
+ columnize (>= 0.1)
97
+ ruby-debug-base (~> 0.10.4.0)
98
+ ruby-debug-base (0.10.4)
99
+ linecache (>= 0.3)
100
+ sprockets (2.1.3)
101
+ hike (~> 1.2)
102
+ rack (~> 1.0)
103
+ tilt (~> 1.1, != 1.3.0)
104
+ sqlite3 (1.3.6)
105
+ thor (0.16.0)
106
+ tilt (1.3.3)
107
+ treetop (1.4.12)
108
+ polyglot
109
+ polyglot (>= 0.3.1)
110
+ tzinfo (0.3.34)
111
+ webrat (0.7.3)
112
+ nokogiri (>= 1.2.0)
113
+ rack (>= 1.0)
114
+ rack-test (>= 0.5.3)
115
+
116
+ PLATFORMS
117
+ ruby
118
+
119
+ DEPENDENCIES
120
+ database_cleaner
121
+ query_diet!
122
+ rails (~> 3.2)
123
+ rspec
124
+ rspec-rails
125
+ ruby-debug
126
+ sqlite3
127
+ webrat
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: query_diet
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 1
10
- version: 0.5.1
9
+ - 2
10
+ version: 0.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-05-17 00:00:00 +02:00
19
+ date: 2013-07-26 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
@@ -41,6 +41,7 @@ files:
41
41
  - lib/query_diet/widget.rb
42
42
  - query_diet.gemspec
43
43
  - spec/rails-2.3/Gemfile
44
+ - spec/rails-2.3/Gemfile.lock
44
45
  - spec/rails-2.3/Rakefile
45
46
  - spec/rails-2.3/app_root/config/boot.rb
46
47
  - spec/rails-2.3/app_root/config/database.yml
@@ -52,6 +53,7 @@ files:
52
53
  - spec/rails-2.3/spec_helper.rb
53
54
  - spec/rails-3.0/.rspec
54
55
  - spec/rails-3.0/Gemfile
56
+ - spec/rails-3.0/Gemfile.lock
55
57
  - spec/rails-3.0/Rakefile
56
58
  - spec/rails-3.0/app_root/.gitignore
57
59
  - spec/rails-3.0/app_root/config/application.rb
@@ -72,6 +74,7 @@ files:
72
74
  - spec/rails-3.0/spec_helper.rb
73
75
  - spec/rails-3.2/.rspec
74
76
  - spec/rails-3.2/Gemfile
77
+ - spec/rails-3.2/Gemfile.lock
75
78
  - spec/rails-3.2/Rakefile
76
79
  - spec/rails-3.2/app_root/.gitignore
77
80
  - spec/rails-3.2/app_root/config/application.rb
@@ -101,8 +104,8 @@ files:
101
104
  - spec/shared/query_diet/logger_spec.rb
102
105
  has_rdoc: true
103
106
  homepage: https://github.com/makandra/query_diet
104
- licenses: []
105
-
107
+ licenses:
108
+ - MIT
106
109
  post_install_message: Remember to put <%= query_diet_widget %> into your app layout.
107
110
  rdoc_options: []
108
111
 
@@ -135,6 +138,7 @@ specification_version: 3
135
138
  summary: Rails database query counter that stays out of your way
136
139
  test_files:
137
140
  - spec/rails-2.3/Gemfile
141
+ - spec/rails-2.3/Gemfile.lock
138
142
  - spec/rails-2.3/Rakefile
139
143
  - spec/rails-2.3/app_root/config/boot.rb
140
144
  - spec/rails-2.3/app_root/config/database.yml
@@ -146,6 +150,7 @@ test_files:
146
150
  - spec/rails-2.3/spec_helper.rb
147
151
  - spec/rails-3.0/.rspec
148
152
  - spec/rails-3.0/Gemfile
153
+ - spec/rails-3.0/Gemfile.lock
149
154
  - spec/rails-3.0/Rakefile
150
155
  - spec/rails-3.0/app_root/.gitignore
151
156
  - spec/rails-3.0/app_root/config/application.rb
@@ -166,6 +171,7 @@ test_files:
166
171
  - spec/rails-3.0/spec_helper.rb
167
172
  - spec/rails-3.2/.rspec
168
173
  - spec/rails-3.2/Gemfile
174
+ - spec/rails-3.2/Gemfile.lock
169
175
  - spec/rails-3.2/Rakefile
170
176
  - spec/rails-3.2/app_root/.gitignore
171
177
  - spec/rails-3.2/app_root/config/application.rb