Add changelog to gemspec

For a nice “Changelog” link in the https://rubygems.org/gems/database_cleaner sidebar.
This commit is contained in:
Rafael Masson 2020-04-06 14:02:58 -04:00 committed by Micah Geisel
parent 12fe7e86c1
commit 592f2e23ef
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/DatabaseCleaner/database_cleaner"
spec.license = "MIT"
spec.metadata["changelog_uri"] = "https://github.com/DatabaseCleaner/database_cleaner/blob/master/History.rdoc"
spec.files = ["lib/database_cleaner.rb"]
spec.require_paths = ["lib"]