[rubygem-activemodel] Update to ActiveModel 3.0.13.

Vít Ondruch vondruch at fedoraproject.org
Fri Jun 1 14:01:34 UTC 2012


commit eb382f1d299ca47b321fa91d3360120691b32326
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jun 1 15:50:56 2012 +0200

    Update to ActiveModel 3.0.13.

 .gitignore               |    2 ++
 rubygem-activemodel.spec |    7 ++++---
 sources                  |    4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c57d3b7..ce6b9a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
 /activemodel-3.0.10.gem
 /activemodel-3.0.11-tests.tgz
 /activemodel-3.0.11.gem
+/activemodel-3.0.13-tests.tgz
+/activemodel-3.0.13.gem
diff --git a/rubygem-activemodel.spec b/rubygem-activemodel.spec
index 7d8dff2..839c9ad 100644
--- a/rubygem-activemodel.spec
+++ b/rubygem-activemodel.spec
@@ -5,7 +5,7 @@
 
 Summary: A toolkit for building modeling frameworks
 Name: rubygem-%{gem_name}
-Version: 3.0.11
+Version: 3.0.13
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -67,7 +67,6 @@ popd
 rm -rf %{testdir}
 
 %files
-%defattr(-, root, root, -)
 %dir %{gem_instdir}
 %{gem_libdir}
 %doc %{gem_instdir}/README.rdoc
@@ -76,12 +75,14 @@ rm -rf %{testdir}
 %{gem_spec}
 
 %files doc
-%defattr(-, root, root, -)
 %doc %{gem_instdir}/CHANGELOG
 %doc %{gem_docdir}
 
 
 %changelog
+* Fri Jun 01 2012 Vít Ondruch <vondruch at redhat.com> - 3.0.13-1
+- Update to ActiveModel 3.0.13.
+
 * Tue Jan 24 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 3.0.11-1
 - Rebuilt for Ruby 1.9.3.
 - Update to ActiveModel 3.0.11.
diff --git a/sources b/sources
index 03715ef..069a1a0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5af501221bd95934134aeccdba70babe  activemodel-3.0.11-tests.tgz
-bef52bddfbe1ece21041cbafeba6c787  activemodel-3.0.11.gem
+c9e11fbe156ba506ea11817077fb89f4  activemodel-3.0.13-tests.tgz
+9aec9879faa13e17634bc108ae00fdef  activemodel-3.0.13.gem


More information about the scm-commits mailing list