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:
parent
20c72dc89d
commit
eaf4f2ec85
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue