We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f72f927 + dca43a4 commit cbdd312Copy full SHA for cbdd312
acts-as-taggable-on.gemspec
@@ -17,6 +17,8 @@ Gem::Specification.new do |gem|
17
gem.require_paths = ['lib']
18
gem.required_ruby_version = '>= 3.1.0'
19
20
+ gem.metadata = { 'rubygems_mfa_required' => 'true' }
21
+
22
if File.exist?('UPGRADING.md')
23
gem.post_install_message = File.read('UPGRADING.md')
24
end
0 commit comments