mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
13 lines
579 B
Diff
13 lines
579 B
Diff
--- a/optimist.gemspec
|
|
+++ b/optimist.gemspec
|
|
@@ -18,9 +18,7 @@
|
|
spec.homepage = "http://manageiq.github.io/optimist/"
|
|
spec.license = "MIT"
|
|
|
|
- spec.files = `git ls-files -z`.split("\x0")
|
|
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
+ spec.files = Dir["lib/**/*.rb"]
|
|
spec.metadata = {
|
|
"changelog_uri" => "https://github.com/ManageIQ/optimist/blob/master/History.txt",
|
|
"source_code_uri" => "https://github.com/ManageIQ/optimist/",
|