Skip to content

Commit

Permalink
chore: Require multi-factor authentication to publish gem (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines authored May 12, 2022
1 parent 0898085 commit 634516c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cerbos.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

spec.metadata["rubygems_mfa_required"] = "true"

spec.require_paths = ["lib"]
spec.files = Dir[
"lib/**/*.rb",
Expand Down

0 comments on commit 634516c

Please sign in to comment.