aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-28 18:48:21 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-28 18:48:21 -0300
commit233ceda594c19331f493ed1436c8c26b5d1aaf1b (patch)
tree7f12db98ca108fb0b3440af2a4a0c153a7a57c31 /actionmailer/Rakefile
parent3b727898ebe97536d46da03484b4150fdae55a40 (diff)
parent21b6b68f63bf2cc461483001b3b81e747d87b79d (diff)
downloadrails-233ceda594c19331f493ed1436c8c26b5d1aaf1b.tar.gz
rails-233ceda594c19331f493ed1436c8c26b5d1aaf1b.tar.bz2
rails-233ceda594c19331f493ed1436c8c26b5d1aaf1b.zip
Merge pull request #20331 from arunagw/arunagw-remove-unused-package-tasks
Remove unused package tasks
Diffstat (limited to 'actionmailer/Rakefile')
-rw-r--r--actionmailer/Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 33ccbf8ce1..7197ea5e27 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -1,5 +1,4 @@
require 'rake/testtask'
-require 'rubygems/package_task'
desc "Default Task"
task default: [ :test ]
@@ -20,9 +19,3 @@ namespace :test do
end or raise "Failures"
end
end
-
-spec = eval(File.read('actionmailer.gemspec'))
-
-Gem::PackageTask.new(spec) do |p|
- p.gem_spec = spec
-end