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

ruby-changes:52466

From: kazu <ko1@a...>
Date: Tue, 11 Sep 2018 18:46:55 +0900 (JST)
Subject: [ruby-changes:52466] kazu:r64675 (trunk): Use https instead of http

kazu	2018-09-11 18:46:49 +0900 (Tue, 11 Sep 2018)

  New Revision: 64675

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64675

  Log:
    Use https instead of http

  Modified files:
    trunk/error.c
    trunk/test/ruby/test_rubyoptions.rb
Index: error.c
===================================================================
--- error.c	(revision 64674)
+++ error.c	(revision 64675)
@@ -66,7 +66,7 @@ static const char REPORTBUG_MSG[] = https://github.com/ruby/ruby/blob/trunk/error.c#L66
 	" or extension libraries.\n" \
 	"Bug reports are welcome.\n" \
 	""
-	"For details: http://www.ruby-lang.org/bugreport.html\n\n" \
+	"For details: https://www.ruby-lang.org/bugreport.html\n\n" \
     ;
 
 static const char *
Index: test/ruby/test_rubyoptions.rb
===================================================================
--- test/ruby/test_rubyoptions.rb	(revision 64674)
+++ test/ruby/test_rubyoptions.rb	(revision 64675)
@@ -703,7 +703,7 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L703
         You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
         Bug\sreports\sare\swelcome.\n
         (?:.*\n)?
-        For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n
+        For\sdetails:\shttps:\/\/.*\.ruby-lang\.org/.*\n
         \n
         (?:
           \[IMPORTANT\]\n

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

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