Skip to content

Commit

Permalink
Fix the gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Aug 24, 2021
1 parent 2a7b16a commit ab8344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = "I18n ActiveRecord backend. Allows to store translations in a database using ActiveRecord, e.g. for providing a web-interface for managing translations."
s.license = 'MIT'

s.files = Dir.glob("{lib,test}/**/**") + %w(MIT-LICENSE README.textile Rakefile)
s.files = Dir.glob("{lib,test}/**/**") + %w(MIT-LICENSE README.md Rakefile)
s.platform = Gem::Platform::RUBY
s.require_path = 'lib'
s.rubyforge_project = '[none]'
Expand Down

0 comments on commit ab8344b

Please sign in to comment.