1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use https instead of http in some URLs

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-09-11 10:33:36 +00:00
parent 960468683f
commit 07efce075b
14 changed files with 31 additions and 31 deletions

2
LEGAL
View file

@ -12,7 +12,7 @@ ccan/str/str.h
These files are licensed under the CC0. These files are licensed under the CC0.
http://creativecommons.org/choose/zero/ https://creativecommons.org/choose/zero/
ccan/list/list.h ccan/list/list.h

View file

@ -18,7 +18,7 @@ Rubyはテキスト処理関係の能力などに優れPerlと同じくらい
* ダイナミックローディング (アーキテクチャによる) * ダイナミックローディング (アーキテクチャによる)
* 移植性が高い多くのUnix-like/POSIX互換プラットフォーム上で動くだけでなくWindows Mac OS * 移植性が高い多くのUnix-like/POSIX互換プラットフォーム上で動くだけでなくWindows Mac OS
XBeOSなどの上でも動く cf. XBeOSなどの上でも動く cf.
http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
## 入手法 ## 入手法
@ -33,11 +33,11 @@ ftp://ftp.ruby-lang.org/pub/ruby/
開発先端のソースコードは次のコマンドで取得できます. 開発先端のソースコードは次のコマンドで取得できます.
$ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby $ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
他に開発中のブランチの一覧は次のコマンドで見られます. 他に開発中のブランチの一覧は次のコマンドで見られます.
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/ $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
### Gitで ### Gitで
@ -49,7 +49,7 @@ SubversionのミラーをGitHubに公開しています 以下のコマンド
RubyのホームページのURLは RubyのホームページのURLは
http://www.ruby-lang.org/ https://www.ruby-lang.org/
です. です.
@ -156,9 +156,9 @@ UNIXであれば `configure` がほとんどの差異を吸収してくれるは
## フィードバック ## フィードバック
Rubyに関する質問は Ruby-Talk英語や Ruby-List日本語 (https://www.ruby-lang.org/ja/community/mailing-lists) や, Rubyに関する質問は Ruby-Talk英語や Ruby-List日本語 (https://www.ruby-lang.org/ja/community/mailing-lists) や,
stackoverflow (http://ja.stackoverflow.com/) などのWebサイトに投稿してください stackoverflow (https://ja.stackoverflow.com/) などのWebサイトに投稿してください
バグ報告は http://bugs.ruby-lang.org で受け付けています. バグ報告は https://bugs.ruby-lang.org で受け付けています.
## 著者 ## 著者

View file

@ -20,7 +20,7 @@ extensible.
* Dynamic Loading of Object Files (on some architectures) * Dynamic Loading of Object Files (on some architectures)
* Highly Portable (works on many Unix-like/POSIX compatible platforms as * Highly Portable (works on many Unix-like/POSIX compatible platforms as
well as Windows, Mac OS X, BeOS, etc.) cf. well as Windows, Mac OS X, BeOS, etc.) cf.
http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
## How to get Ruby ## How to get Ruby
@ -28,7 +28,7 @@ extensible.
For a complete list of ways to install Ruby, including using third-party tools For a complete list of ways to install Ruby, including using third-party tools
like rvm, see: like rvm, see:
http://www.ruby-lang.org/en/downloads/ https://www.ruby-lang.org/en/downloads/
The Ruby distribution files can be found on the following FTP site: The Ruby distribution files can be found on the following FTP site:
@ -37,7 +37,7 @@ ftp://ftp.ruby-lang.org/pub/ruby/
The trunk of the Ruby source tree can be checked out with the following The trunk of the Ruby source tree can be checked out with the following
command: command:
$ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby $ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
Or if you are using git then use the following command: Or if you are using git then use the following command:
@ -46,7 +46,7 @@ Or if you are using git then use the following command:
There are some other branches under development. Try the following command There are some other branches under development. Try the following command
to see the list of branches: to see the list of branches:
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/ $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
Or if you are using git then use the following command: Or if you are using git then use the following command:
@ -56,7 +56,7 @@ Or if you are using git then use the following command:
The URL of the Ruby home page is: The URL of the Ruby home page is:
http://www.ruby-lang.org/ https://www.ruby-lang.org/
## Mailing list ## Mailing list
@ -147,10 +147,10 @@ See the file [COPYING](COPYING).
## Feedback ## Feedback
Questions about the Ruby language can be asked on the Ruby-Talk mailing list Questions about the Ruby language can be asked on the Ruby-Talk mailing list
(http://www.ruby-lang.org/en/community/mailing-lists) or on websites like (https://www.ruby-lang.org/en/community/mailing-lists) or on websites like
(http://stackoverflow.com). (https://stackoverflow.com).
Bug reports should be filed at http://bugs.ruby-lang.org. Read [HowToReport] for more information. Bug reports should be filed at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
[HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport [HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport

View file

@ -11,7 +11,7 @@ trying out beta releases with your applications.
== How To Report == How To Report
If you've encountered a bug in Ruby please report it to the redmine issue If you've encountered a bug in Ruby please report it to the redmine issue
tracker available at {bugs.ruby-lang.org}[http://bugs.ruby-lang.org/]. Do not tracker available at {bugs.ruby-lang.org}[https://bugs.ruby-lang.org/]. Do not
report security vulnerabilities here, there is a {separate report security vulnerabilities here, there is a {separate
channel}[rdoc-label:label-Reporting+Security+Issues] for them. channel}[rdoc-label:label-Reporting+Security+Issues] for them.
@ -25,7 +25,7 @@ on your ticket.
If you aren't already using the latest version, try installing a newer If you aren't already using the latest version, try installing a newer
stable release. See stable release. See
{Downloading Ruby}[http://www.ruby-lang.org/en/downloads/]. {Downloading Ruby}[https://www.ruby-lang.org/en/downloads/].
* Look to see if anyone already reported your issue, try * Look to see if anyone already reported your issue, try
{searching on redmine}[https://bugs.ruby-lang.org/projects/ruby-trunk/issues] {searching on redmine}[https://bugs.ruby-lang.org/projects/ruby-trunk/issues]
for your problem. for your problem.
@ -94,7 +94,7 @@ affect many users. There is a private mailing list that all security issues
should be reported to and will be handled discretely. Email the should be reported to and will be handled discretely. Email the
mailto:security@ruby-lang.org list and the problem will be published after mailto:security@ruby-lang.org list and the problem will be published after
fixes have been released. You can also encrypt the issue using {the PGP public fixes have been released. You can also encrypt the issue using {the PGP public
key}[http://www.ruby-lang.org/security.asc] for the list. key}[https://www.ruby-lang.org/security.asc] for the list.
== Reporting Other Issues == Reporting Other Issues
@ -253,7 +253,7 @@ CRuby uses subversion for source control, you can find installation
instructions and lots of great info to learn subversion on the instructions and lots of great info to learn subversion on the
{svnbook.red-bean.com}[http://svnbook.red-bean.com/]. For other resources see {svnbook.red-bean.com}[http://svnbook.red-bean.com/]. For other resources see
the {ruby-core documentation on the {ruby-core documentation on
ruby-lang.org}[http://www.ruby-lang.org/en/community/ruby-core/]. ruby-lang.org}[https://www.ruby-lang.org/en/community/ruby-core/].
This guide will use git for contributing. The {git This guide will use git for contributing. The {git
homepage}[http://git-scm.com/] has installation instructions with links to homepage}[http://git-scm.com/] has installation instructions with links to

View file

@ -7,12 +7,12 @@ This document aims to discuss many of these pitfalls and provide more secure
alternatives where applicable. alternatives where applicable.
Please check the full list of publicly known CVEs and how to correctly report a Please check the full list of publicly known CVEs and how to correctly report a
security vulnerability, at: http://www.ruby-lang.org/en/security/ security vulnerability, at: https://www.ruby-lang.org/en/security/
Japanese version is here: http://www.ruby-lang.org/ja/security/ Japanese version is here: https://www.ruby-lang.org/ja/security/
Security vulnerabilities should be reported via an email to Security vulnerabilities should be reported via an email to
mailto:security@ruby-lang.org ({the PGP public mailto:security@ruby-lang.org ({the PGP public
key}[http://www.ruby-lang.org/security.asc]), which is a private mailing list. key}[https://www.ruby-lang.org/security.asc]), which is a private mailing list.
Reported problems will be published after fixes. Reported problems will be published after fixes.
== <code>$SAFE</code> == <code>$SAFE</code>

View file

@ -257,6 +257,6 @@ This behavior may be changed in the future.
== Further Reading == Further Reading
See http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec for the See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec for the
current specification for implementing refinements. The specification also current specification for implementing refinements. The specification also
contains more details. contains more details.

View file

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.date = date s.date = date
s.license = 'ruby' s.license = 'ruby'
s.summary = "Arbitrary-precision decimal floating-point number library." s.summary = "Arbitrary-precision decimal floating-point number library."
s.homepage = "http://www.ruby-lang.org" s.homepage = "https://www.ruby-lang.org"
s.email = "mrkn@mrkn.jp" s.email = "mrkn@mrkn.jp"
s.description = "This library provides arbitrary-precision decimal floating-point number class." s.description = "This library provides arbitrary-precision decimal floating-point number class."
s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"] s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"]

View file

@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = "nobu@ruby-lang.org" s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances." s.description = "add console capabilities to IO instances."
s.required_ruby_version = ">= 2.0.0" s.required_ruby_version = ">= 2.0.0"
s.homepage = "http://www.ruby-lang.org" s.homepage = "https://www.ruby-lang.org"
s.authors = ["Nobu Nakada"] s.authors = ["Nobu Nakada"]
s.require_path = %[lib] s.require_path = %[lib]
s.files = %w[console.c depend extconf.rb lib/console/size.rb win32_vk.inc] s.files = %w[console.c depend extconf.rb lib/console/size.rb win32_vk.inc]

View file

@ -149,7 +149,7 @@ class.
Reported problems will be published after being fixed. Reported problems will be published after being fixed.
.Pp .Pp
.Li And you can report other bugs and feature requests via the .Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://bugs.ruby-lang.org). Ruby Issue Tracking System (https://bugs.ruby-lang.org).
Do not report security vulnerabilities Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately. via the system because it publishes the vulnerabilities immediately.
.El .El

View file

@ -165,7 +165,7 @@ Personal irb initialization.
Reported problems will be published after being fixed. Reported problems will be published after being fixed.
.Pp .Pp
.Li And you can report other bugs and feature requests via the .Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://bugs.ruby-lang.org). Ruby Issue Tracking System (https://bugs.ruby-lang.org).
Do not report security vulnerabilities Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately. via the system because it publishes the vulnerabilities immediately.
.El .El

View file

@ -172,7 +172,7 @@ Searches user-wide documents here.
Reported problems will be published after being fixed. Reported problems will be published after being fixed.
.Pp .Pp
.Li And you can report other bugs and feature requests via the .Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://bugs.ruby-lang.org). Ruby Issue Tracking System (https://bugs.ruby-lang.org).
Do not report security vulnerabilities Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately. via the system because it publishes the vulnerabilities immediately.
.El .El

View file

@ -623,7 +623,7 @@ default: 262144 or 524288
.Pp .Pp
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Bl -hang -compact -width "http://www.ruby-lang.org/123" .Bl -hang -compact -width "https://www.ruby-lang.org/123"
.It https://www.ruby-lang.org/ .It https://www.ruby-lang.org/
The official web site. The official web site.
.It https://www.ruby-toolbox.com/ .It https://www.ruby-toolbox.com/

View file

@ -1,7 +1,7 @@
;;; ruby-additional.el --- ruby-mode extensions yet to be merged into Emacs ;;; ruby-additional.el --- ruby-mode extensions yet to be merged into Emacs
;; Authors: Yukihiro Matsumoto, Nobuyoshi Nakada, Akinori MUSHA ;; Authors: Yukihiro Matsumoto, Nobuyoshi Nakada, Akinori MUSHA
;; URL: http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/misc/ ;; URL: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/misc/
;; Created: 3 Sep 2012 ;; Created: 3 Sep 2012
;; Package-Requires: ((emacs "24.3") (ruby-mode "1.2")) ;; Package-Requires: ((emacs "24.3") (ruby-mode "1.2"))
;; Keywords: ruby, languages ;; Keywords: ruby, languages

View file

@ -50,7 +50,7 @@ DLDFLAGS=@DLDFLAGS@
Name: Ruby Name: Ruby
Description: Object Oriented Script Language Description: Object Oriented Script Language
Version: ${ruby_version} Version: ${ruby_version}
URL: http://www.ruby-lang.org URL: https://www.ruby-lang.org
Cflags: -I${rubyarchhdrdir} -I${rubyhdrdir} Cflags: -I${rubyarchhdrdir} -I${rubyhdrdir}
Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS} Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS}
Requires: Requires: