File: pathname.patch

package info (click to toggle)
ruby-rb-inotify 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: ruby: 455; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: add missing requirement on 'pathname' lib
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2023-02-07

--- a/spec/notifier_spec.rb
+++ b/spec/notifier_spec.rb
@@ -1,6 +1,7 @@
 require 'spec_helper'
 require 'tmpdir'
 require 'concurrent'
+require 'pathname'
 
 describe INotify::Notifier do
   describe "instance" do