Skip to content

Commit

Permalink
gemspec: Remove test files (#1)
Browse files Browse the repository at this point in the history
Users don't need test files.
  • Loading branch information
Yuritani2000 authored Oct 28, 2024
1 parent 376d771 commit e140632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion red-datastock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |spec|
]
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("image/*.*")
spec.test_files += Dir.glob("test/**/*")

spec.add_runtime_dependency("rubyzip")

Expand Down

0 comments on commit e140632

Please sign in to comment.