Skip to content

Commit

Permalink
Require MFA setting
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi authored Jun 7, 2024
1 parent fca2c80 commit c1525ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minitest-retry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
spec.metadata['allowed_push_host'] = "https://rubygems.org"
spec.metadata["rubygems_mfa_required"] = "true"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"
Expand Down

0 comments on commit c1525ed

Please sign in to comment.