From 027e492b6f873c58b1a531925f3a4dc6726ecc26 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Sat, 9 Mar 2019 17:38:03 +0530 Subject: Fix links in gemspec and docs from http to https. --- activesupport/README.rdoc | 2 +- activesupport/activesupport.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc index c770324be8..fed636937b 100644 --- a/activesupport/README.rdoc +++ b/activesupport/README.rdoc @@ -28,7 +28,7 @@ Active Support is released under the MIT license: API documentation is at: -* http://api.rubyonrails.org +* https://api.rubyonrails.org Bug reports for the Ruby on Rails project can be filed here: diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index a9d08c7e85..2781d4e6f7 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.author = "David Heinemeier Hansson" s.email = "david@loudthinking.com" - s.homepage = "http://rubyonrails.org" + s.homepage = "https://rubyonrails.org" s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.rdoc", "lib/**/*"] s.require_path = "lib" -- cgit v1.2.3