up: requires mfa on release
parent
8a0a391712
commit
0ec4dfd2cd
|
@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.files = Dir['lib/**/*']
|
spec.files = Dir['lib/**/*']
|
||||||
spec.homepage = 'https://github.com/wbotelhos/rating'
|
spec.homepage = 'https://github.com/wbotelhos/rating'
|
||||||
spec.license = 'MIT'
|
spec.license = 'MIT'
|
||||||
|
spec.metadata = { 'rubygems_mfa_required' => 'true' }
|
||||||
spec.name = 'rating'
|
spec.name = 'rating'
|
||||||
spec.summary = 'A true Bayesian rating system with scope and cache enabled.'
|
spec.summary = 'A true Bayesian rating system with scope and cache enabled.'
|
||||||
spec.version = Rating::VERSION
|
spec.version = Rating::VERSION
|
||||||
|
|
Loading…
Reference in New Issue