Skip to content

Commit

Permalink
Require MFA on release (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoargumedo authored Sep 6, 2024
1 parent 7e3bd8a commit 6860fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acts_as_tenant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ErwinM/acts_as_tenant"
spec.summary = "Add multi-tenancy to Rails applications using a shared db strategy"
spec.description = "Integrates multi-tenancy into a Rails application in a convenient and out-of-your way manner"
spec.metadata = { "rubygems_mfa_required" => "true" }

spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

Expand Down

0 comments on commit 6860fc9

Please sign in to comment.