summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec2
-rw-r--r--ext/io/console/io-console.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec
index 1666325d45..e7acfe2d11 100644
--- a/ext/bigdecimal/bigdecimal.gemspec
+++ b/ext/bigdecimal/bigdecimal.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.date = date
s.license = 'ruby'
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.description = "This library provides arbitrary-precision decimal floating-point number class."
s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"]
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index d7414bb706..27e1a11e3a 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances."
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.require_path = %[lib]
s.files = %w[console.c depend extconf.rb lib/console/size.rb win32_vk.inc]