Remove changlog_uri from gemspec [ci skip]

Closes #1394

This was added in 0bcb6151b8, but it seems
to have replaced the documentation link on Rubygems. The documentation
is more important to show than the changelog.
This commit is contained in:
Daniel Colson 2020-06-10 23:19:37 -04:00
parent a514e4d077
commit 3cef28546f
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ 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", ">= 5.0.0")