diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-10-16 13:56:59 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-10-16 13:56:59 -0500 |
commit | 6094e6516951444f8c3d6bb31f171af9fe96a02f (patch) | |
tree | 57b673c70281d7a56c23328bd4dcd51a07deb951 /activemodel/Rakefile | |
parent | a565c19c5ba465c74a465b55be97a4abfb760e20 (diff) | |
download | rails-6094e6516951444f8c3d6bb31f171af9fe96a02f.tar.gz rails-6094e6516951444f8c3d6bb31f171af9fe96a02f.tar.bz2 rails-6094e6516951444f8c3d6bb31f171af9fe96a02f.zip |
We won't be publishing tars and zips anymore
Diffstat (limited to 'activemodel/Rakefile')
-rwxr-xr-x | activemodel/Rakefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/activemodel/Rakefile b/activemodel/Rakefile index fd69a557aa..8897987518 100755 --- a/activemodel/Rakefile +++ b/activemodel/Rakefile @@ -11,7 +11,7 @@ require 'rake/testtask' task :default => :test -Rake::TestTask.new do |t| +Rake::TestTask.new do |t| t.libs << "test" t.test_files = Dir.glob("test/cases/**/*_test.rb").sort t.verbose = true @@ -47,6 +47,4 @@ spec = eval(File.read('activemodel.gemspec')) Rake::GemPackageTask.new(spec) do |p| p.gem_spec = spec - p.need_tar = true - p.need_zip = true end |