diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index fce3c0bef3..1256162468 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 = "https://www.ruby-lang.org" + s.homepage = "https://github.com/ruby/io-console" s.authors = ["Nobu Nakada"] s.require_path = %[lib] s.files = %w[ext/io/console/console.c ext/io/console/extconf.rb lib/console/size.rb ext/io/console/win32_vk.inc] diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec index 2c2e300bb9..7caaadf949 100644 --- a/ext/openssl/openssl.gemspec +++ b/ext/openssl/openssl.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.extensions = ["ext/openssl/extconf.rb".freeze] s.extra_rdoc_files = ["CONTRIBUTING.md".freeze, "README.md".freeze, "History.md".freeze] s.files = ["BSDL".freeze, "CONTRIBUTING.md".freeze, "History.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "ext/openssl/deprecation.rb".freeze, "ext/openssl/extconf.rb".freeze, "ext/openssl/openssl_missing.c".freeze, "ext/openssl/openssl_missing.h".freeze, "ext/openssl/ossl.c".freeze, "ext/openssl/ossl.h".freeze, "ext/openssl/ossl_asn1.c".freeze, "ext/openssl/ossl_asn1.h".freeze, "ext/openssl/ossl_bio.c".freeze, "ext/openssl/ossl_bio.h".freeze, "ext/openssl/ossl_bn.c".freeze, "ext/openssl/ossl_bn.h".freeze, "ext/openssl/ossl_cipher.c".freeze, "ext/openssl/ossl_cipher.h".freeze, "ext/openssl/ossl_config.c".freeze, "ext/openssl/ossl_config.h".freeze, "ext/openssl/ossl_digest.c".freeze, "ext/openssl/ossl_digest.h".freeze, "ext/openssl/ossl_engine.c".freeze, "ext/openssl/ossl_engine.h".freeze, "ext/openssl/ossl_hmac.c".freeze, "ext/openssl/ossl_hmac.h".freeze, "ext/openssl/ossl_kdf.c".freeze, "ext/openssl/ossl_kdf.h".freeze, "ext/openssl/ossl_ns_spki.c".freeze, "ext/openssl/ossl_ns_spki.h".freeze, "ext/openssl/ossl_ocsp.c".freeze, "ext/openssl/ossl_ocsp.h".freeze, "ext/openssl/ossl_pkcs12.c".freeze, "ext/openssl/ossl_pkcs12.h".freeze, "ext/openssl/ossl_pkcs7.c".freeze, "ext/openssl/ossl_pkcs7.h".freeze, "ext/openssl/ossl_pkey.c".freeze, "ext/openssl/ossl_pkey.h".freeze, "ext/openssl/ossl_pkey_dh.c".freeze, "ext/openssl/ossl_pkey_dsa.c".freeze, "ext/openssl/ossl_pkey_ec.c".freeze, "ext/openssl/ossl_pkey_rsa.c".freeze, "ext/openssl/ossl_rand.c".freeze, "ext/openssl/ossl_rand.h".freeze, "ext/openssl/ossl_ssl.c".freeze, "ext/openssl/ossl_ssl.h".freeze, "ext/openssl/ossl_ssl_session.c".freeze, "ext/openssl/ossl_version.h".freeze, "ext/openssl/ossl_x509.c".freeze, "ext/openssl/ossl_x509.h".freeze, "ext/openssl/ossl_x509attr.c".freeze, "ext/openssl/ossl_x509cert.c".freeze, "ext/openssl/ossl_x509crl.c".freeze, "ext/openssl/ossl_x509ext.c".freeze, "ext/openssl/ossl_x509name.c".freeze, "ext/openssl/ossl_x509req.c".freeze, "ext/openssl/ossl_x509revoked.c".freeze, "ext/openssl/ossl_x509store.c".freeze, "ext/openssl/ruby_missing.h".freeze, "lib/openssl.rb".freeze, "lib/openssl/bn.rb".freeze, "lib/openssl/buffering.rb".freeze, "lib/openssl/cipher.rb".freeze, "lib/openssl/config.rb".freeze, "lib/openssl/digest.rb".freeze, "lib/openssl/pkcs5.rb".freeze, "lib/openssl/pkey.rb".freeze, "lib/openssl/ssl.rb".freeze, "lib/openssl/x509.rb".freeze] - s.homepage = "https://www.ruby-lang.org/".freeze + s.homepage = "https://github.com/ruby/openssl".freeze s.licenses = ["Ruby".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) diff --git a/ext/sdbm/sdbm.gemspec b/ext/sdbm/sdbm.gemspec index 14c1072788..54ff21f1f6 100644 --- a/ext/sdbm/sdbm.gemspec +++ b/ext/sdbm/sdbm.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.authors = ["Yukihiro Matsumoto"] s.email = ["matz@ruby-lang.org"] - s.homepage = "https://www.ruby-lang.org" + s.homepage = "https://github.com/ruby/sdbm" s.license = "BSD-2-Clause" s.add_development_dependency "test-unit" diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec index c0b4fa35fc..fa1e767f5f 100644 --- a/ext/stringio/stringio.gemspec +++ b/ext/stringio/stringio.gemspec @@ -15,7 +15,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 = "https://www.ruby-lang.org".freeze + s.homepage = "https://github.com/ruby/stringio".freeze s.licenses = ["BSD-2-Clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze) s.rubygems_version = "2.6.11".freeze diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec index 2a239b4839..f5dd550ea6 100644 --- a/ext/strscan/strscan.gemspec +++ b/ext/strscan/strscan.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.authors = ["Minero Aoki"] s.email = [nil] - s.homepage = "https://www.ruby-lang.org" + s.homepage = "https://github.com/ruby/strscan" s.license = "BSD-2-Clause" s.add_development_dependency "rake-compiler" diff --git a/lib/webrick/webrick.gemspec b/lib/webrick/webrick.gemspec index 565e840de0..b8cfcd8dca 100644 --- a/lib/webrick/webrick.gemspec +++ b/lib/webrick/webrick.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU"] s.email = [nil, nil] - s.homepage = "https://www.ruby-lang.org" + s.homepage = "https://github.com/ruby/webrick" s.license = "BSD-2-Clause" s.add_development_dependency "rake"