ruby-changes:59470
From: aycabta <ko1@a...>
Date: Wed, 25 Dec 2019 11:08:23 +0900 (JST)
Subject: [ruby-changes:59470] 57c74841c7 (master): [ruby/readline] Fix any wrong in messages
https://git.ruby-lang.org/ruby.git/commit/?id=57c74841c7 From 57c74841c7bc2bb2ffbb8ed89597e993116e26a8 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Wed, 25 Dec 2019 10:44:52 +0900 Subject: [ruby/readline] Fix any wrong in messages https://github.com/ruby/readline/commit/a2cf437c8f diff --git a/lib/readline.gemspec b/lib/readline.gemspec index 35ae593..480c879 100644 --- a/lib/readline.gemspec +++ b/lib/readline.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/readline.gemspec#L6 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| https://github.com/ruby/ruby/blob/trunk/lib/readline.gemspec#L18 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. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/