We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0621288 commit 7fc7d8cCopy full SHA for 7fc7d8c
bundler/lib/bundler/gem_helper.rb
@@ -47,7 +47,7 @@ def install
47
built_gem_path = build_gem
48
end
49
50
- desc "Generate SHA512 checksum if #{name}-#{version}.gem into the checksums directory."
+ desc "Generate SHA512 checksum of #{name}-#{version}.gem into the checksums directory."
51
task "build:checksum" => "build" do
52
build_checksum(built_gem_path)
53
0 commit comments