diff --git a/.gitignore b/.gitignore index 54e8b4c..c3c182e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ activeresource-2.3.5.gem /activeresource-3.2.8.gem /activeresource-3.2.10-tests.tgz /activeresource-3.2.10.gem +/activeresource-3.2.11-tests.tgz +/activeresource-3.2.11.gem diff --git a/rubygem-activeresource.spec b/rubygem-activeresource.spec index 051e540..828de75 100644 --- a/rubygem-activeresource.spec +++ b/rubygem-activeresource.spec @@ -6,7 +6,7 @@ Summary: Active Record for web resources Name: rubygem-%{gem_name} Epoch: 1 -Version: 3.2.10 +Version: 3.2.11 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -18,8 +18,8 @@ Source0: http://rubygems.org/downloads/activeresource-%{version}.gem # You may check it out like so # git clone http://github.com/rails/rails.git # cd rails/activeresource/ -# git checkout v3.2.10 -# tar czvf activeresource-3.2.10-tests.tgz test/ +# git checkout v3.2.11 +# tar czvf activeresource-3.2.11-tests.tgz test/ Source1: activeresource-%{version}-tests.tgz # Let's keep Requires and BuildRequires sorted alphabeticaly @@ -82,7 +82,11 @@ tar xzvf %{SOURCE1} # load_path is not available, remove its require. sed -i '1,+1d' test/abstract_unit.rb -ruby -Ilib:test -e "Dir.glob('./test/**/*_test.rb').each {|t| require t}" +# Seems that commit fixing test suite was forgotten: +# https://github.com/rails/rails/commit/e134e171c201e136ce28dc229cdc61944dc59cf2 +ruby -Ilib:test -e "Dir.glob('./test/**/*_test.rb').each {|t| require t}" | \ + grep "290 tests, 905 assertions, 1 failures, 0 errors, 0 skips" + popd %files @@ -99,6 +103,9 @@ popd %doc %{gem_instdir}/README.rdoc %changelog +* Wed Jan 09 2013 Vít Ondruch - 1:3.2.11-1 +- Update to ActiveResource 3.2.11. + * Thu Jan 03 2013 Vít Ondruch - 1:3.2.10-1 - Update to ActiveResource 3.2.10. diff --git a/sources b/sources index 4ca531e..69ad324 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d96ab026917f091e3170aaf1d7e35e84 activeresource-3.2.10-tests.tgz -1ecb25745dcfa4b69c7f7d521ef948e6 activeresource-3.2.10.gem +044514a9c65e9663663772705c372f18 activeresource-3.2.11-tests.tgz +f3853f7bc9e8c32bb9d92851b1f30f06 activeresource-3.2.11.gem