--- !ruby/object:Gem::Specification name: padrino-helpers version: !ruby/object:Gem::Version version: 0.11.4 platform: ruby authors: - Padrino Team - Nathan Esquenazi - Davide D'Agostino - Arthur Chiu autorequire: bindir: bin cert_chain: [] date: 2013-09-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: padrino-core requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.11.4 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.11.4 - !ruby/object:Gem::Dependency name: i18n requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.6' description: Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino email: padrinorb@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .document - .gitignore - .yardopts - LICENSE.txt - README.rdoc - Rakefile - lib/padrino-helpers.rb - lib/padrino-helpers/asset_tag_helpers.rb - lib/padrino-helpers/breadcrumb_helpers.rb - lib/padrino-helpers/form_builder/abstract_form_builder.rb - lib/padrino-helpers/form_builder/standard_form_builder.rb - lib/padrino-helpers/form_helpers.rb - lib/padrino-helpers/format_helpers.rb - lib/padrino-helpers/locale/cs.yml - lib/padrino-helpers/locale/da.yml - lib/padrino-helpers/locale/de.yml - lib/padrino-helpers/locale/en.yml - lib/padrino-helpers/locale/es.yml - lib/padrino-helpers/locale/fr.yml - lib/padrino-helpers/locale/hu.yml - lib/padrino-helpers/locale/it.yml - lib/padrino-helpers/locale/ja.yml - lib/padrino-helpers/locale/lv.yml - lib/padrino-helpers/locale/nl.yml - lib/padrino-helpers/locale/no.yml - lib/padrino-helpers/locale/pl.yml - lib/padrino-helpers/locale/pt_br.yml - lib/padrino-helpers/locale/ro.yml - lib/padrino-helpers/locale/ru.yml - lib/padrino-helpers/locale/sv.yml - lib/padrino-helpers/locale/tr.yml - lib/padrino-helpers/locale/uk.yml - lib/padrino-helpers/locale/zh_cn.yml - lib/padrino-helpers/locale/zh_tw.yml - lib/padrino-helpers/number_helpers.rb - lib/padrino-helpers/output_helpers.rb - lib/padrino-helpers/output_helpers/abstract_handler.rb - lib/padrino-helpers/output_helpers/erb_handler.rb - lib/padrino-helpers/output_helpers/haml_handler.rb - lib/padrino-helpers/output_helpers/slim_handler.rb - lib/padrino-helpers/render_helpers.rb - lib/padrino-helpers/tag_helpers.rb - lib/padrino-helpers/translation_helpers.rb - padrino-helpers.gemspec - test/fixtures/markup_app/app.rb - test/fixtures/markup_app/views/button_to.erb - test/fixtures/markup_app/views/button_to.haml - test/fixtures/markup_app/views/button_to.slim - test/fixtures/markup_app/views/capture_concat.erb - test/fixtures/markup_app/views/capture_concat.haml - test/fixtures/markup_app/views/capture_concat.slim - test/fixtures/markup_app/views/content_for.erb - test/fixtures/markup_app/views/content_for.haml - test/fixtures/markup_app/views/content_for.slim - test/fixtures/markup_app/views/content_tag.erb - test/fixtures/markup_app/views/content_tag.haml - test/fixtures/markup_app/views/content_tag.slim - test/fixtures/markup_app/views/current_engine.erb - test/fixtures/markup_app/views/current_engine.haml - test/fixtures/markup_app/views/current_engine.slim - test/fixtures/markup_app/views/fields_for.erb - test/fixtures/markup_app/views/fields_for.haml - test/fixtures/markup_app/views/fields_for.slim - test/fixtures/markup_app/views/form_for.erb - test/fixtures/markup_app/views/form_for.haml - test/fixtures/markup_app/views/form_for.slim - test/fixtures/markup_app/views/form_tag.erb - test/fixtures/markup_app/views/form_tag.haml - test/fixtures/markup_app/views/form_tag.slim - test/fixtures/markup_app/views/link_to.erb - test/fixtures/markup_app/views/link_to.haml - test/fixtures/markup_app/views/link_to.slim - test/fixtures/markup_app/views/mail_to.erb - test/fixtures/markup_app/views/mail_to.haml - test/fixtures/markup_app/views/mail_to.slim - test/fixtures/markup_app/views/meta_tag.erb - test/fixtures/markup_app/views/meta_tag.haml - test/fixtures/markup_app/views/meta_tag.slim - test/fixtures/markup_app/views/partials/_erb.erb - test/fixtures/markup_app/views/partials/_haml.haml - test/fixtures/markup_app/views/partials/_slim.slim - test/fixtures/markup_app/views/simple_partial.erb - test/fixtures/markup_app/views/simple_partial.haml - test/fixtures/markup_app/views/simple_partial.slim - test/fixtures/render_app/app.rb - test/fixtures/render_app/views/current_engine.haml - test/fixtures/render_app/views/current_engines/_erb.erb - test/fixtures/render_app/views/current_engines/_haml.haml - test/fixtures/render_app/views/current_engines/_slim.slim - test/fixtures/render_app/views/double_capture_erb.erb - test/fixtures/render_app/views/double_capture_haml.haml - test/fixtures/render_app/views/double_capture_slim.slim - test/fixtures/render_app/views/erb/test.erb - test/fixtures/render_app/views/explicit_engine.haml - test/fixtures/render_app/views/haml/test.haml - test/fixtures/render_app/views/template/_user.haml - test/fixtures/render_app/views/template/haml_template.haml - test/fixtures/render_app/views/template/some_template.haml - test/helper.rb - test/test_asset_tag_helpers.rb - test/test_breadcrumb_helpers.rb - test/test_form_builder.rb - test/test_form_helpers.rb - test/test_format_helpers.rb - test/test_locale.rb - test/test_number_helpers.rb - test/test_output_helpers.rb - test/test_render_helpers.rb - test/test_tag_helpers.rb homepage: http://www.padrinorb.com licenses: [] metadata: {} post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: padrino-helpers rubygems_version: 2.0.6 signing_key: specification_version: 4 summary: Helpers for padrino test_files: - test/fixtures/markup_app/app.rb - test/fixtures/markup_app/views/button_to.erb - test/fixtures/markup_app/views/button_to.haml - test/fixtures/markup_app/views/button_to.slim - test/fixtures/markup_app/views/capture_concat.erb - test/fixtures/markup_app/views/capture_concat.haml - test/fixtures/markup_app/views/capture_concat.slim - test/fixtures/markup_app/views/content_for.erb - test/fixtures/markup_app/views/content_for.haml - test/fixtures/markup_app/views/content_for.slim - test/fixtures/markup_app/views/content_tag.erb - test/fixtures/markup_app/views/content_tag.haml - test/fixtures/markup_app/views/content_tag.slim - test/fixtures/markup_app/views/current_engine.erb - test/fixtures/markup_app/views/current_engine.haml - test/fixtures/markup_app/views/current_engine.slim - test/fixtures/markup_app/views/fields_for.erb - test/fixtures/markup_app/views/fields_for.haml - test/fixtures/markup_app/views/fields_for.slim - test/fixtures/markup_app/views/form_for.erb - test/fixtures/markup_app/views/form_for.haml - test/fixtures/markup_app/views/form_for.slim - test/fixtures/markup_app/views/form_tag.erb - test/fixtures/markup_app/views/form_tag.haml - test/fixtures/markup_app/views/form_tag.slim - test/fixtures/markup_app/views/link_to.erb - test/fixtures/markup_app/views/link_to.haml - test/fixtures/markup_app/views/link_to.slim - test/fixtures/markup_app/views/mail_to.erb - test/fixtures/markup_app/views/mail_to.haml - test/fixtures/markup_app/views/mail_to.slim - test/fixtures/markup_app/views/meta_tag.erb - test/fixtures/markup_app/views/meta_tag.haml - test/fixtures/markup_app/views/meta_tag.slim - test/fixtures/markup_app/views/partials/_erb.erb - test/fixtures/markup_app/views/partials/_haml.haml - test/fixtures/markup_app/views/partials/_slim.slim - test/fixtures/markup_app/views/simple_partial.erb - test/fixtures/markup_app/views/simple_partial.haml - test/fixtures/markup_app/views/simple_partial.slim - test/fixtures/render_app/app.rb - test/fixtures/render_app/views/current_engine.haml - test/fixtures/render_app/views/current_engines/_erb.erb - test/fixtures/render_app/views/current_engines/_haml.haml - test/fixtures/render_app/views/current_engines/_slim.slim - test/fixtures/render_app/views/double_capture_erb.erb - test/fixtures/render_app/views/double_capture_haml.haml - test/fixtures/render_app/views/double_capture_slim.slim - test/fixtures/render_app/views/erb/test.erb - test/fixtures/render_app/views/explicit_engine.haml - test/fixtures/render_app/views/haml/test.haml - test/fixtures/render_app/views/template/_user.haml - test/fixtures/render_app/views/template/haml_template.haml - test/fixtures/render_app/views/template/some_template.haml - test/helper.rb - test/test_asset_tag_helpers.rb - test/test_breadcrumb_helpers.rb - test/test_form_builder.rb - test/test_form_helpers.rb - test/test_format_helpers.rb - test/test_locale.rb - test/test_number_helpers.rb - test/test_output_helpers.rb - test/test_render_helpers.rb - test/test_tag_helpers.rb has_rdoc: