We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aece5e commit c8ce4edCopy full SHA for c8ce4ed
sanitize.gemspec
@@ -22,7 +22,8 @@ Gem::Specification.new do |s|
22
23
s.metadata = {
24
"changelog_uri" => "https://github.com/rgrove/sanitize/blob/main/CHANGELOG.md",
25
- "documentation_uri" => "https://rubydoc.info/github/rgrove/sanitize"
+ "documentation_uri" => "https://rubydoc.info/github/rgrove/sanitize",
26
+ "rubygems_mfa_required" => "true"
27
}
28
29
s.add_dependency("crass", "~> 1.0.2")
0 commit comments