Skip to content

Commit

Permalink
[ruby/readline] Fix any wrong in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Dec 25, 2019
1 parent de0f4f2 commit 57c7484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/readline.gemspec
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 57c7484

Please sign in to comment.