We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1ed5a commit fa408d7Copy full SHA for fa408d7
with_advisory_lock.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
17
spec.test_files = spec.files.grep(%r{^test/})
18
spec.require_paths = %w[lib]
19
- spec.metadata = { 'rubyspecs_mfa_required' => 'true' }
+ spec.metadata = { 'rubygems_mfa_required' => 'true' }
20
spec.required_ruby_version = '>= 2.7.0'
21
spec.metadata['yard.run'] = 'yri'
22
0 commit comments