summaryrefslogtreecommitdiffstats
path: root/actionpack-rakefile-fix.patch
diff options
context:
space:
mode:
authorMohammed Morsi <mmorsi@redhat.com>2011-02-04 11:46:02 -0500
committerMohammed Morsi <mmorsi@redhat.com>2011-02-04 11:46:02 -0500
commit27692c1a1daba06093bba9f0c0a43f7e2289f86e (patch)
tree25f026e586252788e7a3661d7f19dc158ef40849 /actionpack-rakefile-fix.patch
parente8b4c1afac825b3a67b62d9b6e2a36e337ac439a (diff)
downloadrubygem-actionpack-27692c1a1daba06093bba9f0c0a43f7e2289f86e.tar.gz
rubygem-actionpack-27692c1a1daba06093bba9f0c0a43f7e2289f86e.tar.xz
rubygem-actionpack-27692c1a1daba06093bba9f0c0a43f7e2289f86e.zip
update to actionpack 3.0.3
Diffstat (limited to 'actionpack-rakefile-fix.patch')
-rw-r--r--actionpack-rakefile-fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/actionpack-rakefile-fix.patch b/actionpack-rakefile-fix.patch
new file mode 100644
index 0000000..a40e09a
--- /dev/null
+++ b/actionpack-rakefile-fix.patch
@@ -0,0 +1,15 @@
+--- Rakefile.orig 2011-01-10 23:10:34.423506056 -0500
++++ Rakefile 2011-01-10 23:10:40.651504324 -0500
+@@ -33,12 +33,6 @@ Rake::TestTask.new(:test_active_record_i
+ t.test_files = Dir.glob("test/activerecord/*_test.rb")
+ end
+
+-spec = eval(File.read('actionpack.gemspec'))
+-
+-Rake::GemPackageTask.new(spec) do |p|
+- p.gem_spec = spec
+-end
+-
+ desc "Release to gemcutter"
+ task :release => :package do
+ require 'rake/gemcutter'