Skip to content

Commit

Permalink
Update ruby-haml to 5.0.3.
Browse files Browse the repository at this point in the history
## 5.0.3

Released on September 7, 2017
([diff](haml/haml@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](haml/haml#952) (thanks [Robin
  Daugherty](https://github.com/RobinDaugherty))

## 5.0.2

Released on August 1, 2017
([diff](haml/haml@v5.0.1...v5.0.2)).

* Let `haml -c` fail if generated Ruby code is syntax
  error. [#880](haml/haml#880) (Takashi Kokubun)
* Fix `NoMethodError` bug caused with Sprockets 3 and :sass
  filter. [#930](haml/haml#930) (thanks [Gonzalez
  Maximiliano](https://github.com/emaxi))
* Fix `list_of` helper with multi-line
  content. [#933](haml/haml#933) (thanks [Benoit
  Larroque](https://github.com/zetaben))
* Optimize rendering performance by changing timing to fix
  textareas. [#941](haml/haml#941) (Takashi Kokubun)
* Fix `TypeError` with empty :ruby
  filter. [#942](haml/haml#942) (Takashi Kokubun)
* Fix inconsistent attribute sort order. (Takashi Kokubun)
  • Loading branch information
taca committed Sep 10, 2017
1 parent ad66da9 commit 789c852
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-haml/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2017/06/21 14:29:25 taca Exp $
# $NetBSD: Makefile,v 1.19 2017/09/10 16:03:24 taca Exp $

DISTNAME= haml-5.0.1
DISTNAME= haml-5.0.3
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
11 changes: 1 addition & 10 deletions textproc/ruby-haml/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.16 2017/06/21 14:29:25 taca Exp $
@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
Expand Down Expand Up @@ -47,15 +47,6 @@ ${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}/test/attribute_parser_test.rb
${GEM_LIBDIR}/test/engine_test.rb
${GEM_LIBDIR}/test/filters_test.rb
${GEM_LIBDIR}/test/helper_test.rb
${GEM_LIBDIR}/test/options_test.rb
${GEM_LIBDIR}/test/parser_test.rb
${GEM_LIBDIR}/test/template_test.rb
${GEM_LIBDIR}/test/temple_line_counter_test.rb
${GEM_LIBDIR}/test/util_test.rb
${GEM_LIBDIR}/yard/default/.gitignore
${GEM_LIBDIR}/yard/default/fulldoc/html/css/common.sass
${GEM_LIBDIR}/yard/default/layout/html/footer.erb
Expand Down
10 changes: 5 additions & 5 deletions textproc/ruby-haml/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.18 2017/06/21 14:29:25 taca Exp $
$NetBSD: distinfo,v 1.19 2017/09/10 16:03:24 taca Exp $

SHA1 (haml-5.0.1.gem) = 53307f129d24da6514aa30c7a0229b4593b24061
RMD160 (haml-5.0.1.gem) = e804876e7bccc3565d8a569b9e8d6d629cc69c49
SHA512 (haml-5.0.1.gem) = 9300a810ae7dc30556c177b2eb75f67f0304cbe521ddfa212c6b0f90a193e49c3b78aaefef998fd2a8f9092c945fa54d2613910bc77f4c893febf5e874c81103
Size (haml-5.0.1.gem) = 113152 bytes
SHA1 (haml-5.0.3.gem) = 0b2a5120f68cdbf712d42e4ee10a95bd01de5995
RMD160 (haml-5.0.3.gem) = 8aa4debcf9fd4ef526c3cb236651d8e55d8fbe01
SHA512 (haml-5.0.3.gem) = c60afc736f61a7ad158a64ae5ade704b6efeaebb69db1daaafb557ae03cb69f4b80dbe1b06a156e7e58c7770407ebf0483e253d5860014cc6836c1dd6e60c833
Size (haml-5.0.3.gem) = 89600 bytes

0 comments on commit 789c852

Please sign in to comment.