Skip to content

Commit

Permalink
Fixes #15417: Include locale files in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jun 14, 2016
1 parent f90e29b commit c52831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_openscap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.description = "Foreman plug-in for managing security compliance reports"
s.license = "GPL-3.0"

s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "README.md"]
s.files = Dir["{app,config,db,lib,locale}/**/*"] + ["LICENSE", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency 'deface', '< 2.0'
Expand Down

0 comments on commit c52831f

Please sign in to comment.