We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7194dca + bf54562 commit 56f9a69Copy full SHA for 56f9a69
sanitize.gemspec
@@ -16,6 +16,11 @@ Gem::Specification.new do |s|
16
s.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
17
s.required_rubygems_version = Gem::Requirement.new('>= 1.2.0')
18
19
+ s.metadata = {
20
+ "changelog_uri" => "https://github.com/rgrove/sanitize/blob/main/HISTORY.md",
21
+ "documentation_uri" => "https://rubydoc.info/github/rgrove/sanitize"
22
+ }
23
+
24
# Runtime dependencies.
25
s.add_dependency('crass', '~> 1.0.2')
26
s.add_dependency('nokogiri', '>= 1.12.0')
0 commit comments