[rubygem-activesupport] Update to ActiveSupport 4.0.3

Josef Stribny jstribny at fedoraproject.org
Wed Feb 26 11:41:29 UTC 2014


commit b124a338b9458b4e3094c2668f2dd6c4d8f944c1
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 26 12:42:12 2014 +0100

    Update to ActiveSupport 4.0.3

 .gitignore                 |    2 ++
 rubygem-activesupport.spec |    9 ++++++---
 sources                    |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c80ba77..db0af89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,5 @@ activesupport-2.3.8.gem
 /activesupport-4.0.1.gem
 /activesupport-4.0.2-tests.tgz
 /activesupport-4.0.2.gem
+/activesupport-4.0.3-tests.tgz
+/activesupport-4.0.3.gem
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 7a14639..7ce523b 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -3,7 +3,7 @@
 Summary: Support and utility classes used by the Rails framework
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.0.2
+Version: 4.0.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem
 # Rails rpms, you may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/activesupport/
-# git checkout v4.0.2
-# tar czvf activesupport-4.0.2-tests.tgz test/
+# git checkout v4.0.3
+# tar czvf activesupport-4.0.3-tests.tgz test/
 Source2: activesupport-%{version}-tests.tgz
 
 # Removes code which breaks the test suite due to a
@@ -112,6 +112,9 @@ popd
 
 
 %changelog
+* Wed Feb 26 2014 Josef Stribny <jstribny at redhat.com> - 1:4.0.3-1
+- Update to ActiveSupport 4.0.3
+
 * Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
 - Update to ActiveSupport 4.0.2
 
diff --git a/sources b/sources
index f1637f4..96e33e2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ce4a23d90d1ae74ae7dda40e2aaccb93  activesupport-4.0.2-tests.tgz
-18988935eb3854d486a39456a1d2026c  activesupport-4.0.2.gem
+29dbb97d80f7755e275ee5cc888a4d5b  activesupport-4.0.3-tests.tgz
+fd29b2f321281de1a36923e8fdb51ccc  activesupport-4.0.3.gem


More information about the scm-commits mailing list