1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Use https link for homepage.

This commit is contained in:
Andy Brody 2014-04-25 18:24:00 -07:00
parent bd01dd5902
commit a67e6d6fa8
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Build status: {<img src="https://travis-ci.org/rest-client/rest-client.png" />}[
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

View file

@ -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')