mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Add changelog to gemspec
For a nice “Changelog” link in the https://rubygems.org/gems/database_cleaner sidebar.
This commit is contained in:
parent
12fe7e86c1
commit
592f2e23ef
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue