Skip to content

Commit 970eb30

Browse files
committed
Require MFA in the gem specification
1 parent 99a7207 commit 970eb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord-id_regions.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.name = "activerecord-id_regions"
88
spec.version = ActiveRecord::IdRegions::VERSION
99
spec.authors = ["ManageIQ Developers"]
10-
10+
spec.metadata['rubygems_mfa_required'] = 'true'
1111
spec.summary = %q{ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes}
1212
spec.description = %q{ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes}
1313
spec.homepage = "https://github.com/ManageIQ/activerecord-id_regions"

0 commit comments

Comments
 (0)