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` --- actionview/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'actionview/Rakefile') diff --git a/actionview/Rakefile b/actionview/Rakefile index 2b752b83df..4ecc9c6c6c 100644 --- a/actionview/Rakefile +++ b/actionview/Rakefile @@ -51,13 +51,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 lines, codelines, total_lines, total_codelines = 0, 0, 0, 0 -- cgit v1.2.3