We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d144ca commit 69bba6bCopy full SHA for 69bba6b
net-smtp.gemspec
@@ -22,9 +22,11 @@ Gem::Specification.new do |spec|
22
spec.metadata["homepage_uri"] = spec.homepage
23
spec.metadata["source_code_uri"] = spec.homepage
24
25
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
- `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
- end
+ spec.files = %w[
+ LICENSE.txt
+ lib/net/smtp.rb
28
+ net-smtp.gemspec
29
+ ]
30
spec.bindir = "exe"
31
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
spec.require_paths = ["lib"]
0 commit comments