Skip to content

Commit 852d9b1

Browse files
Remove test files from the gem package.
1 parent e75efd8 commit 852d9b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

67
# 1.9.0
78

mail_form.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
2121
}
2222

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

2726
s.required_ruby_version = '>= 2.5.0'

0 commit comments

Comments
 (0)