1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/ruby-parse-cron/gemspec.patch
Jakub Jirutka 76fcf4f415 community/ruby-parse-cron: new aport
Needed for community/opennebula.
2022-11-18 22:30:18 +00:00

13 lines
439 B
Diff

--- a/parse-cron.gemspec
+++ b/parse-cron.gemspec
@@ -14,9 +14,7 @@
s.rubyforge_project = "parse-cron"
- s.files = `git ls-files`.split("\n")
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+ s.files = Dir["lib/**/*.rb"]
s.require_paths = ["lib"]
s.add_development_dependency 'rspec', '~>2.6.0'