Skip to content

Commit

Permalink
Merge pull request #232 from m-nakamura145/update-gemspec
Browse files Browse the repository at this point in the history
Add metadata for rubygems.org
  • Loading branch information
rgrove committed Jan 27, 2024
2 parents 7194dca + bf54562 commit 56f9a69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sanitize.gemspec
Expand Up @@ -16,6 +16,11 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
s.required_rubygems_version = Gem::Requirement.new('>= 1.2.0')

s.metadata = {
"changelog_uri" => "https://github.com/rgrove/sanitize/blob/main/HISTORY.md",
"documentation_uri" => "https://rubydoc.info/github/rgrove/sanitize"
}

# Runtime dependencies.
s.add_dependency('crass', '~> 1.0.2')
s.add_dependency('nokogiri', '>= 1.12.0')
Expand Down

0 comments on commit 56f9a69

Please sign in to comment.