Skip to content

Commit 2f4413b

Browse files
committed
chore: enable rubygems mfa
1 parent f1f1650 commit 2f4413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_backup.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Gem::Specification.new do |spec|
1313
spec.description = 'A utility to backup and restore Datadog accounts'
1414
spec.homepage = 'https://github.com/scribd/datadog_backup'
1515
spec.license = 'MIT'
16+
spec.metadata['rubygems_mfa_required'] = 'true'
1617

1718
spec.files = `git ls-files -z`.split("\x0")
1819
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19-
spec.test_files = spec.files.grep(%r{^spec/})
2020
spec.require_paths = ['lib']
2121

2222
spec.required_ruby_version = ['>= 2.7']

0 commit comments

Comments
 (0)