update to haml 3.1.7

f38
Mo Morsi 12 years ago
parent 715e51428a
commit 47790bd64d

6
.gitignore vendored

@ -1,5 +1 @@
haml-2.2.24.gem haml-3.1.7.gem
haml-3.0.17.gem
/haml-3.0.25.gem
/haml-3.1.2.gem
/haml-3.1.6.gem

@ -3,7 +3,7 @@
Summary: An elegant, structured XHTML/XML templating engine Summary: An elegant, structured XHTML/XML templating engine
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 3.1.6 Version: 3.1.7
Release: 1%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT and WTFPL License: MIT and WTFPL
@ -63,7 +63,7 @@ rmdir %{buildroot}%{gem_dir}/bin
%check %check
pushd %{buildroot}%{gem_instdir} pushd %{buildroot}%{gem_instdir}
ruby -I. -e "Dir.glob('test/**/*_test.rb').each {|t| require t}" testrb -Ilib test/haml/*_test.rb
popd popd
%files %files
@ -93,6 +93,9 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Mon Jul 11 2011 Mo Morsi <mmorsi@redhat.com> - 3.1.7-1
- updated to latest upstream release
* Fri Jul 27 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 3.1.6-1 * Fri Jul 27 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 3.1.6-1
- Updated to Haml 3.1.6. - Updated to Haml 3.1.6.
- Removed patch that is included in this upstream release. - Removed patch that is included in this upstream release.

@ -1 +1 @@
c73b2755a56cf5461f6a5e430052f436 haml-3.1.6.gem dbde8509b753f50522ad4dd4ab3e3901 haml-3.1.7.gem

Loading…
Cancel
Save