Opt-in for MFA requirement (#171)

Make the gem more secure by requiring that all privileged operations by
any of the owners require OTP.

Ref: https://guides.rubygems.org/mfa-requirement-opt-in/
This commit is contained in:
Geremia Taglialatela 2023-03-25 17:17:14 +01:00 committed by GitHub
parent 526f45e3df
commit 5c57dd7bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest", ">= 5.0.0"
s.add_development_dependency "rake"
s.required_ruby_version = ">= 2.5.0"
s.metadata = { "rubygems_mfa_required" => "true" }
end