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

Use https URL instead of http URL

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-03-22 12:27:53 +00:00
parent 20c72dc89d
commit eaf4f2ec85
4 changed files with 4 additions and 4 deletions

View file

@ -3325,7 +3325,7 @@ Thu May 19 06:30:38 2011 Eric Hodel <drbrain@segment7.net>
Thu May 19 06:16:41 2011 Eric Hodel <drbrain@segment7.net>
* lib: Convert tabs to spaces for ruby files per
http://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
Patch by Steve Klabnik [Ruby 1.9 - Bug #4730]
Patch by Jason Dew [Ruby 1.9 - Feature #4718]

View file

@ -518,7 +518,7 @@ with all sufficient information, see the ChangeLog file.
New method to set the entity expansion limit. By default the limit is
set to 10000. See the following URL for details.
http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
https://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
* stringio

View file

@ -263,7 +263,7 @@ with all sufficient information, see the ChangeLog file.
New method to set the entity expansion limit. By default the limit is
set to 10000. See the following URL for details.
http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
https://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
* RDoc

View file

@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.email = "nobu@ruby-lang.org".freeze
s.extensions = ["extconf.rb".freeze]
s.files = ["README.md".freeze, "depend".freeze, "extconf.rb".freeze, "stringio.c".freeze]
s.homepage = "http://www.ruby-lang.org".freeze
s.homepage = "https://www.ruby-lang.org".freeze
s.licenses = ["BSD-2-Clause".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze)
s.rubygems_version = "2.6.11".freeze