Skip to content

Commit e96c16f

Browse files
authored
Require MFA for Rubygems (#203)
* Require MFA for Rubygems * Rubocop
1 parent 7ae3a61 commit e96c16f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

api_auth.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Gem::Specification.new do |s|
1010
s.email = 'mauricio@edge14.com'
1111
s.license = 'MIT'
1212

13+
s.metadata = {
14+
'rubygems_mfa_required' => 'true'
15+
}
16+
1317
s.required_ruby_version = '>= 2.5.0'
1418

1519
s.add_development_dependency 'actionpack', '< 6.2', '> 5.0'

0 commit comments

Comments
 (0)