[rubygem-activeresource] Update to ActiveResource 3.0.9

Vít Ondruch vondruch at fedoraproject.org
Thu Jul 7 08:11:38 UTC 2011


commit 38c0216247f4ff611207b49ffd05db349aea07df
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Jul 7 10:11:14 2011 +0200

    Update to ActiveResource 3.0.9

 .gitignore                  |    2 ++
 activeresource-tests.tgz    |  Bin 22035 -> 0 bytes
 rubygem-activeresource.spec |   20 ++++++++++++--------
 sources                     |    3 ++-
 4 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95626d9..0ef606a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ activeresource-2.3.5.gem
 /activeresource-2.3.8.gem
 /activeresource-3.0.3.gem
 /activeresource-3.0.5.gem
+/activeresource-3.0.9-tests.tgz
+/activeresource-3.0.9.gem
diff --git a/rubygem-activeresource.spec b/rubygem-activeresource.spec
index bf06993..24dd14c 100644
--- a/rubygem-activeresource.spec
+++ b/rubygem-activeresource.spec
@@ -1,14 +1,15 @@
 # Generated from activeresource-2.0.1.gem by gem2rpm -*- rpm-spec -*-
-%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
-%define gemname activeresource
-%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global gemname activeresource
 
-%define rubyabi 1.8
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+
+%global rubyabi 1.8
 
 Summary: Active Record for web resources
 Name: rubygem-%{gemname}
 Epoch: 1
-Version: 3.0.5
+Version: 3.0.9
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -23,9 +24,9 @@ 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.5
-# tar czvf activeresource-tests.tgz test/
-Source2: activeresource-tests.tgz
+# git checkout v3.0.9
+# tar czvf activeresource-3.0.9-tests.tgz test/
+Source2: activeresource-3.0.9-tests.tgz
 
 # Remove a task which breaks the Rakefile due to the gemspec
 # not being present in the gem
@@ -114,6 +115,9 @@ rake test --trace
 
 
 %changelog
+* Thu Jul 07 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.9-1
+- Update to ActiveResource 3.0.9
+
 * Mon Mar 28 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.5-1
 - Updated to ActiveResource 3.0.5
 
diff --git a/sources b/sources
index 93dd188..91febf1 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-d5f45c368f9d2011426fd3bd96bc9f08  activeresource-3.0.5.gem
+5fd859978f1b910f281224fe31c69514  activeresource-3.0.9-tests.tgz
+198fdec073be175ad9c7a4ad300e94d1  activeresource-3.0.9.gem


More information about the scm-commits mailing list