Skip to content

Commit

Permalink
Merge pull request #102 from orien/gem-metadata
Browse files Browse the repository at this point in the history
Add project metadata to the gemspec
  • Loading branch information
kaspth committed Oct 5, 2019
2 parents 43a87f5 + 845da04 commit 65b9f88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rails-html-sanitizer.gemspec
Expand Up @@ -13,6 +13,13 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/rails/rails-html-sanitizer"
spec.license = "MIT"

spec.metadata = {
"bug_tracker_uri" => "https://github.com/rails/rails-html-sanitizer/issues",
"changelog_uri" => "https://github.com/rails/rails-html-sanitizer/blob/v#{spec.version}/CHANGELOG.md",
"documentation_uri" => "https://www.rubydoc.info/gems/rails-html-sanitizer/#{spec.version}",
"source_code_uri" => "https://github.com/rails/rails-html-sanitizer/tree/v#{spec.version}",
}

spec.files = Dir["lib/**/*", "README.md", "MIT-LICENSE", "CHANGELOG.md"]
spec.test_files = Dir["test/**/*"]
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 65b9f88

Please sign in to comment.