[rubygem-activerecord] Update to activerecord 4.1.5

Josef Stribny jstribny at fedoraproject.org
Mon Aug 25 10:06:29 UTC 2014


commit 66ce26e72f5e6a4183523121684410fb82add810
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Aug 25 12:06:24 2014 +0200

    Update to activerecord 4.1.5

 .gitignore                |    2 ++
 rubygem-activerecord.spec |    9 ++++++---
 sources                   |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28b9a77..231916f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@ activerecord-2.3.8.gem
 /activerecord-4.1.1.gem
 /activerecord-4.1.4-tests.tgz
 /activerecord-4.1.4.gem
+/activerecord-4.1.5-tests.tgz
+/activerecord-4.1.5.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 11ab092..237ec6b 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -4,7 +4,7 @@
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.1.4
+Version: 4.1.5
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -12,8 +12,8 @@ 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.1.4
-# tar czvf activerecord-4.1.4-tests.tgz test/
+# git checkout v4.1.5
+# tar czvf activerecord-4.1.5-tests.tgz test/
 Source1: activerecord-%{version}-tests.tgz
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(bcrypt)
@@ -100,6 +100,9 @@ popd
 %doc %{gem_instdir}/examples
 
 %changelog
+* Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
+- Update to activerecord 4.1.5
+
 * Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
 - Update to activerecord 4.1.4
 
diff --git a/sources b/sources
index 0f8e0fa..a00803d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4e0830991b3bc74fde85bf39b07fc9f1  activerecord-4.1.4-tests.tgz
-817653f1949abefe07f4e2541a1a3475  activerecord-4.1.4.gem
+b2f88a3ab71e6607e34162708c10685d  activerecord-4.1.5-tests.tgz
+4a2c25fa882c739563ba1dc2379b2e34  activerecord-4.1.5.gem


More information about the scm-commits mailing list