up: do not pack test files for a lightweight image

main
Washington Botelho 2022-05-17 17:50:56 -03:00
parent a7999795f7
commit 6554454fb8
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ Gem::Specification.new do |spec|
spec.license = 'MIT' spec.license = 'MIT'
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.test_files = Dir['spec/**/*']
spec.version = Rating::VERSION spec.version = Rating::VERSION
spec.add_dependency 'activerecord' spec.add_dependency 'activerecord'