Skip to content

Commit

Permalink
Fix translations not being distributed in the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard authored and yolk committed Jul 11, 2024
1 parent 132150f commit d2b89da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valvat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d2b89da

Please sign in to comment.