6e992cf2c5
## 5.0.3 Released on September 7, 2017 ([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.3)). * Use `String#dump` instead of `String#inspect` to generate string literal. (Takashi Kokubun) * Fix Erubi superclass mismatch error. [#952](https://github.com/haml/haml/pull/952) (thanks [Robin Daugherty](https://github.com/RobinDaugherty)) ## 5.0.2 Released on August 1, 2017 ([diff](https://github.com/haml/haml/compare/v5.0.1...v5.0.2)). * Let `haml -c` fail if generated Ruby code is syntax error. [#880](https://github.com/haml/haml/issues/880) (Takashi Kokubun) * Fix `NoMethodError` bug caused with Sprockets 3 and :sass filter. [#930](https://github.com/haml/haml/pull/930) (thanks [Gonzalez Maximiliano](https://github.com/emaxi)) * Fix `list_of` helper with multi-line content. [#933](https://github.com/haml/haml/pull/933) (thanks [Benoit Larroque](https://github.com/zetaben)) * Optimize rendering performance by changing timing to fix textareas. [#941](https://github.com/haml/haml/pull/941) (Takashi Kokubun) * Fix `TypeError` with empty :ruby filter. [#942](https://github.com/haml/haml/pull/942) (Takashi Kokubun) * Fix inconsistent attribute sort order. (Takashi Kokubun)
53 lines
1.9 KiB
Text
53 lines
1.9 KiB
Text
@comment $NetBSD: PLIST,v 1.17 2017/09/10 16:03:24 taca Exp $
|
|
bin/haml${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.gitmodules
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/FAQ.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/MIT-LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/REFERENCE.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/TODO
|
|
${GEM_LIBDIR}/benchmark.rb
|
|
${GEM_LIBDIR}/bin/haml
|
|
${GEM_LIBDIR}/haml.gemspec
|
|
${GEM_LIBDIR}/lib/haml.rb
|
|
${GEM_LIBDIR}/lib/haml/.gitattributes
|
|
${GEM_LIBDIR}/lib/haml/attribute_builder.rb
|
|
${GEM_LIBDIR}/lib/haml/attribute_compiler.rb
|
|
${GEM_LIBDIR}/lib/haml/attribute_parser.rb
|
|
${GEM_LIBDIR}/lib/haml/buffer.rb
|
|
${GEM_LIBDIR}/lib/haml/compiler.rb
|
|
${GEM_LIBDIR}/lib/haml/engine.rb
|
|
${GEM_LIBDIR}/lib/haml/error.rb
|
|
${GEM_LIBDIR}/lib/haml/escapable.rb
|
|
${GEM_LIBDIR}/lib/haml/exec.rb
|
|
${GEM_LIBDIR}/lib/haml/filters.rb
|
|
${GEM_LIBDIR}/lib/haml/generator.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/action_view_extensions.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/action_view_mods.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/action_view_xss_mods.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/safe_erubi_template.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/safe_erubis_template.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/xss_mods.rb
|
|
${GEM_LIBDIR}/lib/haml/options.rb
|
|
${GEM_LIBDIR}/lib/haml/parser.rb
|
|
${GEM_LIBDIR}/lib/haml/plugin.rb
|
|
${GEM_LIBDIR}/lib/haml/railtie.rb
|
|
${GEM_LIBDIR}/lib/haml/sass_rails_filter.rb
|
|
${GEM_LIBDIR}/lib/haml/template.rb
|
|
${GEM_LIBDIR}/lib/haml/template/options.rb
|
|
${GEM_LIBDIR}/lib/haml/temple_engine.rb
|
|
${GEM_LIBDIR}/lib/haml/temple_line_counter.rb
|
|
${GEM_LIBDIR}/lib/haml/util.rb
|
|
${GEM_LIBDIR}/lib/haml/version.rb
|
|
${GEM_LIBDIR}/yard/default/.gitignore
|
|
${GEM_LIBDIR}/yard/default/fulldoc/html/css/common.sass
|
|
${GEM_LIBDIR}/yard/default/layout/html/footer.erb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|