pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-haml Update ruby-haml to 4.0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6afad14bf38c
branches:  trunk
changeset: 631985:6afad14bf38c
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 18:09:53 2014 +0000

description:
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:

 textproc/ruby-haml/Makefile |  4 ++--
 textproc/ruby-haml/PLIST    |  4 ++--
 textproc/ruby-haml/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r c0246897d895 -r 6afad14bf38c textproc/ruby-haml/Makefile
--- a/textproc/ruby-haml/Makefile       Fri Mar 14 18:09:13 2014 +0000
+++ b/textproc/ruby-haml/Makefile       Fri Mar 14 18:09:53 2014 +0000
@@ -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@localhost
diff -r c0246897d895 -r 6afad14bf38c textproc/ruby-haml/PLIST
--- a/textproc/ruby-haml/PLIST  Fri Mar 14 18:09:13 2014 +0000
+++ b/textproc/ruby-haml/PLIST  Fri Mar 14 18:09:53 2014 +0000
@@ -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/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/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 -r c0246897d895 -r 6afad14bf38c textproc/ruby-haml/distinfo
--- a/textproc/ruby-haml/distinfo       Fri Mar 14 18:09:13 2014 +0000
+++ b/textproc/ruby-haml/distinfo       Fri Mar 14 18:09:53 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index