[rubygem-activeresource] Update to ActiveResource 3.2.13.

Vít Ondruch vondruch at fedoraproject.org
Tue Mar 19 14:32:46 UTC 2013


commit ecbabdc32b7681d5b3e482fc7ed3cffc48d0d951
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Mar 19 15:32:33 2013 +0100

    Update to ActiveResource 3.2.13.

 .gitignore                  |    2 ++
 rubygem-activeresource.spec |   17 ++++++++---------
 sources                     |    4 ++--
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45ba4ff..ef39f3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ activeresource-2.3.5.gem
 /activeresource-3.2.11.gem
 /activeresource-3.2.12-tests.tgz
 /activeresource-3.2.12.gem
+/activeresource-3.2.13-tests.tgz
+/activeresource-3.2.13.gem
diff --git a/rubygem-activeresource.spec b/rubygem-activeresource.spec
index e8f1e42..bc4c995 100644
--- a/rubygem-activeresource.spec
+++ b/rubygem-activeresource.spec
@@ -5,8 +5,8 @@
 Summary: Active Record for web resources
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 3.2.12
-Release: 2%{?dist}
+Version: 3.2.13
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -17,8 +17,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.12
-# tar czvf activeresource-3.2.12-tests.tgz test/
+# git checkout v3.2.13
+# tar czvf activeresource-3.2.13-tests.tgz test/
 Source1: activeresource-%{version}-tests.tgz
 
 # Let's keep Requires and BuildRequires sorted alphabeticaly
@@ -79,11 +79,7 @@ tar xzvf %{SOURCE1}
 # load_path is not available, remove its require.
 sed -i '1,+1d' test/abstract_unit.rb
 
-# 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"
-
+ruby -Ilib:test -e "Dir.glob('./test/**/*_test.rb').each {|t| require t}"
 popd
 
 %files
@@ -100,6 +96,9 @@ popd
 %doc %{gem_instdir}/README.rdoc
 
 %changelog
+* Tue Mar 19 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.13-1
+- Update to ActiveResource 3.2.13.
+
 * Mon Mar 04 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.12-2
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index 696f64b..01b91d8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d2a0cddfeb551df9110689d35846e494  activeresource-3.2.12-tests.tgz
-d5817d8a44b8f73e4f9cc5e6a4b74f7b  activeresource-3.2.12.gem
+65220fd0f78f394e6c80709085a743d2  activeresource-3.2.13-tests.tgz
+6c6375bee50bf4ebe94956fca8ff09b7  activeresource-3.2.13.gem


More information about the scm-commits mailing list