Skip to content

Commit

Permalink
Use https link for homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ab committed Apr 26, 2014
1 parent bd01dd5 commit a67e6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected] (send a mail to subscribe).

== Requirements
Expand Down
2 changes: 1 addition & 1 deletion rest-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a67e6d6

Please sign in to comment.