aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-06-21 10:57:00 +0200
committerArun Agrawal <arunagw@gmail.com>2013-06-21 11:04:52 +0200
commit67f668845eef9e3c9472154e0b1fc0c673e49e7a (patch)
tree16532871292b3140e44ebb7a122088984df56bd1 /activesupport/Rakefile
parentc5fc38d2fdd180d26ebda7c24e8fb3dc1eec17fd (diff)
downloadrails-67f668845eef9e3c9472154e0b1fc0c673e49e7a.tar.gz
rails-67f668845eef9e3c9472154e0b1fc0c673e49e7a.tar.bz2
rails-67f668845eef9e3c9472154e0b1fc0c673e49e7a.zip
Saying gemcutter => rubygems [ci skip]
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index f50225a9f0..c5e8e382c9 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -25,7 +25,7 @@ Gem::PackageTask.new(spec) do |p|
p.gem_spec = spec
end
-desc "Release to gemcutter"
+desc "Release to rubygems"
task :release => :package do
require 'rake/gemcutter'
Rake::Gemcutter::Tasks.new(spec).define