1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/ruby-safe_yaml/gemspec.patch
Jakub Jirutka 0e997a527a testing/ruby-safe_yaml: new aport
Required for jekyll.
2021-07-01 13:38:53 +02:00

11 lines
503 B
Diff

--- a/safe_yaml.gemspec
+++ b/safe_yaml.gemspec
@@ -10,7 +10,7 @@
gem.summary = %q{SameYAML provides an alternative implementation of YAML.load suitable for accepting user input in Ruby applications.}
gem.homepage = "https://github.com/dtao/safe_yaml"
gem.license = "MIT"
- gem.files = `git ls-files`.split($\)
+ gem.files = Dir["lib/**/*"]
gem.test_files = gem.files.grep(%r{^spec/})
gem.require_paths = ["lib"]
gem.executables = ["safe_yaml"]