[前][次][番号順一覧][スレッド一覧]

ruby-changes:33417

From: naruse <ko1@a...>
Date: Tue, 1 Apr 2014 19:55:14 +0900 (JST)
Subject: [ruby-changes:33417] naruse:r45496 (trunk): fix the example of failed URI

naruse	2014-04-01 19:55:10 +0900 (Tue, 01 Apr 2014)

  New Revision: 45496

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45496

  Log:
    fix the example of failed URI

  Modified files:
    trunk/tool/config_files.rb
Index: tool/config_files.rb
===================================================================
--- tool/config_files.rb	(revision 45495)
+++ tool/config_files.rb	(revision 45496)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/tool/config_files.rb#L1
 require 'open-uri'
 
-ConfigFiles = "http://git0.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=%s;hb=HEAD"
+ConfigFiles = "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=%s;hb=HEAD"
 def ConfigFiles.download(name, dir = nil)
   uri = URI(self % name)
   data = uri.read

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]