aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rb-inotify/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-rb-inotify/gemspec.patch')
-rw-r--r--community/ruby-rb-inotify/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-rb-inotify/gemspec.patch b/community/ruby-rb-inotify/gemspec.patch
new file mode 100644
index 00000000000..6ac2a2c04fb
--- /dev/null
+++ b/community/ruby-rb-inotify/gemspec.patch
@@ -0,0 +1,11 @@
+--- a/rb-inotify.gemspec
++++ b/rb-inotify.gemspec
+@@ -12,7 +12,7 @@
+ spec.homepage = 'https://github.com/guard/rb-inotify'
+ spec.licenses = ['MIT']
+
+- spec.files = `git ls-files`.split($/)
++ spec.files = Dir['lib/**/*']
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
+ spec.require_paths = ["lib"]