From 21b6b68f63bf2cc461483001b3b81e747d87b79d Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Thu, 28 May 2015 09:06:10 +0200 Subject: Remove unused package tasks We are using `all:build` now. --- activesupport/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 22f0c90d30..81c242d4b1 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -1,5 +1,4 @@ require 'rake/testtask' -require 'rubygems/package_task' task :default => :test Rake::TestTask.new do |t| @@ -17,9 +16,3 @@ namespace :test do end or raise "Failures" end end - -spec = eval(File.read('activesupport.gemspec')) - -Gem::PackageTask.new(spec) do |p| - p.gem_spec = spec -end -- cgit v1.2.3