[rubygem-activeresource/f16: 1/2] Update to ActiveResource 3.0.10

Vít Ondruch vondruch at fedoraproject.org
Mon Aug 22 13:42:55 UTC 2011


commit ba969a0594cb925ce61315c9e6cc284cb7ef5d4f
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Aug 22 15:42:18 2011 +0200

    Update to ActiveResource 3.0.10

 .gitignore                  |    2 ++
 rubygem-activeresource.spec |   11 +++++++----
 sources                     |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ef606a..e84f153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ activeresource-2.3.5.gem
 /activeresource-3.0.5.gem
 /activeresource-3.0.9-tests.tgz
 /activeresource-3.0.9.gem
+/activeresource-3.0.10-tests.tgz
+/activeresource-3.0.10.gem
diff --git a/rubygem-activeresource.spec b/rubygem-activeresource.spec
index 24dd14c..a990019 100644
--- a/rubygem-activeresource.spec
+++ b/rubygem-activeresource.spec
@@ -9,7 +9,7 @@
 Summary: Active Record for web resources
 Name: rubygem-%{gemname}
 Epoch: 1
-Version: 3.0.9
+Version: 3.0.10
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -24,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.9
-# tar czvf activeresource-3.0.9-tests.tgz test/
-Source2: activeresource-3.0.9-tests.tgz
+# git checkout v3.0.10
+# tar czvf activeresource-3.0.10-tests.tgz test/
+Source2: activeresource-%{version}-tests.tgz
 
 # Remove a task which breaks the Rakefile due to the gemspec
 # not being present in the gem
@@ -115,6 +115,9 @@ rake test --trace
 
 
 %changelog
+* Mon Aug 22 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.10-1
+- Update to ActiveResource 3.0.10
+
 * Thu Jul 07 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.9-1
 - Update to ActiveResource 3.0.9
 
diff --git a/sources b/sources
index 91febf1..233d1d7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5fd859978f1b910f281224fe31c69514  activeresource-3.0.9-tests.tgz
-198fdec073be175ad9c7a4ad300e94d1  activeresource-3.0.9.gem
+9cedcb9799bb30e5dee47ce6dc8676f1  activeresource-3.0.10-tests.tgz
+2accb10df552475749f60fc707c96339  activeresource-3.0.10.gem


More information about the scm-commits mailing list