[rubygem-activemodel] Update to activemodel 4.0.2

Josef Stribny jstribny at fedoraproject.org
Thu Dec 5 09:59:52 UTC 2013


commit 095eb3d65f9e183e9433904a2da9608fce10b231
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Dec 5 10:52:46 2013 +0100

    Update to activemodel 4.0.2

 .gitignore               |    2 ++
 rubygem-activemodel.spec |    9 ++++++---
 sources                  |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2c108d..c8d7ff6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,5 @@
 /activemodel-4.0.0.gem
 /activemodel-4.0.1-tests.tgz
 /activemodel-4.0.1.gem
+/activemodel-4.0.2-tests.tgz
+/activemodel-4.0.2.gem
diff --git a/rubygem-activemodel.spec b/rubygem-activemodel.spec
index c4df114..241737b 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.1
+Version: 4.0.2
 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.1
-# tar czvf activemodel-4.0.1-tests.tgz test/
+# 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/
 Source1: %{gem_name}-%{version}-tests.tgz
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 Requires: ruby(release)
@@ -81,6 +81,9 @@ popd
 
 
 %changelog
+* Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
+- Update to ActiveModel 4.0.2
+
 * Mon Nov 11 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.1-1
 - Update to ActiveModel 4.0.1
 
diff --git a/sources b/sources
index 224db24..9b5f992 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-fb07de41ad605eabbe46a48daef8f306  activemodel-4.0.1-tests.tgz
-acef93219965872f3c2adc055c552c38  activemodel-4.0.1.gem
+0356796c5c28d03f55f3538138def44f  activemodel-4.0.2-tests.tgz
+19ff3953d857e08559ed50eaf9df1a4e  activemodel-4.0.2.gem


More information about the scm-commits mailing list