From 3cef28546f0b14e9dd42b1837b2ccbd1b6281800 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Wed, 10 Jun 2020 23:19:37 -0400 Subject: [PATCH] Remove changlog_uri from gemspec [ci skip] Closes #1394 This was added in 0bcb6151b884d421ef4e7d840c1b098e6ca74d97, but it seems to have replaced the documentation link on Rubygems. The documentation is more important to show than the changelog. --- factory_bot.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/factory_bot.gemspec b/factory_bot.gemspec index 437811c..8af61e6 100644 --- a/factory_bot.gemspec +++ b/factory_bot.gemspec @@ -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")