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` --- activejob/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'activejob') diff --git a/activejob/Rakefile b/activejob/Rakefile index 0e36bb81b3..ab35170e3c 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -81,10 +81,3 @@ spec = eval(File.read('activejob.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