Skip to content

Commit 95d2ea9

Browse files
committed
Opt-in for MFA requirement
Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref: https://guides.rubygems.org/mfa-requirement-opt-in/
1 parent d14bf38 commit 95d2ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monetize.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.metadata['changelog_uri'] = 'https://github.com/RubyMoney/monetize/blob/master/CHANGELOG.md'
3030
spec.metadata['source_code_uri'] = 'https://github.com/RubyMoney/monetize/'
3131
spec.metadata['bug_tracker_uri'] = 'https://github.com/RubyMoney/monetize/issues'
32+
spec.metadata['rubygems_mfa_required'] = 'true'
3233
end
3334
end

0 commit comments

Comments
 (0)