From 47790bd64d7f1f65d2406036088f0d6532198186 Mon Sep 17 00:00:00 2001 From: Mo Morsi Date: Tue, 13 Nov 2012 16:07:08 -0500 Subject: [PATCH] update to haml 3.1.7 --- .gitignore | 6 +----- rubygem-haml.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0e4ec03..79eeea7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -haml-2.2.24.gem -haml-3.0.17.gem -/haml-3.0.25.gem -/haml-3.1.2.gem -/haml-3.1.6.gem +haml-3.1.7.gem \ No newline at end of file diff --git a/rubygem-haml.spec b/rubygem-haml.spec index aa9a08c..7865527 100644 --- a/rubygem-haml.spec +++ b/rubygem-haml.spec @@ -3,7 +3,7 @@ Summary: An elegant, structured XHTML/XML templating engine Name: rubygem-%{gem_name} -Version: 3.1.6 +Version: 3.1.7 Release: 1%{?dist} Group: Development/Languages License: MIT and WTFPL @@ -63,7 +63,7 @@ rmdir %{buildroot}%{gem_dir}/bin %check pushd %{buildroot}%{gem_instdir} -ruby -I. -e "Dir.glob('test/**/*_test.rb').each {|t| require t}" +testrb -Ilib test/haml/*_test.rb popd %files @@ -93,6 +93,9 @@ popd %{gem_instdir}/test %changelog +* Mon Jul 11 2011 Mo Morsi - 3.1.7-1 +- updated to latest upstream release + * Fri Jul 27 2012 Bohuslav Kabrda - 3.1.6-1 - Updated to Haml 3.1.6. - Removed patch that is included in this upstream release. diff --git a/sources b/sources index 1232e99..756bc83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c73b2755a56cf5461f6a5e430052f436 haml-3.1.6.gem +dbde8509b753f50522ad4dd4ab3e3901 haml-3.1.7.gem