Skip to content

Commit

Permalink
metadata['rubygems_mfa_required'] must be set to 'true'
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2023
1 parent 3874ddf commit bece225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.files = %w[CONTRIBUTING.md LICENSE.md README.md t.gemspec] + Dir['bin/*'] + Dir['lib/**/*.rb']
spec.homepage = 'http://sferik.github.com/t/'
spec.licenses = %w[MIT]
spec.metadata['rubygems_mfa_required'] = 'true'
spec.name = 't'
spec.require_paths = %w[lib]
spec.required_ruby_version = '>= 3.0'
Expand Down

0 comments on commit bece225

Please sign in to comment.