diff options
author | taca <taca@pkgsrc.org> | 2014-03-14 18:09:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-14 18:09:53 +0000 |
commit | 184b67c7adc3160c3a9bed3c2d73f38381820efa (patch) | |
tree | 89e91bef3ddd215642117c16c99d0eb192ba2f50 /textproc/ruby-haml | |
parent | 2e1be62d91abc99b85b3295303f3a04d0661917b (diff) | |
download | pkgsrc-184b67c7adc3160c3a9bed3c2d73f38381820efa.tar.gz |
Update ruby-haml to 4.0.5.
# Haml Changelog
=======
## 4.0.5
Released on Jan 7, 2014 ([diff](https://github.com/haml/haml/compare/4.0.4...4.0.5)).
* Fix haml_concat appending unescaped HTML after a call to haml_tag.
* Fix for bug whereby when HAML :ugly option is "true",
ActionView::Helpers::CaptureHelper::capture returns the whole view buffer
when passed a block that returns nothing (thanks [Mircea
Moise](https://github.com/mmircea16)).
## 4.0.4
Released on November 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.3...4.0.4)).
* Check for Rails::Railtie rather than Rails (thanks [Konstantin Shabanov](https://github.com/etehtsea)).
* Parser fix to allow literal '#' with suppress_eval (Matt Wildig).
* Helpers#escape_once works on frozen strings (as does
ERB::Util.html_escape_once for which it acts as a replacement in
Rails (thanks [Patrik Metzmacher](https://github.com/patrik)).
* Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
Diffstat (limited to 'textproc/ruby-haml')
-rw-r--r-- | textproc/ruby-haml/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-haml/PLIST | 4 | ||||
-rw-r--r-- | textproc/ruby-haml/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile index 55d23d5f782..4b30b99fa6f 100644 --- a/textproc/ruby-haml/Makefile +++ b/textproc/ruby-haml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2013/09/15 16:16:26 taca Exp $ +# $NetBSD: Makefile,v 1.15 2014/03/14 18:09:53 taca Exp $ -DISTNAME= haml-4.0.3 +DISTNAME= haml-4.0.5 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-haml/PLIST b/textproc/ruby-haml/PLIST index 6bd142184d1..a352038e134 100644 --- a/textproc/ruby-haml/PLIST +++ b/textproc/ruby-haml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2013/09/15 16:16:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2014/03/14 18:09:53 taca Exp $ bin/haml ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts @@ -29,6 +29,7 @@ ${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/template/plugin.rb +${GEM_LIBDIR}/lib/haml/temple.rb ${GEM_LIBDIR}/lib/haml/util.rb ${GEM_LIBDIR}/lib/haml/version.rb ${GEM_LIBDIR}/test/engine_test.rb @@ -40,7 +41,6 @@ ${GEM_LIBDIR}/test/filters_test.rb ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.0.x ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.1.x ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.2.x -${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.2.x.lock ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-4.0.x ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-4.0.x.lock ${GEM_LIBDIR}/test/helper_test.rb diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo index 7663165351b..68949a4329d 100644 --- a/textproc/ruby-haml/distinfo +++ b/textproc/ruby-haml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2013/09/15 16:16:26 taca Exp $ +$NetBSD: distinfo,v 1.14 2014/03/14 18:09:53 taca Exp $ -SHA1 (haml-4.0.3.gem) = e1c9efff4f7e24ec2775089c51d8d57866bfe00c -RMD160 (haml-4.0.3.gem) = 6ec5eb7aec9a7ea050ca1fad7adc8a42c87856d3 -Size (haml-4.0.3.gem) = 115712 bytes +SHA1 (haml-4.0.5.gem) = 9cafd882b5eb29d3312afbf67028275cfe8e8770 +RMD160 (haml-4.0.5.gem) = 34e439308337496b56ef883f4cfd97a2f85e6ded +Size (haml-4.0.5.gem) = 116736 bytes |