[rubygem-activemodel] Update to ActiveModel 4.0.3

Josef Stribny jstribny at fedoraproject.org
Wed Feb 26 12:44:11 UTC 2014


commit 2b4d34a90d500dc412692549bd8b061e4f51d4c5
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 26 13:44:54 2014 +0100

    Update to ActiveModel 4.0.3

 .gitignore               |    2 ++
 rubygem-activemodel.spec |    9 ++++++---
 sources                  |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8d7ff6..0b7ba8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@
 /activemodel-4.0.1.gem
 /activemodel-4.0.2-tests.tgz
 /activemodel-4.0.2.gem
+/activemodel-4.0.3-tests.tgz
+/activemodel-4.0.3.gem
diff --git a/rubygem-activemodel.spec b/rubygem-activemodel.spec
index 9d3c690..ac817c9 100644
--- a/rubygem-activemodel.spec
+++ b/rubygem-activemodel.spec
@@ -3,14 +3,14 @@
 
 Summary: A toolkit for building modeling frameworks
 Name: rubygem-%{gem_name}
-Version: 4.0.2
+Version: 4.0.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-# git clone https://github.com/rails/rails.git && cd rails/activemodel && git checkout v4.0.2
-# tar czvf activemodel-4.0.2-tests.tgz test/
+# git clone https://github.com/rails/rails.git && cd rails/activemodel && git checkout v%{version}
+# tar czvf activemodel-%{version}-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 Requires: ruby(release)
@@ -81,6 +81,9 @@ popd
 
 
 %changelog
+* Wed Feb 26 2014 Josef Stribny <jstribny at redhat.com> - 4.0.3-1
+- Update to ActiveModel 4.0.3
+
 * Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 4.0.2-1
 - Update to ActiveModel 4.0.2
 - Fix changelog
diff --git a/sources b/sources
index 9b5f992..2b1aea4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0356796c5c28d03f55f3538138def44f  activemodel-4.0.2-tests.tgz
-19ff3953d857e08559ed50eaf9df1a4e  activemodel-4.0.2.gem
+0356796c5c28d03f55f3538138def44f  activemodel-4.0.3-tests.tgz
+45aedbaa11d6f64051b173ba101b3af6  activemodel-4.0.3.gem


More information about the scm-commits mailing list