[rubygems/rubygems] Use modern hashes consistently

bb66253f2c
This commit is contained in:
David Rodríguez 2023-12-07 22:10:33 +01:00 committed by git
parent 9d696aa204
commit 2755cb1b2f
262 changed files with 3027 additions and 3113 deletions

View file

@ -10,7 +10,7 @@ class Gem::Commands::CheckCommand < Gem::Command
def initialize
super "check", "Check a gem repository for added or missing files",
:alien => true, :doctor => false, :dry_run => false, :gems => true
alien: true, doctor: false, dry_run: false, gems: true
add_option("-a", "--[no-]alien",
'Report "unmanaged" or rogue files in the',