mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/readline/extconf.rb: Update error message with correct words.
[fix GH-1453][ci skip] Patch by @magikid git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									a566bc0a38
								
							
						
					
					
						commit
						631f8da938
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
Thu Oct  6 11:38:14 2016  Chris Jones  <chris@christopherjones.us>
 | 
			
		||||
 | 
			
		||||
	* 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@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* lib/uri/common.rb (WEB_ENCODINGS_): Update URI::WEB_ENCODINGS_
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,7 +59,7 @@ else
 | 
			
		|||
            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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue