From 4194d052d89b93d52cc31a7c414849fdbcaf78a2 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 22 May 2015 14:30:30 +0200 Subject: Remove broken and unused release task - We do release with release.rb - There is no `rake/gemcutter` --- actionpack/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'actionpack') diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 3bd27f8d64..70f9763764 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -30,13 +30,6 @@ Gem::PackageTask.new(spec) do |p| p.gem_spec = spec end -desc "Release to rubygems" -task :release => :package do - require 'rake/gemcutter' - Rake::Gemcutter::Tasks.new(spec).define - Rake::Task['gem:push'].invoke -end - task :lines do load File.expand_path('..', File.dirname(__FILE__)) + '/tools/line_statistics' files = FileList["lib/**/*.rb"] -- cgit v1.2.3