ruby-changes:44285
From: hsbt <ko1@a...>
Date: Thu, 6 Oct 2016 11:38:25 +0900 (JST)
Subject: [ruby-changes:44285] hsbt:r56358 (trunk): * ext/readline/extconf.rb: Update error message with correct words.
hsbt 2016-10-06 11:38:18 +0900 (Thu, 06 Oct 2016) New Revision: 56358 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56358 Log: * ext/readline/extconf.rb: Update error message with correct words. [fix GH-1453][ci skip] Patch by @magikid Modified files: trunk/ChangeLog trunk/ext/readline/extconf.rb Index: ext/readline/extconf.rb =================================================================== --- ext/readline/extconf.rb (revision 56357) +++ ext/readline/extconf.rb (revision 56358) @@ -59,7 +59,7 @@ else https://github.com/ruby/ruby/blob/trunk/ext/readline/extconf.rb#L59 have_library("edit", "readline"))) || (readline.have_header("editline/readline.h") && have_library("edit", "readline")) - raise "readline nor libedit not found" + raise "Neither readline nor libedit was found" end end Index: ChangeLog =================================================================== --- ChangeLog (revision 56357) +++ ChangeLog (revision 56358) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Oct 6 11:38:14 2016 Chris Jones <chris@c...> + + * ext/readline/extconf.rb: Update error message with correct words. + [fix GH-1453][ci skip] Patch by @magikid + Thu Oct 6 11:01:49 2016 Tieg Zaharia <tieg.zaharia@g...> * lib/uri/common.rb (WEB_ENCODINGS_): Update URI::WEB_ENCODINGS_ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/