Skip to content

Commit

Permalink
Remove test_files from Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kephart committed Mar 24, 2023
1 parent 8f6095e commit b1dcd87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions camaleon_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Gem::Specification.new do |s|
s.requirements << 'imagemagick'
# s.post_install_message = "Thank you for install Camaleon CMS."

s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md', 'public/**/*']
s.test_files = Dir['spec/**/*']
s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

s.add_dependency 'bcrypt'
s.add_dependency 'breadcrumbs_on_rails'
Expand Down

0 comments on commit b1dcd87

Please sign in to comment.