aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-05-28 09:06:10 +0200
committerArun Agrawal <arunagw@gmail.com>2015-05-28 09:06:10 +0200
commit21b6b68f63bf2cc461483001b3b81e747d87b79d (patch)
tree210fbf3ce827d311d9999f0d9b6a272487d2fe95 /actionview/Rakefile
parent7cc9754209c0ae00d70bdd629fa4a81a1c74cc6f (diff)
downloadrails-21b6b68f63bf2cc461483001b3b81e747d87b79d.tar.gz
rails-21b6b68f63bf2cc461483001b3b81e747d87b79d.tar.bz2
rails-21b6b68f63bf2cc461483001b3b81e747d87b79d.zip
Remove unused package tasks
We are using `all:build` now.
Diffstat (limited to 'actionview/Rakefile')
-rw-r--r--actionview/Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile
index 2b884bf2a0..93be50721d 100644
--- a/actionview/Rakefile
+++ b/actionview/Rakefile
@@ -1,5 +1,4 @@
require 'rake/testtask'
-require 'rubygems/package_task'
desc "Default Task"
task :default => :test
@@ -45,12 +44,6 @@ namespace :test do
end
end
-spec = eval(File.read('actionview.gemspec'))
-
-Gem::PackageTask.new(spec) do |p|
- p.gem_spec = spec
-end
-
task :lines do
load File.expand_path('..', File.dirname(__FILE__)) + '/tools/line_statistics'
files = FileList["lib/**/*.rb"]