We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1fa10 commit 75beec8Copy full SHA for 75beec8
thor.gemspec
@@ -18,7 +18,8 @@ Gem::Specification.new do |spec|
18
"changelog_uri" => "https://github.com/rails/thor/releases/tag/v#{Thor::VERSION}",
19
"documentation_uri" => "http://whatisthor.com/",
20
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
21
- "wiki_uri" => "https://github.com/rails/thor/wiki"
+ "wiki_uri" => "https://github.com/rails/thor/wiki",
22
+ "rubygems_mfa_required" => "true",
23
}
24
spec.require_paths = %w(lib)
25
spec.required_ruby_version = ">= 2.0.0"
0 commit comments