aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-28 12:32:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-28 10:48:13 +0900
commiteebecdf1c4c631bcccd39fb5c08311ea4e632699 (patch)
treed588cbca875ac22246138bc8d3e6e83cf12c1c3c /lib
parentff931d03366e7d07d4974d4bff51128ddbc5e1d6 (diff)
downloadruby-eebecdf1c4c631bcccd39fb5c08311ea4e632699.tar.gz
[ruby/net-smtp] Removed needless files from Gem::Specification#files
https://github.com/ruby/net-smtp/commit/69bba6b125
Diffstat (limited to 'lib')
-rw-r--r--lib/net/net-smtp.gemspec8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/net/net-smtp.gemspec b/lib/net/net-smtp.gemspec
index bd0a2dd84c..3c210429b9 100644
--- a/lib/net/net-smtp.gemspec
+++ b/lib/net/net-smtp.gemspec
@@ -22,9 +22,11 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
- `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- end
+ spec.files = %w[
+ LICENSE.txt
+ lib/net/smtp.rb
+ net-smtp.gemspec
+ ]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]