Skip to content

Commit 53863b4

Browse files
committed
Require MFA to release
## Summary Follow up rails/rails@9195b7f and rails/rails@1fde031. This product can tell gem users that it has been released using MFA. For example, users can see it with `REQUIRES MFA ACCOUNTS` on the Rails gem page: https://rubygems.org/gems/rails It's up to yahonda as the lead maintainer to decide whether or not to take this. ## Other Information There are other items that can be set in the `s.metadata`, but that is not the purpose of this PR.
1 parent 82d8799 commit 53863b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

activerecord-oracle_enhanced-adapter.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ This adapter is superset of original ActiveRecord Oracle adapter.
2424
s.require_paths = ["lib"]
2525
s.summary = "Oracle enhanced adapter for ActiveRecord"
2626
s.test_files = Dir["spec/**/*"]
27+
s.metadata = {
28+
"rubygems_mfa_required" => "true"
29+
}
30+
2731
s.add_runtime_dependency("activerecord", ["~> 7.1.0.alpha"])
2832
s.add_runtime_dependency("ruby-plsql", [">= 0.6.0"])
2933
if /java/.match?(RUBY_PLATFORM)

0 commit comments

Comments
 (0)