Add changelog to gemspec

For a nice “Changelog” link in the https://rubygems.org/gems/factory_bot sidebar.
This commit is contained in:
Rafael Masson 2020-04-06 16:49:11 -04:00 committed by Daniel Colson
parent ea4be8ef55
commit 0bcb6151b8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.email = ["jclayton@thoughtbot.com", "jferris@thoughtbot.com"]
s.homepage = "https://github.com/thoughtbot/factory_bot"
s.metadata["changelog_uri"] = "https://github.com/thoughtbot/factory_bot/blob/master/NEWS.md"
s.add_dependency("activesupport", ">= 4.2.0")