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. --- activerecord/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'activerecord/Rakefile') diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 407f92952d..a619204e6f 100644 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -1,5 +1,4 @@ require 'rake/testtask' -require 'rubygems/package_task' require File.expand_path(File.dirname(__FILE__)) + "/test/config" require File.expand_path(File.dirname(__FILE__)) + "/test/support/config" @@ -151,9 +150,3 @@ task :lines do files = FileList["lib/active_record/**/*.rb"] CodeTools::LineStatistics.new(files).print_loc end - -spec = eval(File.read('activerecord.gemspec')) - -Gem::PackageTask.new(spec) do |p| - p.gem_spec = spec -end -- cgit v1.2.3