diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-05-27 09:14:19 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-05-27 09:14:19 +0200 |
commit | 852460852cf1635af3f2861847253e8b5677acc0 (patch) | |
tree | 1a38ff6d5893fb88552471663ca1e415108691bd /activerecord/Rakefile | |
parent | 888744935483abfd655ed8a8661de0e2725b53bc (diff) | |
parent | 4194d052d89b93d52cc31a7c414849fdbcaf78a2 (diff) | |
download | rails-852460852cf1635af3f2861847253e8b5677acc0.tar.gz rails-852460852cf1635af3f2861847253e8b5677acc0.tar.bz2 rails-852460852cf1635af3f2861847253e8b5677acc0.zip |
Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-task
Remove broken and unused release task
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r-- | activerecord/Rakefile | 9 |
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 |