Skip to content

Commit

Permalink
Remove rubygems_mfa_required to automate release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Oct 1, 2022
1 parent 837d5ad commit 7ad103b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ AllCops:
NewCops: enable
TargetRubyVersion: 2.7

Gemspec/RequireMFA:
Enabled: false

Layout/LineLength:
Enabled: false

Expand Down
1 change: 0 additions & 1 deletion rucoa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |spec|
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['changelog_uri'] = "#{spec.homepage}/releases"
spec.metadata['rubygems_mfa_required'] = 'true'

spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit 7ad103b

Please sign in to comment.