Skip to content

Commit 4b74319

Browse files
committed
Remove test files from built Ruby gem
We do not need those file in the Ruby gem build. Reduces filesize a lot.
1 parent ab1781d commit 4b74319

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

alchemy-devise.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Gem::Specification.new do |s|
1414
s.description = "Devise based user authentication for AlchemyCMS."
1515

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

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

0 commit comments

Comments
 (0)