From 6554454fb8837b77c95abe106360ad37d74040c4 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Tue, 17 May 2022 17:50:56 -0300 Subject: [PATCH] up: do not pack test files for a lightweight image --- rating.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/rating.gemspec b/rating.gemspec index 517d538..8bd8559 100644 --- a/rating.gemspec +++ b/rating.gemspec @@ -12,7 +12,6 @@ Gem::Specification.new do |spec| spec.license = 'MIT' spec.name = 'rating' spec.summary = 'A true Bayesian rating system with scope and cache enabled.' - spec.test_files = Dir['spec/**/*'] spec.version = Rating::VERSION spec.add_dependency 'activerecord'