aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-12-25 10:44:52 +0900
committeraycabta <aycabta@gmail.com>2019-12-25 10:57:29 +0900
commit57c74841c7bc2bb2ffbb8ed89597e993116e26a8 (patch)
tree1b76daff3aec29d24493cc5d59ec2d8d4758dba3
parentde0f4f2fd7620e2486f5aef031dad18324437c2b (diff)
downloadruby-57c74841c7bc2bb2ffbb8ed89597e993116e26a8.tar.gz
[ruby/readline] Fix any wrong in messages
https://github.com/ruby/readline/commit/a2cf437c8f
-rw-r--r--lib/readline.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/readline.gemspec b/lib/readline.gemspec
index 35ae593cf0..480c87945a 100644
--- a/lib/readline.gemspec
+++ b/lib/readline.gemspec
@@ -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.