Skip to content

Commit

Permalink
ensure rubygems_mfa_required stays set as false
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsturgess committed Jan 23, 2024
1 parent a272e59 commit a580cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apia-yabeda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = "https://github.com/krystal/apia-yabeda"
spec.metadata["changelog_uri"] = "https://github.com/krystal/apia-yabeda/changelog.md"

spec.metadata["rubygems_mfa_required"] = "true" # (enabling MFA means we cannot auto publish via the CI)
spec.metadata["rubygems_mfa_required"] = "false" # rubocop:disable Gemspec/RequireMFA (enabling MFA means we cannot auto publish via the CI)

spec.files = Dir[File.join("lib", "**", "*.rb")] +
Dir["{*.gemspec,Gemfile,Rakefile,README.*,LICENSE*}"]
Expand Down

0 comments on commit a580cb0

Please sign in to comment.