8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55d928 commit f3ca83cCopy full SHA for f3ca83c
optparse.gemspec
@@ -22,11 +22,7 @@ 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`.split("\x0").reject { |f|
27
- f.match(%r{\A(?:(?:test|spec|features)/|Gemfile|\.(?:editor|git))})
28
- }
29
- end
+ spec.files = Dir["{doc,lib,misc}/**/*"] + %w[README.md ChangeLog COPYING]
30
spec.bindir = "exe"
31
spec.executables = []
32
spec.require_paths = ["lib"]
0 commit comments