File: fix-gemspec.patch

package info (click to toggle)
ruby-sys-proctable 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: ruby: 3,172; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: require rake from gemspec
 FileList is not defined otherwise.
Author: Valentin Vidic <vvidic@debian.org>
Last-Update: 2020-08-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/sys-proctable.gemspec
+++ b/sys-proctable.gemspec
@@ -1,4 +1,5 @@
 require 'rubygems'
+require 'rake'
 
 Gem::Specification.new do |spec|
   spec.name       = 'sys-proctable'