padrino-helpers 0.12.6 → 0.12.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +6 -104
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9845afa480d5d366bce4344dcbfab9952b720ad4
|
4
|
+
data.tar.gz: 6bb3ab5b56e0f5466476b7f86e75ab7a7fe7b11e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2de7311fa7fecc9d72dec29fa17209377420e76f45e90208bb87376040c57b75e3ab9706ba12d1bad889a5a6d37ef52bd2b54c4cca7618291a8700036fb5efe
|
7
|
+
data.tar.gz: 621d127ac5b9dc009917a1b0d231bc03dda47affa65723650bb08b1aa224170975f1133319f14391c47301944eadac5e40cf6d386616002a2315ec3c95d17af7
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: padrino-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Padrino Team
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-05-
|
14
|
+
date: 2016-05-25 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: padrino-support
|
@@ -19,14 +19,14 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.12.
|
22
|
+
version: 0.12.7
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.12.
|
29
|
+
version: 0.12.7
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: tilt
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -240,107 +240,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
240
|
version: 1.3.6
|
241
241
|
requirements: []
|
242
242
|
rubyforge_project: padrino-helpers
|
243
|
-
rubygems_version: 2.
|
243
|
+
rubygems_version: 2.5.1
|
244
244
|
signing_key:
|
245
245
|
specification_version: 4
|
246
246
|
summary: Helpers for padrino
|
247
|
-
test_files:
|
248
|
-
- test/fixtures/apps/.components
|
249
|
-
- test/fixtures/apps/.gitignore
|
250
|
-
- test/fixtures/apps/render.rb
|
251
|
-
- test/fixtures/apps/views/article/comment/show.slim
|
252
|
-
- test/fixtures/apps/views/blog/post.erb
|
253
|
-
- test/fixtures/apps/views/layouts/specific.erb
|
254
|
-
- test/fixtures/apps/views/test/post.erb
|
255
|
-
- test/fixtures/layouts/layout.erb
|
256
|
-
- test/fixtures/markup_app/app.rb
|
257
|
-
- test/fixtures/markup_app/views/button_to.erb
|
258
|
-
- test/fixtures/markup_app/views/button_to.haml
|
259
|
-
- test/fixtures/markup_app/views/button_to.slim
|
260
|
-
- test/fixtures/markup_app/views/capture_concat.erb
|
261
|
-
- test/fixtures/markup_app/views/capture_concat.haml
|
262
|
-
- test/fixtures/markup_app/views/capture_concat.slim
|
263
|
-
- test/fixtures/markup_app/views/content_for.erb
|
264
|
-
- test/fixtures/markup_app/views/content_for.haml
|
265
|
-
- test/fixtures/markup_app/views/content_for.slim
|
266
|
-
- test/fixtures/markup_app/views/content_tag.erb
|
267
|
-
- test/fixtures/markup_app/views/content_tag.haml
|
268
|
-
- test/fixtures/markup_app/views/content_tag.slim
|
269
|
-
- test/fixtures/markup_app/views/current_engine.erb
|
270
|
-
- test/fixtures/markup_app/views/current_engine.haml
|
271
|
-
- test/fixtures/markup_app/views/current_engine.slim
|
272
|
-
- test/fixtures/markup_app/views/fields_for.erb
|
273
|
-
- test/fixtures/markup_app/views/fields_for.haml
|
274
|
-
- test/fixtures/markup_app/views/fields_for.slim
|
275
|
-
- test/fixtures/markup_app/views/form_for.erb
|
276
|
-
- test/fixtures/markup_app/views/form_for.haml
|
277
|
-
- test/fixtures/markup_app/views/form_for.slim
|
278
|
-
- test/fixtures/markup_app/views/form_tag.erb
|
279
|
-
- test/fixtures/markup_app/views/form_tag.haml
|
280
|
-
- test/fixtures/markup_app/views/form_tag.slim
|
281
|
-
- test/fixtures/markup_app/views/link_to.erb
|
282
|
-
- test/fixtures/markup_app/views/link_to.haml
|
283
|
-
- test/fixtures/markup_app/views/link_to.slim
|
284
|
-
- test/fixtures/markup_app/views/mail_to.erb
|
285
|
-
- test/fixtures/markup_app/views/mail_to.haml
|
286
|
-
- test/fixtures/markup_app/views/mail_to.slim
|
287
|
-
- test/fixtures/markup_app/views/meta_tag.erb
|
288
|
-
- test/fixtures/markup_app/views/meta_tag.haml
|
289
|
-
- test/fixtures/markup_app/views/meta_tag.slim
|
290
|
-
- test/fixtures/markup_app/views/partials/_erb.erb
|
291
|
-
- test/fixtures/markup_app/views/partials/_haml.haml
|
292
|
-
- test/fixtures/markup_app/views/partials/_slim.slim
|
293
|
-
- test/fixtures/markup_app/views/simple_partial.erb
|
294
|
-
- test/fixtures/markup_app/views/simple_partial.haml
|
295
|
-
- test/fixtures/markup_app/views/simple_partial.slim
|
296
|
-
- test/fixtures/render_app/app.rb
|
297
|
-
- test/fixtures/render_app/views/_deep.erb
|
298
|
-
- test/fixtures/render_app/views/_deep.haml
|
299
|
-
- test/fixtures/render_app/views/_deep.slim
|
300
|
-
- test/fixtures/render_app/views/_partial_block_erb.erb
|
301
|
-
- test/fixtures/render_app/views/_partial_block_haml.haml
|
302
|
-
- test/fixtures/render_app/views/_partial_block_slim.slim
|
303
|
-
- test/fixtures/render_app/views/_unsafe.html.builder
|
304
|
-
- test/fixtures/render_app/views/_unsafe_object.html.builder
|
305
|
-
- test/fixtures/render_app/views/current_engine.haml
|
306
|
-
- test/fixtures/render_app/views/current_engines/_erb.erb
|
307
|
-
- test/fixtures/render_app/views/current_engines/_haml.haml
|
308
|
-
- test/fixtures/render_app/views/current_engines/_slim.slim
|
309
|
-
- test/fixtures/render_app/views/dive_inner_erb.erb
|
310
|
-
- test/fixtures/render_app/views/dive_inner_haml.haml
|
311
|
-
- test/fixtures/render_app/views/dive_inner_slim.slim
|
312
|
-
- test/fixtures/render_app/views/dive_outer_erb.erb
|
313
|
-
- test/fixtures/render_app/views/dive_outer_haml.haml
|
314
|
-
- test/fixtures/render_app/views/dive_outer_slim.slim
|
315
|
-
- test/fixtures/render_app/views/double_capture_erb.erb
|
316
|
-
- test/fixtures/render_app/views/double_capture_haml.haml
|
317
|
-
- test/fixtures/render_app/views/double_capture_slim.slim
|
318
|
-
- test/fixtures/render_app/views/erb/test.erb
|
319
|
-
- test/fixtures/render_app/views/explicit_engine.haml
|
320
|
-
- test/fixtures/render_app/views/haml/test.haml
|
321
|
-
- test/fixtures/render_app/views/render_block_erb.erb
|
322
|
-
- test/fixtures/render_app/views/render_block_haml.haml
|
323
|
-
- test/fixtures/render_app/views/render_block_slim.slim
|
324
|
-
- test/fixtures/render_app/views/ruby_block_capture_erb.erb
|
325
|
-
- test/fixtures/render_app/views/ruby_block_capture_haml.haml
|
326
|
-
- test/fixtures/render_app/views/ruby_block_capture_slim.slim
|
327
|
-
- test/fixtures/render_app/views/template/_user.haml
|
328
|
-
- test/fixtures/render_app/views/template/haml_template.haml
|
329
|
-
- test/fixtures/render_app/views/template/some_template.haml
|
330
|
-
- test/fixtures/render_app/views/wrong_capture_erb.erb
|
331
|
-
- test/fixtures/render_app/views/wrong_capture_haml.haml
|
332
|
-
- test/fixtures/render_app/views/wrong_capture_slim.slim
|
333
|
-
- test/helper.rb
|
334
|
-
- test/test_asset_tag_helpers.rb
|
335
|
-
- test/test_form_builder.rb
|
336
|
-
- test/test_form_helpers.rb
|
337
|
-
- test/test_format_helpers.rb
|
338
|
-
- test/test_helpers.rb
|
339
|
-
- test/test_locale.rb
|
340
|
-
- test/test_number_helpers.rb
|
341
|
-
- test/test_output_helpers.rb
|
342
|
-
- test/test_render_helpers.rb
|
343
|
-
- test/test_rendering.rb
|
344
|
-
- test/test_rendering_extensions.rb
|
345
|
-
- test/test_tag_helpers.rb
|
247
|
+
test_files: []
|
346
248
|
has_rdoc:
|