Skip to content

Commit

Permalink
Enable MFA requirement for gem releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Nov 20, 2021
1 parent 10310b1 commit 4e9b3d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions itest5ch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/sue445/itest5ch"
spec.license = "MIT"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/master/CHANGELOG.md"
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 4e9b3d0

Please sign in to comment.