diff --git a/capistrano-rvm.gemspec b/capistrano-rvm.gemspec index 69b2cd8..330934b 100644 --- a/capistrano-rvm.gemspec +++ b/capistrano-rvm.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |gem| gem.description = %q{RVM integration for Capistrano} gem.summary = %q{RVM integration for Capistrano} gem.homepage = "https://github.com/capistrano/rvm" + gem.metadata = { "rubygems_mfa_required" => "true" } gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(test|spec|features)/})