From a67e6d6fa81bb73583cbee39fa8d9dce4c4c7ab1 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Fri, 25 Apr 2014 18:24:00 -0700 Subject: [PATCH] Use https link for homepage. --- README.rdoc | 2 +- rest-client.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 95646b7..4639c32 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,7 +6,7 @@ Build status: {}[ A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style of specifying actions: get, put, post, delete. -* Main page: http://github.com/rest-client/rest-client +* Main page: https://github.com/rest-client/rest-client * Mailing list: rest.client@librelist.com (send a mail to subscribe). == Requirements diff --git a/rest-client.gemspec b/rest-client.gemspec index 67e530f..fea95b8 100644 --- a/rest-client.gemspec +++ b/rest-client.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ['README.rdoc', 'history.md'] s.files = `git ls-files -z`.split("\0") s.test_files = `git ls-files -z spec/`.split("\0") - s.homepage = 'http://github.com/rest-client/rest-client' + s.homepage = 'https://github.com/rest-client/rest-client' s.summary = 'Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.' s.add_dependency('mime-types', '~> 2.0')