diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-18 01:39:13 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-18 01:39:13 +0000 |
commit | c6da9cadb346cc1d250c7ed6d8fd33c62a11030e (patch) | |
tree | 83bea4d75a82b41f265b884a6fb4ffe418b41f94 /lib/rubygems/commands/push_command.rb | |
parent | ecedebab2c559386c86f98be364c0e6941c2a405 (diff) |
Merge RubyGems 2.7.7
see release details here: https://blog.rubygems.org/2018/05/18/2.7.7-released.html
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/commands/push_command.rb')
-rw-r--r-- | lib/rubygems/commands/push_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/push_command.rb b/lib/rubygems/commands/push_command.rb index d294cbc8df..613c4e6ddf 100644 --- a/lib/rubygems/commands/push_command.rb +++ b/lib/rubygems/commands/push_command.rb @@ -13,7 +13,7 @@ class Gem::Commands::PushCommand < Gem::Command The push command uploads a gem to the push server (the default is https://rubygems.org) and adds it to the index. -The gem can be removed from the index (but only the index) using the yank +The gem can be removed from the index and deleted from the server using the yank command. For further discussion see the help for the yank command. EOF end |