We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f1650 commit 2f4413bCopy full SHA for 2f4413b
datadog_backup.gemspec
@@ -13,10 +13,10 @@ Gem::Specification.new do |spec|
13
spec.description = 'A utility to backup and restore Datadog accounts'
14
spec.homepage = 'https://github.com/scribd/datadog_backup'
15
spec.license = 'MIT'
16
+ spec.metadata['rubygems_mfa_required'] = 'true'
17
18
spec.files = `git ls-files -z`.split("\x0")
19
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^spec/})
20
spec.require_paths = ['lib']
21
22
spec.required_ruby_version = ['>= 2.7']
0 commit comments