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 e75efd8 commit 852d9b1
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
Expand Up @@ -2,6 +2,7 @@

* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
* Add support for multiple files through a single attachment. [#76, #78]
* Remove test files from the gem package.

# 1.9.0

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

s.files = Dir["CHANGELOG", "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 852d9b1

Please sign in to comment.