Skip to content

Commit 75beec8

Browse files
committed
Require MFA to release thor
1 parent 8b1fa10 commit 75beec8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thor.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Gem::Specification.new do |spec|
1818
"changelog_uri" => "https://github.com/rails/thor/releases/tag/v#{Thor::VERSION}",
1919
"documentation_uri" => "http://whatisthor.com/",
2020
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
21-
"wiki_uri" => "https://github.com/rails/thor/wiki"
21+
"wiki_uri" => "https://github.com/rails/thor/wiki",
22+
"rubygems_mfa_required" => "true",
2223
}
2324
spec.require_paths = %w(lib)
2425
spec.required_ruby_version = ">= 2.0.0"

0 commit comments

Comments
 (0)