Skip to content

Commit

Permalink
Merge pull request #4206 from nebulab/gsmendoza/eng-265-enable-rubyge…
Browse files Browse the repository at this point in the history
…ms_mfa_required-on-solidus

Enable rubygems_mfa_required on solidus
  • Loading branch information
kennyadsl authored Nov 26, 2021
2 parents 76e2875 + 36b83e3 commit f928f1a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/solidus_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

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

s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(spec|script)/})
end
Expand Down
2 changes: 2 additions & 0 deletions backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

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

s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(spec|script)/})
end
Expand Down
2 changes: 2 additions & 0 deletions core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

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

s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(spec|script)/})
end
Expand Down
2 changes: 2 additions & 0 deletions frontend/solidus_frontend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

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

s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(spec|script)/})
end
Expand Down
2 changes: 2 additions & 0 deletions sample/solidus_sample.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

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

s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(spec|script)/})
end
Expand Down
2 changes: 2 additions & 0 deletions solidus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

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

s.files = Dir['README.md', 'lib/**/*']

s.required_ruby_version = '>= 2.5.0'
Expand Down

0 comments on commit f928f1a

Please sign in to comment.