Skip to content

Commit

Permalink
Remove test files from the gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 4, 2023
1 parent cb66098 commit 56d749e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
* Remove test files from the gem package.

## 0.8.0

Expand Down
1 change: 0 additions & 1 deletion show_for.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
}

s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
s.test_files = Dir["test/**/*"]
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.5.0'
Expand Down

0 comments on commit 56d749e

Please sign in to comment.