From d2b89dabeb72d365864734f6bb482bec9e557368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Bri=C3=A8re?= Date: Thu, 11 Jul 2024 08:44:40 +0200 Subject: [PATCH] Fix translations not being distributed in the gem --- valvat.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valvat.gemspec b/valvat.gemspec index e7688a4..7838215 100644 --- a/valvat.gemspec +++ b/valvat.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.summary = 'Validates european vat numbers. Standalone or as a ActiveModel validator.' s.description = 'Validates european vat numbers. Standalone or as a ActiveModel validator.' s.required_ruby_version = '>= 2.6.0' - s.files = Dir['lib/**/*.rb'] + s.files = Dir['lib/**/*'] s.cert_chain = ['certs/mite.pem'] s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME.end_with?('gem') s.metadata = {