aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
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 /actionpack
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 'actionpack')
-rw-r--r--actionpack/Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 3bd27f8d64..70f9763764 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -30,13 +30,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
load File.expand_path('..', File.dirname(__FILE__)) + '/tools/line_statistics'
files = FileList["lib/**/*.rb"]