mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
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:
parent
a514e4d077
commit
3cef28546f
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue