Skip to content

Commit

Permalink
Remove test files from built Ruby gem
Browse files Browse the repository at this point in the history
We do not need those file in the Ruby gem build. Reduces filesize a lot.
  • Loading branch information
tvdeyen committed May 15, 2019
1 parent ab1781d commit 4b74319
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 4b74319

Please sign in to comment.