File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
7
7
spec . summary = %q{It's a loader for "readline".}
8
8
spec . description = <<~EOD
9
- This is just loader for "readline". If Ruby has "readline-ext" gem that
10
- is a native extension, this gem will load its first. If Ruby doesn't have
9
+ This is just a loader for "readline". If Ruby has "readline-ext" gem that
10
+ is a native extension, this gem will load it first. If Ruby doesn't have
11
11
the "readline-ext" gem this gem will load "reline" that is a compatible
12
12
library with "readline-ext" gem and is implemented by pure Ruby.
13
13
EOD
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
18
18
spec . require_paths = [ 'lib' ]
19
19
20
20
spec . post_install_message = <<~EOM
21
- This is just loader for "readline". If Ruby has "readline-ext" gem that
22
- is a native extension, this gem will load its first. If Ruby doesn't have
21
+ This is just a loader for "readline". If Ruby has "readline-ext" gem that
22
+ is a native extension, this gem will load it first. If Ruby doesn't have
23
23
the "readline-ext" gem this gem will load "reline" that is a compatible
24
24
library with "readline-ext" gem and is implemented by pure Ruby.
25
25
You can’t perform that action at this time.
0 commit comments