diff --git a/.gitignore b/.gitignore index a40e1df..2dc5fdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /shindo-0.3.4.gem /shindo-0.3.6.gem +/shindo-0.3.8.gem diff --git a/rubygem-shindo.spec b/rubygem-shindo.spec index ba6a3d0..51a82dc 100644 --- a/rubygem-shindo.spec +++ b/rubygem-shindo.spec @@ -4,7 +4,7 @@ Summary: Simple depth first Ruby testing Name: rubygem-%{gem_name} -Version: 0.3.6 +Version: 0.3.8 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -54,8 +54,6 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x %check pushd .%{gem_instdir} -# Get rid of lib/shindo requirement because it's the cause of deadlock -sed -i '1d' tests/tests_helper.rb RUBYOPT="-I." bin/shindo popd @@ -77,6 +75,11 @@ popd %{gem_instdir}/shindo.gemspec %changelog +* Thu Oct 10 2013 Josef Stribny - 0.3.8-1 +- Update to shindo 0.3.8 + - This should address the issue with RubyGems 2.0.4 and its Kernel#require + limitation when working with threads. + * Tue Aug 20 2013 Josef Stribny - 0.3.6-1 - Update to shindo 0.3.6 - Fix tests diff --git a/sources b/sources index e5f9da3..f1399ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b2c806814203463afa90160e0468114 shindo-0.3.6.gem +cacbefc2e603da52f4b162103f72803e shindo-0.3.8.gem