Skip to content

Commit

Permalink
Updated homepage in gemspec
Browse files Browse the repository at this point in the history
The site http://thoughtbot.com/community/ doesn't add much information
about the gem itself.
  • Loading branch information
qnet-herwin authored and guialbuk committed Sep 3, 2018
1 parent 6abc926 commit 8030b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shoulda-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
"Matt Jankowski", "Stafford Brunk", "Elliot Winkler"]
s.date = Time.now.strftime("%Y-%m-%d")
s.email = "support@thoughtbot.com"
s.homepage = "http://thoughtbot.com/community/"
s.homepage = "https://matchers.shoulda.io/"
s.summary = "Making tests easy on the fingers and eyes"
s.license = "MIT"
s.description = "Making tests easy on the fingers and eyes"
Expand Down

0 comments on commit 8030b4e

Please sign in to comment.