Skip to content

Commit

Permalink
Merge pull request #82 from tvdeyen/remove-test-files-from-gem
Browse files Browse the repository at this point in the history
Remove test files from built Ruby gem
  • Loading branch information
tvdeyen authored May 15, 2019
2 parents ab1781d + 4b74319 commit 684aa0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alchemy-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |s|
s.description = "Devise based user authentication for AlchemyCMS."

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

s.add_dependency "alchemy_cms", [">= 4.1.0.beta", "< 4.99"]
s.add_dependency "devise", [">= 4.6.0", "< 4.99"]
Expand Down

0 comments on commit 684aa0c

Please sign in to comment.