Skip to content

Commit

Permalink
chore: enable rubygems mfa
Browse files Browse the repository at this point in the history
  • Loading branch information
jim80net committed Aug 27, 2022
1 parent f1f1650 commit 2f4413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_backup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |spec|
spec.description = 'A utility to backup and restore Datadog accounts'
spec.homepage = 'https://github.com/scribd/datadog_backup'
spec.license = 'MIT'
spec.metadata['rubygems_mfa_required'] = 'true'

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

spec.required_ruby_version = ['>= 2.7']
Expand Down

0 comments on commit 2f4413b

Please sign in to comment.