Skip to content

Commit

Permalink
Opt-in for MFA requirement (#166)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
tagliala authored Jan 22, 2025
1 parent 7746f54 commit 910971b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annotaterb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = "https://github.com/drwl/annotaterb"
spec.metadata["changelog_uri"] = "https://github.com/drwl/annotaterb/blob/master/CHANGELOG.md"
spec.metadata["bug_tracker_uri"] = "https://github.com/drwl/annotaterb/issues"
spec.metadata["rubygems_mfa_required"] = "true"

spec.files = Dir["VERSION", "CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*"]
spec.bindir = "exe"
Expand Down

0 comments on commit 910971b

Please sign in to comment.