Skip to content

Commit

Permalink
Merge pull request heartcombo#1809 from orien/reduce-gem-contents
Browse files Browse the repository at this point in the history
Remove test files from the gem package
  • Loading branch information
carlosantoniodasilva authored Feb 4, 2023
2 parents 08fb6ea + ecf5239 commit 573ee5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simple_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Gem::Specification.new do |s|
}

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

s.required_ruby_version = '>= 2.5.0'
Expand Down

0 comments on commit 573ee5e

Please sign in to comment.