aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-16 13:56:59 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-16 13:56:59 -0500
commit6094e6516951444f8c3d6bb31f171af9fe96a02f (patch)
tree57b673c70281d7a56c23328bd4dcd51a07deb951 /activerecord/Rakefile
parenta565c19c5ba465c74a465b55be97a4abfb760e20 (diff)
downloadrails-6094e6516951444f8c3d6bb31f171af9fe96a02f.tar.gz
rails-6094e6516951444f8c3d6bb31f171af9fe96a02f.tar.bz2
rails-6094e6516951444f8c3d6bb31f171af9fe96a02f.zip
We won't be publishing tars and zips anymore
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 1d8062e042..f7585f789b 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -195,8 +195,6 @@ spec = eval(File.read('activerecord.gemspec'))
Rake::GemPackageTask.new(spec) do |p|
p.gem_spec = spec
- p.need_tar = true
- p.need_zip = true
end
task :lines do