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. --- actionpack/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'actionpack') diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 70f9763764..601263bfac 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -1,5 +1,4 @@ require 'rake/testtask' -require 'rubygems/package_task' test_files = Dir.glob('test/**/*_test.rb') @@ -24,12 +23,6 @@ namespace :test do end end -spec = eval(File.read('actionpack.gemspec')) - -Gem::PackageTask.new(spec) do |p| - p.gem_spec = spec -end - task :lines do load File.expand_path('..', File.dirname(__FILE__)) + '/tools/line_statistics' files = FileList["lib/**/*.rb"] -- cgit v1.2.3