mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Improve user-facing messages by consistent casing of Ruby/RubyGems
(when it referred to the general concept and not a path), single-spacing between sentences, and a few other small issues.
This commit is contained in:
parent
c6aa65430f
commit
030c41bf55
Notes:
git
2022-07-22 12:06:31 +09:00
1 changed files with 1 additions and 1 deletions
2
bin/gem
2
bin/gem
|
@ -12,7 +12,7 @@ require 'rubygems/exceptions'
|
|||
required_version = Gem::Requirement.new ">= 1.8.7"
|
||||
|
||||
unless required_version.satisfied_by? Gem.ruby_version then
|
||||
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
|
||||
abort "Expected Ruby version #{required_version}, is #{Gem.ruby_version}"
|
||||
end
|
||||
|
||||
args = ARGV.clone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue