thermos 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/thermos/version.rb +1 -1
- data/test/dummy/config/application.rb +3 -2
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20160325214744_create_categories.rb +1 -1
- data/test/dummy/db/migrate/20160325214849_create_products.rb +1 -1
- data/test/dummy/db/migrate/20160325220006_create_category_items.rb +1 -1
- data/test/dummy/db/migrate/20160326174530_create_stores.rb +1 -1
- data/test/dummy/db/schema.rb +10 -11
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +150 -75
- data/test/dummy/log/test.log +2125 -11241
- data/test/test_helper.rb +2 -0
- data/test/thermos_test.rb +1 -1
- metadata +38 -38
data/test/test_helper.rb
CHANGED
data/test/thermos_test.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thermos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Thal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 5.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 5.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sqlite3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
136
136
|
requirements:
|
137
137
|
- - ">="
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version: 2.
|
139
|
+
version: 2.4.0
|
140
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
141
141
|
requirements:
|
142
142
|
- - ">="
|
@@ -144,61 +144,61 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
version: '0'
|
145
145
|
requirements: []
|
146
146
|
rubyforge_project:
|
147
|
-
rubygems_version: 2.
|
147
|
+
rubygems_version: 2.6.13
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: Always-warm, auto-rebuilding rails caching without timers or touching.
|
151
151
|
test_files:
|
152
|
-
- test/dummy/app/assets/javascripts/application.js
|
153
|
-
- test/dummy/app/assets/stylesheets/application.css
|
154
|
-
- test/dummy/app/controllers/application_controller.rb
|
155
|
-
- test/dummy/app/helpers/application_helper.rb
|
156
152
|
- test/dummy/app/models/category.rb
|
157
|
-
- test/dummy/app/models/category_item.rb
|
158
153
|
- test/dummy/app/models/product.rb
|
154
|
+
- test/dummy/app/models/category_item.rb
|
159
155
|
- test/dummy/app/models/store.rb
|
156
|
+
- test/dummy/app/controllers/application_controller.rb
|
160
157
|
- test/dummy/app/views/layouts/application.html.erb
|
161
|
-
- test/dummy/
|
162
|
-
- test/dummy/
|
158
|
+
- test/dummy/app/assets/javascripts/application.js
|
159
|
+
- test/dummy/app/assets/stylesheets/application.css
|
160
|
+
- test/dummy/app/helpers/application_helper.rb
|
163
161
|
- test/dummy/bin/rake
|
164
162
|
- test/dummy/bin/setup
|
165
|
-
- test/dummy/
|
166
|
-
- test/dummy/
|
167
|
-
- test/dummy/config/
|
168
|
-
- test/dummy/config/
|
169
|
-
- test/dummy/config/
|
163
|
+
- test/dummy/bin/bundle
|
164
|
+
- test/dummy/bin/rails
|
165
|
+
- test/dummy/config/secrets.yml
|
166
|
+
- test/dummy/config/routes.rb
|
167
|
+
- test/dummy/config/locales/en.yml
|
170
168
|
- test/dummy/config/environments/production.rb
|
169
|
+
- test/dummy/config/environments/development.rb
|
171
170
|
- test/dummy/config/environments/test.rb
|
172
|
-
- test/dummy/config/
|
171
|
+
- test/dummy/config/environment.rb
|
172
|
+
- test/dummy/config/application.rb
|
173
|
+
- test/dummy/config/database.yml
|
174
|
+
- test/dummy/config/boot.rb
|
173
175
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
174
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
175
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
176
|
-
- test/dummy/config/initializers/inflections.rb
|
177
176
|
- test/dummy/config/initializers/mime_types.rb
|
177
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
178
178
|
- test/dummy/config/initializers/session_store.rb
|
179
179
|
- test/dummy/config/initializers/wrap_parameters.rb
|
180
|
-
- test/dummy/config/
|
181
|
-
- test/dummy/config/
|
182
|
-
- test/dummy/config/
|
180
|
+
- test/dummy/config/initializers/assets.rb
|
181
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
182
|
+
- test/dummy/config/initializers/inflections.rb
|
183
183
|
- test/dummy/config.ru
|
184
|
-
- test/dummy/
|
185
|
-
- test/dummy/
|
186
|
-
- test/dummy/
|
187
|
-
- test/dummy/
|
188
|
-
- test/dummy/
|
184
|
+
- test/dummy/Rakefile
|
185
|
+
- test/dummy/public/favicon.ico
|
186
|
+
- test/dummy/public/422.html
|
187
|
+
- test/dummy/public/500.html
|
188
|
+
- test/dummy/public/404.html
|
189
189
|
- test/dummy/db/schema.rb
|
190
190
|
- test/dummy/db/test.sqlite3
|
191
|
-
- test/dummy/
|
191
|
+
- test/dummy/db/migrate/20160325214849_create_products.rb
|
192
|
+
- test/dummy/db/migrate/20160326174530_create_stores.rb
|
193
|
+
- test/dummy/db/migrate/20160325214744_create_categories.rb
|
194
|
+
- test/dummy/db/migrate/20160325220006_create_category_items.rb
|
195
|
+
- test/dummy/db/development.sqlite3
|
192
196
|
- test/dummy/log/test.log
|
193
|
-
- test/dummy/
|
194
|
-
- test/dummy/public/422.html
|
195
|
-
- test/dummy/public/500.html
|
196
|
-
- test/dummy/public/favicon.ico
|
197
|
-
- test/dummy/Rakefile
|
197
|
+
- test/dummy/log/development.log
|
198
198
|
- test/dummy/README.rdoc
|
199
|
+
- test/thermos_test.rb
|
200
|
+
- test/fixtures/products.yml
|
199
201
|
- test/fixtures/categories.yml
|
200
202
|
- test/fixtures/category_items.yml
|
201
|
-
- test/fixtures/products.yml
|
202
203
|
- test/fixtures/stores.yml
|
203
204
|
- test/test_helper.rb
|
204
|
-
- test/thermos_test.rb
|