We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad1f66 commit 3c9caa3Copy full SHA for 3c9caa3
1 file changed
optimist.gemspec
@@ -18,9 +18,7 @@ specify."
18
spec.homepage = "http://manageiq.github.io/optimist/"
19
spec.license = "MIT"
20
21
- spec.files = `git ls-files -z`.split("\x0")
22
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
23
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
+ spec.files = `git ls-files lib`.split("\n") + ["CHANGELOG.md", "LICENSE.txt", "README.md"]
24
spec.metadata = {
25
"changelog_uri" => "https://github.com/ManageIQ/optimist/blob/master/CHANGELOG.md",
26
"source_code_uri" => "https://github.com/ManageIQ/optimist/",
0 commit comments