lib/rubygems/commands/cleanup_command.rb in rubygems-update-2.6.14 vs lib/rubygems/commands/cleanup_command.rb in rubygems-update-2.7.0
- old
+ new
@@ -64,10 +64,10 @@
end
else
clean_gems
end
- say "Clean Up Complete"
+ say "Clean up complete"
verbose do
skipped = @default_gems.map { |spec| spec.full_name }
"Skipped default gems: #{skipped.join ', '}"