This commit is contained in:
Mamoru TASAKA 2014-02-22 04:44:37 +09:00
parent 387f0a2eab
commit f8f55d5457
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/kramdown-1.2.0.gem
/kramdown-1.3.0.gem
/kramdown-1.3.1.gem
/kramdown-1.3.2.gem

View File

@ -2,7 +2,7 @@
%global gem_name kramdown
Name: rubygem-%{gem_name}
Version: 1.3.1
Version: 1.3.2
Release: 1%{?dist}
Summary: Fast, pure-Ruby Markdown-superset converter
@ -68,7 +68,7 @@ LANG=en_US.utf8
pushd .%{gem_instdir}
# Some tests seem to be failing, need investigating
ruby -Ilib:test:. --verbose test/run_tests.rb 2>&1 | tee test-result.log
cat test-result.log | grep -q FAILED && echo "Please investigate this" || true
cat test-result.log | grep FAILED && echo "Please investigate this" || true
popd
%files
@ -90,6 +90,9 @@ popd
%doc %{gem_instdir}/doc/
%changelog
* Sat Feb 22 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2-1
- 1.3.2
* Thu Jan 09 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.1-1
- 1.3.1

View File

@ -1 +1 @@
8be387d4c38f2a02232c6945447d3a6b kramdown-1.3.1.gem
f6abc5fdd102c3a5301455236e5532c4 kramdown-1.3.2.gem