summaryrefslogtreecommitdiffstats
path: root/rubygem-actionpack.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2013-01-09 16:20:02 +0100
committerVít Ondruch <vondruch@redhat.com>2013-01-09 16:20:18 +0100
commit6224fab5ad6e066d98c3a3e6e8de58f190aec0bb (patch)
treef589278f5daafb3080e6b1fe2a36b7088a2a488e /rubygem-actionpack.spec
parent194c6a2f39edc3d6ba7731251665e5718b707bf8 (diff)
downloadrubygem-actionpack-6224fab5ad6e066d98c3a3e6e8de58f190aec0bb.tar.gz
rubygem-actionpack-6224fab5ad6e066d98c3a3e6e8de58f190aec0bb.tar.xz
rubygem-actionpack-6224fab5ad6e066d98c3a3e6e8de58f190aec0bb.zip
Update to the ActionPack 3.2.11.
Diffstat (limited to 'rubygem-actionpack.spec')
-rw-r--r--rubygem-actionpack.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index b5893d8..c87fbd8 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -6,7 +6,7 @@
Summary: Web-flow and rendering framework putting the VC in MVC
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 3.2.10
+Version: 3.2.11
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -17,8 +17,8 @@ Source0: http://rubygems.org/downloads/actionpack-%{version}.gem
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/actionpack/
-# git checkout v3.2.10
-# tar czvf actionpack-3.2.10-tests.tgz test/
+# git checkout v3.2.11
+# tar czvf actionpack-3.2.11-tests.tgz test/
Source2: actionpack-%{version}-tests.tgz
Patch0: rubygem-actionpack-enable-test.patch
@@ -163,6 +163,9 @@ popd
%{gem_instdir}/test/
%changelog
+* Wed Jan 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.11-1
+- Update to the ActionPack 3.2.11.
+
* Thu Jan 03 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.10-1
- Update to the ActionPack 3.2.10.