Skip to content

Commit 03f5f97

Browse files
committed
Skip log and DB files on gemspec, reduce gem size
1 parent 56c7e58 commit 03f5f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql_devise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.bindir = 'exe'
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ['lib']
24-
spec.test_files = Dir['spec/**/*']
24+
spec.test_files = Dir['spec/**/*'].reject { |f| f.match(/[.log|.sqlite3]$/) }
2525

2626
spec.required_ruby_version = '>= 2.2.0'
2727

0 commit comments

Comments
 (0)