summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-06-15 13:54:39 +0200
committerVít Ondruch <vondruch@redhat.com>2012-06-15 13:54:39 +0200
commit903d3d580e0bc233c08cf3d0ad369cc038b47ca4 (patch)
tree73676a49ab984db7d517b4c36f77e414b6dd58d1
parent4bb3c435c8fdde8879e042ebe5c9d613e36daea3 (diff)
downloadrubygem-actionpack-903d3d580e0bc233c08cf3d0ad369cc038b47ca4.tar.gz
rubygem-actionpack-903d3d580e0bc233c08cf3d0ad369cc038b47ca4.tar.xz
rubygem-actionpack-903d3d580e0bc233c08cf3d0ad369cc038b47ca4.zip
Updated to the ActionPack 3.0.15.
-rw-r--r--.gitignore2
-rw-r--r--actionpack-downgrade-dependencies.patch4
-rw-r--r--rubygem-actionpack.spec9
-rw-r--r--sources4
4 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 3977fa6..6b80d77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ actionpack-2.3.8.gem
/actionpack-3.0.11.gem
/actionpack-3.0.13-tests.tgz
/actionpack-3.0.13.gem
+/actionpack-3.0.15-tests.tgz
+/actionpack-3.0.15.gem
diff --git a/actionpack-downgrade-dependencies.patch b/actionpack-downgrade-dependencies.patch
index b7f76d0..efea84f 100644
--- a/actionpack-downgrade-dependencies.patch
+++ b/actionpack-downgrade-dependencies.patch
@@ -1,5 +1,5 @@
---- specifications/actionpack-3.0.13.gemspec.orig
-+++ specifications/actionpack-3.0.13.gemspec
+--- specifications/actionpack-3.0.15.gemspec.orig
++++ specifications/actionpack-3.0.15.gemspec
@@ -26,7 +26,7 @@
s.add_runtime_dependency(%q<builder>, ["~> 2.1.2"])
s.add_runtime_dependency(%q<i18n>, ["~> 0.5.0"])
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index c7e8180..57c2367 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.0.13
+Version: 3.0.15
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -20,8 +20,8 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gem_name}/Rakefile
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/actionpack/
-# git checkout v3.0.13
-# tar czvf actionpack-3.0.13-tests.tgz test/
+# git checkout v3.0.15
+# tar czvf actionpack-3.0.15-tests.tgz test/
Source2: actionpack-%{version}-tests.tgz
Patch0: rubygem-actionpack-enable-test.patch
@@ -167,6 +167,9 @@ rake test --trace
%changelog
+* Fri Jun 15 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.15-1
+- Updated to the ActionPack 3.0.15.
+
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
- Updated to the ActionPack 3.0.13.
diff --git a/sources b/sources
index 69bb877..268cbf9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8890a7c20c44f8b927592b8d49e2a4de actionpack-3.0.13-tests.tgz
-cc755373456a070fca005119abef601b actionpack-3.0.13.gem
+6796180681a01e8f15cedca86e2d8b59 actionpack-3.0.15-tests.tgz
+edd7d991db8729d769a0e16f7412aa37 actionpack-3.0.15.gem