mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
[rubygems/rubygems] RUBY_PATCHLEVEL was provided after Ruby 1.8.5
7750d5c460
This commit is contained in:
parent
a47c54131d
commit
8e40d1e153
1 changed files with 1 additions and 3 deletions
|
@ -107,9 +107,7 @@ lib/rubygems/defaults/operating_system.rb
|
|||
|
||||
out << " - RUBYGEMS VERSION: #{Gem::VERSION}\n"
|
||||
|
||||
out << " - RUBY VERSION: #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}"
|
||||
out << " patchlevel #{RUBY_PATCHLEVEL}" if defined? RUBY_PATCHLEVEL
|
||||
out << ") [#{RUBY_PLATFORM}]\n"
|
||||
out << " - RUBY VERSION: #{RUBY_VERSION} (#{RUBY_RELEASE_DATE} patchlevel #{RUBY_PATCHLEVEL}) [#{RUBY_PLATFORM}]\n"
|
||||
|
||||
out << " - INSTALLATION DIRECTORY: #{Gem.dir}\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue