Skip to content

Commit

Permalink
Enable MFA requirement on Ruby gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Jan 5, 2024
1 parent 5a5d2c3 commit 3f3c2ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tikkie-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/KentaaNL/tikkie-api'
spec.license = 'MIT'

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

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

0 comments on commit 3f3c2ab

Please sign in to comment.