1.3.2
This commit is contained in:
parent
387f0a2eab
commit
f8f55d5457
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/kramdown-1.2.0.gem
|
/kramdown-1.2.0.gem
|
||||||
/kramdown-1.3.0.gem
|
/kramdown-1.3.0.gem
|
||||||
/kramdown-1.3.1.gem
|
/kramdown-1.3.1.gem
|
||||||
|
/kramdown-1.3.2.gem
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global gem_name kramdown
|
%global gem_name kramdown
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast, pure-Ruby Markdown-superset converter
|
Summary: Fast, pure-Ruby Markdown-superset converter
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ LANG=en_US.utf8
|
|||||||
pushd .%{gem_instdir}
|
pushd .%{gem_instdir}
|
||||||
# Some tests seem to be failing, need investigating
|
# Some tests seem to be failing, need investigating
|
||||||
ruby -Ilib:test:. --verbose test/run_tests.rb 2>&1 | tee test-result.log
|
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
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -90,6 +90,9 @@ popd
|
|||||||
%doc %{gem_instdir}/doc/
|
%doc %{gem_instdir}/doc/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 09 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.1-1
|
||||||
- 1.3.1
|
- 1.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user