mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Add changelog to gemspec
For a nice “Changelog” link in the https://rubygems.org/gems/factory_bot sidebar.
This commit is contained in:
parent
ea4be8ef55
commit
0bcb6151b8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ Gem::Specification.new do |s|
|
||||||
s.email = ["jclayton@thoughtbot.com", "jferris@thoughtbot.com"]
|
s.email = ["jclayton@thoughtbot.com", "jferris@thoughtbot.com"]
|
||||||
|
|
||||||
s.homepage = "https://github.com/thoughtbot/factory_bot"
|
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")
|
s.add_dependency("activesupport", ">= 4.2.0")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue