pkgsrc/www/ruby-padrino-helpers/PLIST
taca eb87f6d9d1 Update ruby-padrino pacakges to 0.14.1.1
0.14.1.1 (2017-05-16)

* Fix unexpected Tilt behavior

0.14.1 (2017-05-16)

* FIX syntax error in ActiveRecord tasks (@sue445)
* NEW use hamlit if available in Gemfile

0.14.0.2 (2017-05-08)

* FIX #2132 use Sinatra2 IndifferentHash if available
2017-06-04 15:41:39 +00:00

159 lines
8.6 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2017/06/04 15:41:39 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/padrino-helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/asset_tag_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/form_builder/abstract_form_builder.rb
${GEM_LIBDIR}/lib/padrino-helpers/form_builder/standard_form_builder.rb
${GEM_LIBDIR}/lib/padrino-helpers/form_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/form_helpers/errors.rb
${GEM_LIBDIR}/lib/padrino-helpers/form_helpers/options.rb
${GEM_LIBDIR}/lib/padrino-helpers/form_helpers/security.rb
${GEM_LIBDIR}/lib/padrino-helpers/format_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/locale/cs.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/da.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/de.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/en.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/es.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/fr.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/hu.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/it.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/ja.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/lv.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/nl.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/no.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/pl.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/pt_br.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/ro.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/ru.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/sv.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/tr.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/uk.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/zh_cn.yml
${GEM_LIBDIR}/lib/padrino-helpers/locale/zh_tw.yml
${GEM_LIBDIR}/lib/padrino-helpers/number_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/output_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/abstract_handler.rb
${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/erb_handler.rb
${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/haml_handler.rb
${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/slim_handler.rb
${GEM_LIBDIR}/lib/padrino-helpers/render_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/tag_helpers.rb
${GEM_LIBDIR}/lib/padrino-helpers/translation_helpers.rb
${GEM_LIBDIR}/lib/padrino/core_ext/output_safety.rb
${GEM_LIBDIR}/lib/padrino/rendering.rb
${GEM_LIBDIR}/lib/padrino/rendering/erb_template.rb
${GEM_LIBDIR}/lib/padrino/rendering/erubi_template.rb
${GEM_LIBDIR}/lib/padrino/rendering/erubis_template.rb
${GEM_LIBDIR}/lib/padrino/rendering/haml_template.rb
${GEM_LIBDIR}/lib/padrino/rendering/hamlit_template.rb
${GEM_LIBDIR}/lib/padrino/rendering/slim_template.rb
${GEM_LIBDIR}/lib/padrino/safe_buffer.rb
${GEM_LIBDIR}/padrino-helpers.gemspec
${GEM_LIBDIR}/test/fixtures/apps/.components
${GEM_LIBDIR}/test/fixtures/apps/.gitignore
${GEM_LIBDIR}/test/fixtures/apps/render.rb
${GEM_LIBDIR}/test/fixtures/apps/views/article/comment/show.slim
${GEM_LIBDIR}/test/fixtures/apps/views/blog/post.erb
${GEM_LIBDIR}/test/fixtures/apps/views/layouts/specific.erb
${GEM_LIBDIR}/test/fixtures/apps/views/test/post.erb
${GEM_LIBDIR}/test/fixtures/layouts/layout.erb
${GEM_LIBDIR}/test/fixtures/markup_app/app.rb
${GEM_LIBDIR}/test/fixtures/markup_app/views/button_to.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/button_to.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/button_to.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/capture_concat.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/capture_concat.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/capture_concat.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/content_for.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/content_for.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/content_for.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/content_tag.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/content_tag.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/content_tag.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/current_engine.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/current_engine.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/current_engine.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/fields_for.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/fields_for.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/fields_for.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/form_for.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/form_for.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/form_for.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/form_tag.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/form_tag.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/form_tag.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/link_to.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/link_to.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/link_to.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/mail_to.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/mail_to.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/mail_to.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/meta_tag.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/meta_tag.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/meta_tag.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/partials/_erb.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/partials/_haml.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/partials/_slim.slim
${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.erb
${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.haml
${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.slim
${GEM_LIBDIR}/test/fixtures/render_app/app.rb
${GEM_LIBDIR}/test/fixtures/render_app/views/_deep.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/_deep.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/_deep.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/_foo.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/_partial_block_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/_partial_block_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/_partial_block_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/_unsafe.html.builder
${GEM_LIBDIR}/test/fixtures/render_app/views/_unsafe_object.html.builder
${GEM_LIBDIR}/test/fixtures/render_app/views/current_engine.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/dive_inner_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/dive_inner_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/dive_inner_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/dive_outer_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/dive_outer_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/dive_outer_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/double_capture_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/double_capture_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/double_capture_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/erb/test.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/explicit_engine.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/haml/test.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/index.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/layouts/application.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/render_block_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/render_block_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/render_block_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/ruby_block_capture_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/ruby_block_capture_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/ruby_block_capture_slim.slim
${GEM_LIBDIR}/test/fixtures/render_app/views/template/_user.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/template/haml_template.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/template/some_template.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/wrong_capture_erb.erb
${GEM_LIBDIR}/test/fixtures/render_app/views/wrong_capture_haml.haml
${GEM_LIBDIR}/test/fixtures/render_app/views/wrong_capture_slim.slim
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_asset_tag_helpers.rb
${GEM_LIBDIR}/test/test_form_builder.rb
${GEM_LIBDIR}/test/test_form_helpers.rb
${GEM_LIBDIR}/test/test_format_helpers.rb
${GEM_LIBDIR}/test/test_helpers.rb
${GEM_LIBDIR}/test/test_locale.rb
${GEM_LIBDIR}/test/test_number_helpers.rb
${GEM_LIBDIR}/test/test_output_helpers.rb
${GEM_LIBDIR}/test/test_render_helpers.rb
${GEM_LIBDIR}/test/test_rendering.rb
${GEM_LIBDIR}/test/test_rendering_extensions.rb
${GEM_LIBDIR}/test/test_tag_helpers.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec