File: gemspec.patch

package info (click to toggle)
ruby-arr-pm 0.0.12-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: ruby: 1,389; makefile: 27
file content (14 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Patch for Gemspec
Author: Ajayi Olatunji O.<ajayiolatunji15@yahoo.com>
Last-Update: 2023-12-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/arr-pm.gemspec
+++ b/arr-pm.gemspec
@@ -1,5 +1,5 @@
 Gem::Specification.new do |spec|
-  files = %x{git ls-files}.split("\n")
+  files = Dir.glob("**/*").select{|v| v !~ /^debian/}
 
   spec.name = "arr-pm"
   spec.version = "0.0.12"