ruby-changes:62457
From: Colby <ko1@a...>
Date: Fri, 31 Jul 2020 21:08:25 +0900 (JST)
Subject: [ruby-changes:62457] 65a4b03781 (master): [rubygems/rubygems] fix missing identation
https://git.ruby-lang.org/ruby.git/commit/?id=65a4b03781 From 65a4b03781764cccf7153847b996ebd1db65335f Mon Sep 17 00:00:00 2001 From: Colby Swandale <me@c...> Date: Tue, 28 Jul 2020 22:21:48 +1000 Subject: [rubygems/rubygems] fix missing identation https://github.com/rubygems/rubygems/commit/2cca6714f3 diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb index 3aff503..37429fb 100644 --- a/lib/rubygems/commands/environment_command.rb +++ b/lib/rubygems/commands/environment_command.rb @@ -126,7 +126,7 @@ lib/rubygems/defaults/operating_system.rb https://github.com/ruby/ruby/blob/trunk/lib/rubygems/commands/environment_command.rb#L126 out << " - RUBYGEMS PLATFORMS:\n" Gem.platforms.each do |platform| - out << " - #{platform}\n" + out << " - #{platform}\n" end out << " - GEM PATHS:\n" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/