File: require-shellany.patch

package info (click to toggle)
ruby-shellany 0.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: ruby: 218; sh: 4; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: require shellany
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Origin: upstream, commit: 7f7e263f5014fcbc093635e7bdd589c69680be0b
Last-Update: 2017-11-15

Index: ruby-shellany/spec/shellany_spec.rb
===================================================================
--- ruby-shellany.orig/spec/shellany_spec.rb
+++ ruby-shellany/spec/shellany_spec.rb
@@ -1,3 +1,5 @@
+require 'shellany'
+
 RSpec.describe Shellany do
   it 'has a version number' do
     expect(Shellany::VERSION).not_to be nil