From 4f9e80e868f6e330c209d51bc69572760a6b0762 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 12 Feb 2013 20:17:42 -0700 Subject: Upgrade to ActionPack 2.3.17. --- .gitignore | 4 ++-- rubygem-actionpack.spec | 9 ++++++--- sources | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 75e5554..edcd16e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,5 @@ actionpack-2.3.8.gem /actionpack-3.2.10.gem /actionpack-3.2.11-tests.tgz /actionpack-3.2.11.gem -/actionpack-2.3.16.gem -/actionpack-2.3.16-tests.tgz +/actionpack-2.3.17.gem +/actionpack-2.3.17-tests.tgz diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec index 7bce998..04971bd 100644 --- a/rubygem-actionpack.spec +++ b/rubygem-actionpack.spec @@ -10,7 +10,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC Name: rubygem-%{gem_name} Epoch: 1 -Version: 2.3.16 +Version: 2.3.17 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -21,8 +21,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 v2.3.16 -# tar czvf actionpack-2.3.16-tests.tgz test/ +# git checkout v2.3.17 +# tar czvf actionpack-2.3.17-tests.tgz test/ Source2: actionpack-%{version}-tests.tgz Patch0: rubygem-actionpack-enable-test.patch @@ -152,6 +152,9 @@ popd %{gem_instdir}/test/ %changelog +* Tue Feb 12 2013 Ken Dreyer - 1:2.3.17-1 +- Upgrade to ActionPack 2.3.17. + * Wed Feb 06 2013 Ken Dreyer - 1:2.3.16-1 - Downgrade to ActionPack 2.3.16. diff --git a/sources b/sources index 6844f76..166721a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -5cee7f8665b44fb6affe47e6d479011c actionpack-2.3.16.gem -6e58a422d2d5a7d5dc1a91bbc5dd4597 actionpack-2.3.16-tests.tgz +4ec1c3b6a881b61a485f227b12521412 actionpack-2.3.17.gem +52cfbd45a1a51f92069ac3c39899e02d actionpack-2.3.17-tests.tgz -- cgit