aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-safe_yaml/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-safe_yaml/gemspec.patch')
-rw-r--r--community/ruby-safe_yaml/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-safe_yaml/gemspec.patch b/community/ruby-safe_yaml/gemspec.patch
new file mode 100644
index 00000000000..6aff884b74a
--- /dev/null
+++ b/community/ruby-safe_yaml/gemspec.patch
@@ -0,0 +1,11 @@
+--- 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"]