summaryrefslogtreecommitdiffstats
path: root/rubygem-actionpack.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-08-13 12:10:43 +0200
committerVít Ondruch <vondruch@redhat.com>2012-08-13 12:10:43 +0200
commitd84fdb33005c91d893bc44f04bf4252e6050e092 (patch)
tree200121ac6059ec953f08ea1ff0418eb76a7ff0ec /rubygem-actionpack.spec
parent526b5fbe2a92f459c233ef659bdfbb4bc3396dc5 (diff)
downloadrubygem-actionpack-d84fdb33005c91d893bc44f04bf4252e6050e092.tar.gz
rubygem-actionpack-d84fdb33005c91d893bc44f04bf4252e6050e092.tar.xz
rubygem-actionpack-d84fdb33005c91d893bc44f04bf4252e6050e092.zip
Update to the ActionPack 3.2.8.
Diffstat (limited to 'rubygem-actionpack.spec')
-rw-r--r--rubygem-actionpack.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 1045ba6..dfd3ceb 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -6,8 +6,8 @@
Summary: Web-flow and rendering framework putting the VC in MVC
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 3.2.7
-Release: 2%{?dist}
+Version: 3.2.8
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -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.7
-# tar czvf actionpack-3.2.7-tests.tgz test/
+# git checkout v3.2.8
+# tar czvf actionpack-3.2.8-tests.tgz test/
Source2: actionpack-%{version}-tests.tgz
Patch0: rubygem-actionpack-enable-test.patch
@@ -157,6 +157,9 @@ popd
%{gem_instdir}/test/
%changelog
+* Mon Aug 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-1
+- Update to the ActionPack 3.2.8.
+
* Wed Aug 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.2.7-2
- Remove the unneded symlink used for tests in previous versions (RHBZ #840119).