[rubygem-activerecord] Update to 4.0.2

Josef Stribny jstribny at fedoraproject.org
Thu Dec 5 10:02:09 UTC 2013


commit d770e5b68d6bc984b38b691ecf39bbca61a574e0
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Dec 5 11:02:02 2013 +0100

    Update to 4.0.2

 .gitignore                |    2 ++
 rubygem-activerecord.spec |   11 +++++++----
 sources                   |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0183972..264f8d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,5 @@ activerecord-2.3.8.gem
 /activerecord-4.0.0.gem
 /activerecord-4.0.1-tests.tgz
 /activerecord-4.0.1.gem
+/activerecord-4.0.2-tests.tgz
+/activerecord-4.0.2.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 7cb986e..2f3ed43 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -6,16 +6,16 @@
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.0.1
-Release: 2%{?dist}
+Version: 4.0.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
 Source0: http://rubygems.org/downloads/activerecord-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/activerecord/
-# git checkout v4.0.1
-# tar czvf activerecord-4.0.1-tests.tgz test/
+# git checkout v4.0.2
+# tar czvf activerecord-4.0.2-tests.tgz test/
 Source1: activerecord-%{version}-tests.tgz
 Requires: ruby(release)
 Requires: ruby(rubygems)
@@ -109,6 +109,9 @@ popd
 %doc %{gem_instdir}/examples
 
 %changelog
+* Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
+- Update to ActiveRecord 4.0.2
+
 * Thu Nov 21 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.1-2
 - Fix: this shouldn't be scl spec
 
diff --git a/sources b/sources
index 8e58825..c02588f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-94d441f211882cd0f6ab421634265b4e  activerecord-4.0.1-tests.tgz
-321f9d9152ae967e274fb922ff787421  activerecord-4.0.1.gem
+1b69a28e4e32f0a19ea180786aba47f7  activerecord-4.0.2-tests.tgz
+b8456717d9d8e8dfebd36c9ba49476a7  activerecord-4.0.2.gem


More information about the scm-commits mailing list