Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit c2d990c

Browse files
author
Brian Durand
committed
update rake description
1 parent 91682ed commit c2d990c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Rake::GemPackageTask.new(spec) do |p|
2929
end
3030
Rake.application["package"].prerequisites.unshift("java:build")
3131

32-
desc "Release to gemcutter"
32+
desc "Release to rubygems.org"
3333
task :release => :package do
3434
require 'rake/gemcutter'
3535
Rake::Gemcutter::Tasks.new(spec).define

0 commit comments

Comments
 (0)