[rubygem-activeresource] Updated to ActiveResource 3.0.5.

Vít Ondruch vondruch at fedoraproject.org
Mon Mar 28 10:41:29 UTC 2011


commit 997a8d7ff5464703ad766ca1bcf719aa678d3d66
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Mar 28 12:40:09 2011 +0200

    Updated to ActiveResource 3.0.5.

 Rakefile                    |    2 +-
 activeresource-tests.tgz    |  Bin 22064 -> 22035 bytes
 rubygem-activeresource.spec |    9 ++++++---
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/Rakefile b/Rakefile
index 905241a..43cdec5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,7 @@ namespace :test do
     ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
     activesupport_path = "#{File.dirname(__FILE__)}/../activesupport/lib"
     Dir.glob("test/**/*_test.rb").all? do |file|
-      system(ruby, '-w', "-Ilib:test:#{activesupport_path}", file)
+      sh(ruby, '-w', "-Ilib:test:#{activesupport_path}", file)
     end or raise "Failures"
   end
 end
diff --git a/activeresource-tests.tgz b/activeresource-tests.tgz
index 982a7ca..ba3e75e 100644
Binary files a/activeresource-tests.tgz and b/activeresource-tests.tgz differ
diff --git a/rubygem-activeresource.spec b/rubygem-activeresource.spec
index 5e7d643..bf06993 100644
--- a/rubygem-activeresource.spec
+++ b/rubygem-activeresource.spec
@@ -8,8 +8,8 @@
 Summary: Active Record for web resources
 Name: rubygem-%{gemname}
 Epoch: 1
-Version: 3.0.3
-Release: 2%{?dist}
+Version: 3.0.5
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -23,7 +23,7 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gemname}/Rakefile
 # You may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/activeresource/
-# git checkout v3.0.3
+# git checkout v3.0.5
 # tar czvf activeresource-tests.tgz test/
 Source2: activeresource-tests.tgz
 
@@ -114,6 +114,9 @@ rake test --trace
 
 
 %changelog
+* Mon Mar 28 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.5-1
+- Updated to ActiveResource 3.0.5
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list