aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-05-22 14:30:30 +0200
committerArun Agrawal <arunagw@gmail.com>2015-05-22 14:30:30 +0200
commit4194d052d89b93d52cc31a7c414849fdbcaf78a2 (patch)
tree6e7e4cbf8c363098230b7a0ec78a3669403bef98 /activerecord/Rakefile
parent1214f0b74f6b2910b3f0cdbd1410d0e507e99654 (diff)
downloadrails-4194d052d89b93d52cc31a7c414849fdbcaf78a2.tar.gz
rails-4194d052d89b93d52cc31a7c414849fdbcaf78a2.tar.bz2
rails-4194d052d89b93d52cc31a7c414849fdbcaf78a2.zip
Remove broken and unused release task
- We do release with release.rb - There is no `rake/gemcutter`
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index fa53926eb2..407f92952d 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -157,12 +157,3 @@ spec = eval(File.read('activerecord.gemspec'))
Gem::PackageTask.new(spec) do |p|
p.gem_spec = spec
end
-
-# Publishing ------------------------------------------------------
-
-desc "Release to rubygems"
-task :release => :package do
- require 'rake/gemcutter'
- Rake::Gemcutter::Tasks.new(spec).define
- Rake::Task['gem:push'].invoke
-end