[rubygem-activemodel] Update to ActiveModel 3.0.15.

Vít Ondruch vondruch at fedoraproject.org
Fri Jun 15 11:50:54 UTC 2012


commit 813b21604c300fe037327bbd5edce67998fef18a
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jun 15 13:50:49 2012 +0200

    Update to ActiveModel 3.0.15.

 .gitignore               |    2 ++
 rubygem-activemodel.spec |    9 ++++++---
 sources                  |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce6b9a1..5369ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
 /activemodel-3.0.11.gem
 /activemodel-3.0.13-tests.tgz
 /activemodel-3.0.13.gem
+/activemodel-3.0.15-tests.tgz
+/activemodel-3.0.15.gem
diff --git a/rubygem-activemodel.spec b/rubygem-activemodel.spec
index 839c9ad..7c9ddd1 100644
--- a/rubygem-activemodel.spec
+++ b/rubygem-activemodel.spec
@@ -5,14 +5,14 @@
 
 Summary: A toolkit for building modeling frameworks
 Name: rubygem-%{gem_name}
-Version: 3.0.13
+Version: 3.0.15
 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 v3.0.11
-# tar czvf activemodel-3.0.11-tests.tgz test/
+# git clone https://github.com/rails/rails.git && cd rails/activemodel && git checkout v3.0.15
+# tar czvf activemodel-3.0.15-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 Requires: ruby(abi) = 1.9.1
 Requires: ruby(rubygems)
@@ -80,6 +80,9 @@ rm -rf %{testdir}
 
 
 %changelog
+* Fri Jun 15 2012 Vít Ondruch <vondruch at redhat.com> - 3.0.15-1
+- Update to ActiveModel 3.0.15.
+
 * Fri Jun 01 2012 Vít Ondruch <vondruch at redhat.com> - 3.0.13-1
 - Update to ActiveModel 3.0.13.
 
diff --git a/sources b/sources
index 069a1a0..2a5bcec 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c9e11fbe156ba506ea11817077fb89f4  activemodel-3.0.13-tests.tgz
-9aec9879faa13e17634bc108ae00fdef  activemodel-3.0.13.gem
+4db98fb8b68f59f1efe3f6f7c6b99e38  activemodel-3.0.15-tests.tgz
+ee216765db5e0702fe476deef50df911  activemodel-3.0.15.gem


More information about the scm-commits mailing list