aboutsummaryrefslogtreecommitdiffstats
path: root/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 /Rakefile
parentc5fc38d2fdd180d26ebda7c24e8fb3dc1eec17fd (diff)
downloadrails-67f668845eef9e3c9472154e0b1fc0c673e49e7a.tar.gz
rails-67f668845eef9e3c9472154e0b1fc0c673e49e7a.tar.bz2
rails-67f668845eef9e3c9472154e0b1fc0c673e49e7a.zip
Saying gemcutter => rubygems [ci skip]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d26e1d3a85..9645788307 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,7 +8,7 @@ require 'railties/lib/rails/api/task'
desc "Build gem files for all projects"
task :build => "all:build"
-desc "Release all gems to gemcutter and create a tag"
+desc "Release all gems to rubygems and create a tag"
task :release => "all:release"
PROJECTS = %w(activesupport activemodel actionpack actionmailer activerecord railties)