1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/readline] Fix any wrong in messages

https://github.com/ruby/readline/commit/a2cf437c8f
This commit is contained in:
aycabta 2019-12-25 10:44:52 +09:00
parent de0f4f2fd7
commit 57c74841c7

View file

@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
spec.summary = %q{It's a loader for "readline".}
spec.description = <<~EOD
This is just loader for "readline". If Ruby has "readline-ext" gem that
is a native extension, this gem will load its first. If Ruby doesn't have
This is just a loader for "readline". If Ruby has "readline-ext" gem that
is a native extension, this gem will load it first. If Ruby doesn't have
the "readline-ext" gem this gem will load "reline" that is a compatible
library with "readline-ext" gem and is implemented by pure Ruby.
EOD
@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.post_install_message = <<~EOM
This is just loader for "readline". If Ruby has "readline-ext" gem that
is a native extension, this gem will load its first. If Ruby doesn't have
This is just a loader for "readline". If Ruby has "readline-ext" gem that
is a native extension, this gem will load it first. If Ruby doesn't have
the "readline-ext" gem this gem will load "reline" that is a compatible
library with "readline-ext" gem and is implemented by pure Ruby.