[rubygems/rubygems] Fix typo in description of build:checksum task
https://github.com/rubygems/rubygems/commit/351ff2512f
This commit is contained in:
parent
0d44e23831
commit
4949f0a928
@ -47,7 +47,7 @@ module Bundler
|
|||||||
built_gem_path = build_gem
|
built_gem_path = build_gem
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Generate SHA512 checksum if #{name}-#{version}.gem into the checksums directory."
|
desc "Generate SHA512 checksum of #{name}-#{version}.gem into the checksums directory."
|
||||||
task "build:checksum" => "build" do
|
task "build:checksum" => "build" do
|
||||||
build_checksum(built_gem_path)
|
build_checksum(built_gem_path)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user