padrino-helpers 0.14.4 → 0.15.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/padrino-helpers.gemspec +1 -2
  3. metadata +113 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f397581d2e9c0f11c87a72e8c34a4365fa8f30267c33baa4e99d5336f27f7dd
4
- data.tar.gz: c6253b7aff748a51ce9d16180aa848629dc63181f0737514b1903a54349adb1a
3
+ metadata.gz: 7fc15cedc9082e37c051a68d408ed38df10efccd2daa9a79c298a62c438542a6
4
+ data.tar.gz: 1fe88f9ee6ed29688ee6238bdd75d03d00498c2c367f957abdf94d96dbda7d1e
5
5
  SHA512:
6
- metadata.gz: e25898c903d63139f2f9ce81391660e0ca59a2d7f5bfd681a0d07614662600d5d6d6d780b1589fc62c9ca326582d3a8b09870e68dbbf0164755a6f2e374573ac
7
- data.tar.gz: 00da32ccbc1d49f4fa272c7324139eb30eb09faca1b0d10eff5d1bbfb99d52407b0838f6bdc1689f607add1cbf15825e1c7fd3cba8ac446dbd143c17c9b80de8
6
+ metadata.gz: 502be90039a17ee4a3aaa9af7fd75cd3958a43538aff69e02843b0dcaf131b3c4fe84425637823632d6350bbbcad456888834b84c62a6c64c3bb061022e46bd8
7
+ data.tar.gz: b286aed38967517529890c0d318b0fadaaf5ee478219703f2af2ff06941d54a993d21a436a5256ffaf9e71fd30ac89b81308d6faebf60e53422a6d7d190b55d2
@@ -5,7 +5,6 @@ require File.expand_path("../../padrino-core/lib/padrino-core/version.rb", __FIL
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "padrino-helpers"
8
- s.rubyforge_project = "padrino-helpers"
9
8
  s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
10
9
  s.email = "padrinorb@gmail.com"
11
10
  s.summary = "Helpers for padrino"
@@ -25,5 +24,5 @@ Gem::Specification.new do |s|
25
24
 
26
25
  s.add_dependency("padrino-support", Padrino.version)
27
26
  s.add_dependency("tilt", ">= 1.4.1", "< 3")
28
- s.add_dependency("i18n", "~> 0.6", ">= 0.6.7")
27
+ s.add_dependency("i18n", ">= 0.6.7", "< 2")
29
28
  end
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.14.4
4
+ version: 0.15.0
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: 2018-11-05 00:00:00.000000000 Z
14
+ date: 2020-05-14 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.14.4
22
+ version: 0.15.0
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.14.4
29
+ version: 0.15.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: tilt
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -51,22 +51,22 @@ dependencies:
51
51
  name: i18n
52
52
  requirement: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - "~>"
55
- - !ruby/object:Gem::Version
56
- version: '0.6'
57
54
  - - ">="
58
55
  - !ruby/object:Gem::Version
59
56
  version: 0.6.7
57
+ - - "<"
58
+ - !ruby/object:Gem::Version
59
+ version: '2'
60
60
  type: :runtime
61
61
  prerelease: false
62
62
  version_requirements: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - "~>"
65
- - !ruby/object:Gem::Version
66
- version: '0.6'
67
64
  - - ">="
68
65
  - !ruby/object:Gem::Version
69
66
  version: 0.6.7
67
+ - - "<"
68
+ - !ruby/object:Gem::Version
69
+ version: '2'
70
70
  description: Tag helpers, asset helpers, form helpers, form builders and many more
71
71
  helpers for padrino
72
72
  email: padrinorb@gmail.com
@@ -251,9 +251,109 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  - !ruby/object:Gem::Version
252
252
  version: 1.3.6
253
253
  requirements: []
254
- rubyforge_project: padrino-helpers
255
- rubygems_version: 2.7.8
254
+ rubygems_version: 3.0.6
256
255
  signing_key:
257
256
  specification_version: 4
258
257
  summary: Helpers for padrino
259
- test_files: []
258
+ test_files:
259
+ - test/fixtures/apps/.components
260
+ - test/fixtures/apps/.gitignore
261
+ - test/fixtures/apps/render.rb
262
+ - test/fixtures/apps/views/article/comment/show.slim
263
+ - test/fixtures/apps/views/blog/post.erb
264
+ - test/fixtures/apps/views/layouts/specific.erb
265
+ - test/fixtures/apps/views/test/post.erb
266
+ - test/fixtures/layouts/layout.erb
267
+ - test/fixtures/markup_app/app.rb
268
+ - test/fixtures/markup_app/views/button_to.erb
269
+ - test/fixtures/markup_app/views/button_to.haml
270
+ - test/fixtures/markup_app/views/button_to.slim
271
+ - test/fixtures/markup_app/views/capture_concat.erb
272
+ - test/fixtures/markup_app/views/capture_concat.haml
273
+ - test/fixtures/markup_app/views/capture_concat.slim
274
+ - test/fixtures/markup_app/views/content_for.erb
275
+ - test/fixtures/markup_app/views/content_for.haml
276
+ - test/fixtures/markup_app/views/content_for.slim
277
+ - test/fixtures/markup_app/views/content_tag.erb
278
+ - test/fixtures/markup_app/views/content_tag.haml
279
+ - test/fixtures/markup_app/views/content_tag.slim
280
+ - test/fixtures/markup_app/views/current_engine.erb
281
+ - test/fixtures/markup_app/views/current_engine.haml
282
+ - test/fixtures/markup_app/views/current_engine.slim
283
+ - test/fixtures/markup_app/views/fields_for.erb
284
+ - test/fixtures/markup_app/views/fields_for.haml
285
+ - test/fixtures/markup_app/views/fields_for.slim
286
+ - test/fixtures/markup_app/views/form_for.erb
287
+ - test/fixtures/markup_app/views/form_for.haml
288
+ - test/fixtures/markup_app/views/form_for.slim
289
+ - test/fixtures/markup_app/views/form_tag.erb
290
+ - test/fixtures/markup_app/views/form_tag.haml
291
+ - test/fixtures/markup_app/views/form_tag.slim
292
+ - test/fixtures/markup_app/views/link_to.erb
293
+ - test/fixtures/markup_app/views/link_to.haml
294
+ - test/fixtures/markup_app/views/link_to.slim
295
+ - test/fixtures/markup_app/views/mail_to.erb
296
+ - test/fixtures/markup_app/views/mail_to.haml
297
+ - test/fixtures/markup_app/views/mail_to.slim
298
+ - test/fixtures/markup_app/views/meta_tag.erb
299
+ - test/fixtures/markup_app/views/meta_tag.haml
300
+ - test/fixtures/markup_app/views/meta_tag.slim
301
+ - test/fixtures/markup_app/views/partials/_erb.erb
302
+ - test/fixtures/markup_app/views/partials/_haml.haml
303
+ - test/fixtures/markup_app/views/partials/_slim.slim
304
+ - test/fixtures/markup_app/views/simple_partial.erb
305
+ - test/fixtures/markup_app/views/simple_partial.haml
306
+ - test/fixtures/markup_app/views/simple_partial.slim
307
+ - test/fixtures/render_app/app.rb
308
+ - test/fixtures/render_app/views/_deep.erb
309
+ - test/fixtures/render_app/views/_deep.haml
310
+ - test/fixtures/render_app/views/_deep.slim
311
+ - test/fixtures/render_app/views/_foo.haml
312
+ - test/fixtures/render_app/views/_partial_block_erb.erb
313
+ - test/fixtures/render_app/views/_partial_block_haml.haml
314
+ - test/fixtures/render_app/views/_partial_block_slim.slim
315
+ - test/fixtures/render_app/views/_unsafe.html.builder
316
+ - test/fixtures/render_app/views/_unsafe_object.html.builder
317
+ - test/fixtures/render_app/views/current_engine.haml
318
+ - test/fixtures/render_app/views/current_engines/_erb.erb
319
+ - test/fixtures/render_app/views/current_engines/_haml.haml
320
+ - test/fixtures/render_app/views/current_engines/_slim.slim
321
+ - test/fixtures/render_app/views/dive_inner_erb.erb
322
+ - test/fixtures/render_app/views/dive_inner_haml.haml
323
+ - test/fixtures/render_app/views/dive_inner_slim.slim
324
+ - test/fixtures/render_app/views/dive_outer_erb.erb
325
+ - test/fixtures/render_app/views/dive_outer_haml.haml
326
+ - test/fixtures/render_app/views/dive_outer_slim.slim
327
+ - test/fixtures/render_app/views/double_capture_erb.erb
328
+ - test/fixtures/render_app/views/double_capture_haml.haml
329
+ - test/fixtures/render_app/views/double_capture_slim.slim
330
+ - test/fixtures/render_app/views/erb/test.erb
331
+ - test/fixtures/render_app/views/explicit_engine.haml
332
+ - test/fixtures/render_app/views/haml/test.haml
333
+ - test/fixtures/render_app/views/index.haml
334
+ - test/fixtures/render_app/views/layouts/application.haml
335
+ - test/fixtures/render_app/views/render_block_erb.erb
336
+ - test/fixtures/render_app/views/render_block_haml.haml
337
+ - test/fixtures/render_app/views/render_block_slim.slim
338
+ - test/fixtures/render_app/views/ruby_block_capture_erb.erb
339
+ - test/fixtures/render_app/views/ruby_block_capture_haml.haml
340
+ - test/fixtures/render_app/views/ruby_block_capture_slim.slim
341
+ - test/fixtures/render_app/views/template/_user.haml
342
+ - test/fixtures/render_app/views/template/haml_template.haml
343
+ - test/fixtures/render_app/views/template/some_template.haml
344
+ - test/fixtures/render_app/views/wrong_capture_erb.erb
345
+ - test/fixtures/render_app/views/wrong_capture_haml.haml
346
+ - test/fixtures/render_app/views/wrong_capture_slim.slim
347
+ - test/helper.rb
348
+ - test/test_asset_tag_helpers.rb
349
+ - test/test_form_builder.rb
350
+ - test/test_form_helpers.rb
351
+ - test/test_format_helpers.rb
352
+ - test/test_helpers.rb
353
+ - test/test_locale.rb
354
+ - test/test_number_helpers.rb
355
+ - test/test_output_helpers.rb
356
+ - test/test_render_helpers.rb
357
+ - test/test_rendering.rb
358
+ - test/test_rendering_extensions.rb
359
+ - test/test_tag_helpers.rb