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 3edd9c7 commit ad211e5
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 has_scope.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['MIT-LICENSE', 'README.md', 'lib/**/*']
s.test_files = Dir['test/**/*.rb']
s.require_paths = ['lib']

s.rdoc_options = ['--charset=UTF-8']
Expand Down

0 comments on commit ad211e5

Please sign in to comment.