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 = {