Skip to content

Commit

Permalink
Opt-in for MFA requirement
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 committed Jan 1, 2024
1 parent fe11372 commit 23e2f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions combine_pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/boazsegev/combine_pdf"
spec.license = "MIT"

spec.metadata = { 'rubygems_mfa_required' => 'true' }

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 23e2f83

Please sign in to comment.