aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-05-27 09:14:19 +0200
committerYves Senn <yves.senn@gmail.com>2015-05-27 09:14:19 +0200
commit852460852cf1635af3f2861847253e8b5677acc0 (patch)
tree1a38ff6d5893fb88552471663ca1e415108691bd /actionpack
parent888744935483abfd655ed8a8661de0e2725b53bc (diff)
parent4194d052d89b93d52cc31a7c414849fdbcaf78a2 (diff)
downloadrails-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 '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"]