diff --git a/.gitignore b/.gitignore index 4a5b858..fb6ab20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kramdown-1.2.0.gem /kramdown-1.3.0.gem /kramdown-1.3.1.gem +/kramdown-1.3.2.gem diff --git a/rubygem-kramdown.spec b/rubygem-kramdown.spec index 264f288..7b5d36e 100644 --- a/rubygem-kramdown.spec +++ b/rubygem-kramdown.spec @@ -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 - 1.3.2-1 +- 1.3.2 + * Thu Jan 09 2014 Mamoru TASAKA - 1.3.1-1 - 1.3.1 diff --git a/sources b/sources index 15c33f9..17dc546 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8be387d4c38f2a02232c6945447d3a6b kramdown-1.3.1.gem +f6abc5fdd102c3a5301455236e5532c4 kramdown-1.3.2.gem