up: requires mfa on release

main
Washington Botelho 2022-05-17 22:23:37 -03:00
parent 8a0a391712
commit 0ec4dfd2cd
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*']
spec.homepage = 'https://github.com/wbotelhos/rating'
spec.license = 'MIT'
spec.metadata = { 'rubygems_mfa_required' => 'true' }
spec.name = 'rating'
spec.summary = 'A true Bayesian rating system with scope and cache enabled.'
spec.version = Rating::VERSION