Skip to content

Commit

Permalink
Merge pull request #707 from amatsuda/https_homepage
Browse files Browse the repository at this point in the history
Update homepage in the gemspec to be HTTPS
  • Loading branch information
bblimke committed Aug 5, 2022
2 parents e060101 + 0b298ec commit 14f9993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ['Bartosz Blimke']
s.email = ['bartosz.blimke@gmail.com']
s.homepage = 'http://github.com/bblimke/webmock'
s.homepage = 'https://github.com/bblimke/webmock'
s.summary = %q{Library for stubbing HTTP requests in Ruby.}
s.description = %q{WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.}
s.license = "MIT"
Expand Down

0 comments on commit 14f9993

Please sign in to comment.