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` --- actionmailer/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'actionmailer/Rakefile') diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index 8f4de8fafa..33ccbf8ce1 100644 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -26,10 +26,3 @@ spec = eval(File.read('actionmailer.gemspec')) 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 -- cgit v1.2.3