1
0
Fork 0
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:
John Labovitz 2016-11-03 10:21:57 -04:00 committed by Hiroshi SHIBATA
parent c6aa65430f
commit 030c41bf55
Notes: git 2022-07-22 12:06:31 +09:00

View file

@ -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