slimmer 3.3.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/slimmer.rb +1 -0
- data/lib/slimmer/version.rb +1 -1
- metadata +46 -46
data/lib/slimmer.rb
CHANGED
data/lib/slimmer/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: slimmer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 3.3.
|
|
5
|
+
version: 3.3.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ben Griffiths
|
|
@@ -180,51 +180,51 @@ extra_rdoc_files: []
|
|
|
180
180
|
files:
|
|
181
181
|
- README.md
|
|
182
182
|
- CHANGELOG.md
|
|
183
|
-
- lib/tasks/slimmer.rake
|
|
184
183
|
- lib/slimmer.rb
|
|
185
|
-
- lib/slimmer/skin.rb
|
|
186
|
-
- lib/slimmer/railtie.rb
|
|
187
|
-
- lib/slimmer/template.rb
|
|
188
|
-
- lib/slimmer/test_template.rb
|
|
189
|
-
- lib/slimmer/test.rb
|
|
190
184
|
- lib/slimmer/app.rb
|
|
191
|
-
- lib/slimmer/
|
|
192
|
-
- lib/slimmer/
|
|
185
|
+
- lib/slimmer/test_template.rb
|
|
186
|
+
- lib/slimmer/version.rb
|
|
187
|
+
- lib/slimmer/railtie.rb
|
|
193
188
|
- lib/slimmer/processors/tag_mover.rb
|
|
189
|
+
- lib/slimmer/processors/body_class_copier.rb
|
|
190
|
+
- lib/slimmer/processors/logo_class_inserter.rb
|
|
191
|
+
- lib/slimmer/processors/header_context_inserter.rb
|
|
192
|
+
- lib/slimmer/processors/report_a_problem_inserter.rb
|
|
193
|
+
- lib/slimmer/processors/footer_remover.rb
|
|
194
|
+
- lib/slimmer/processors/google_analytics_configurator.rb
|
|
195
|
+
- lib/slimmer/processors/admin_title_inserter.rb
|
|
194
196
|
- lib/slimmer/processors/search_path_setter.rb
|
|
195
197
|
- lib/slimmer/processors/title_inserter.rb
|
|
196
|
-
- lib/slimmer/processors/google_analytics_configurator.rb
|
|
197
|
-
- lib/slimmer/processors/conditional_comment_mover.rb
|
|
198
198
|
- lib/slimmer/processors/related_items_inserter.rb
|
|
199
|
-
- lib/slimmer/processors/header_context_inserter.rb
|
|
200
|
-
- lib/slimmer/processors/body_inserter.rb
|
|
201
|
-
- lib/slimmer/processors/admin_title_inserter.rb
|
|
202
|
-
- lib/slimmer/processors/report_a_problem_inserter.rb
|
|
203
199
|
- lib/slimmer/processors/section_inserter.rb
|
|
204
|
-
- lib/slimmer/processors/
|
|
205
|
-
- lib/slimmer/
|
|
206
|
-
- lib/slimmer/version.rb
|
|
200
|
+
- lib/slimmer/processors/conditional_comment_mover.rb
|
|
201
|
+
- lib/slimmer/processors/body_inserter.rb
|
|
207
202
|
- lib/slimmer/artefact.rb
|
|
203
|
+
- lib/slimmer/skin.rb
|
|
204
|
+
- lib/slimmer/headers.rb
|
|
205
|
+
- lib/slimmer/template.rb
|
|
206
|
+
- lib/slimmer/test.rb
|
|
207
|
+
- lib/tasks/slimmer.rake
|
|
208
208
|
- Rakefile
|
|
209
|
-
- test/
|
|
210
|
-
- test/artefact_test.rb
|
|
211
|
-
- test/fixtures/related.raw.html.erb
|
|
212
|
-
- test/fixtures/500.html.erb
|
|
213
|
-
- test/fixtures/404.html.erb
|
|
214
|
-
- test/fixtures/wrapper.html.erb
|
|
215
|
-
- test/fixtures/report_a_problem.raw.html.erb
|
|
216
|
-
- test/skin_test.rb
|
|
217
|
-
- test/processors/logo_class_inserter_test.rb
|
|
209
|
+
- test/processors/header_context_inserter_test.rb
|
|
218
210
|
- test/processors/google_analytics_test.rb
|
|
219
|
-
- test/processors/report_a_problem_inserter_test.rb
|
|
220
211
|
- test/processors/body_inserter_test.rb
|
|
221
|
-
- test/processors/
|
|
212
|
+
- test/processors/report_a_problem_inserter_test.rb
|
|
222
213
|
- test/processors/section_inserter_test.rb
|
|
214
|
+
- test/processors/search_path_setter_test.rb
|
|
223
215
|
- test/processors/related_items_inserter_test.rb
|
|
224
|
-
- test/processors/
|
|
225
|
-
- test/typical_usage_test.rb
|
|
216
|
+
- test/processors/logo_class_inserter_test.rb
|
|
226
217
|
- test/test_template_dependency_on_static_test.rb
|
|
218
|
+
- test/headers_test.rb
|
|
227
219
|
- test/test_helper.rb
|
|
220
|
+
- test/typical_usage_test.rb
|
|
221
|
+
- test/artefact_test.rb
|
|
222
|
+
- test/skin_test.rb
|
|
223
|
+
- test/fixtures/404.html.erb
|
|
224
|
+
- test/fixtures/500.html.erb
|
|
225
|
+
- test/fixtures/wrapper.html.erb
|
|
226
|
+
- test/fixtures/related.raw.html.erb
|
|
227
|
+
- test/fixtures/report_a_problem.raw.html.erb
|
|
228
228
|
- bin/render_slimmer_error
|
|
229
229
|
homepage: http://github.com/alphagov/slimmer
|
|
230
230
|
licenses: []
|
|
@@ -239,7 +239,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
requirements:
|
|
240
240
|
- - ">="
|
|
241
241
|
- !ruby/object:Gem::Version
|
|
242
|
-
hash:
|
|
242
|
+
hash: -4432809560122624154
|
|
243
243
|
segments:
|
|
244
244
|
- 0
|
|
245
245
|
version: "0"
|
|
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
248
248
|
requirements:
|
|
249
249
|
- - ">="
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
|
-
hash:
|
|
251
|
+
hash: -4432809560122624154
|
|
252
252
|
segments:
|
|
253
253
|
- 0
|
|
254
254
|
version: "0"
|
|
@@ -260,22 +260,22 @@ signing_key:
|
|
|
260
260
|
specification_version: 3
|
|
261
261
|
summary: Thinner than the skinner
|
|
262
262
|
test_files:
|
|
263
|
-
- test/
|
|
264
|
-
- test/artefact_test.rb
|
|
265
|
-
- test/fixtures/related.raw.html.erb
|
|
266
|
-
- test/fixtures/500.html.erb
|
|
267
|
-
- test/fixtures/404.html.erb
|
|
268
|
-
- test/fixtures/wrapper.html.erb
|
|
269
|
-
- test/fixtures/report_a_problem.raw.html.erb
|
|
270
|
-
- test/skin_test.rb
|
|
271
|
-
- test/processors/logo_class_inserter_test.rb
|
|
263
|
+
- test/processors/header_context_inserter_test.rb
|
|
272
264
|
- test/processors/google_analytics_test.rb
|
|
273
|
-
- test/processors/report_a_problem_inserter_test.rb
|
|
274
265
|
- test/processors/body_inserter_test.rb
|
|
275
|
-
- test/processors/
|
|
266
|
+
- test/processors/report_a_problem_inserter_test.rb
|
|
276
267
|
- test/processors/section_inserter_test.rb
|
|
268
|
+
- test/processors/search_path_setter_test.rb
|
|
277
269
|
- test/processors/related_items_inserter_test.rb
|
|
278
|
-
- test/processors/
|
|
279
|
-
- test/typical_usage_test.rb
|
|
270
|
+
- test/processors/logo_class_inserter_test.rb
|
|
280
271
|
- test/test_template_dependency_on_static_test.rb
|
|
272
|
+
- test/headers_test.rb
|
|
281
273
|
- test/test_helper.rb
|
|
274
|
+
- test/typical_usage_test.rb
|
|
275
|
+
- test/artefact_test.rb
|
|
276
|
+
- test/skin_test.rb
|
|
277
|
+
- test/fixtures/404.html.erb
|
|
278
|
+
- test/fixtures/500.html.erb
|
|
279
|
+
- test/fixtures/wrapper.html.erb
|
|
280
|
+
- test/fixtures/related.raw.html.erb
|
|
281
|
+
- test/fixtures/report_a_problem.raw.html.erb
|