summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby_smb/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/ruby_smb/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ruby_smb/files')
-rw-r--r--dev-ruby/ruby_smb/files/ruby_smb-3.2.5-import-pathname-no-simplecov.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ruby/ruby_smb/files/ruby_smb-3.2.5-import-pathname-no-simplecov.patch b/dev-ruby/ruby_smb/files/ruby_smb-3.2.5-import-pathname-no-simplecov.patch
deleted file mode 100644
index 074c5a70b343..000000000000
--- a/dev-ruby/ruby_smb/files/ruby_smb-3.2.5-import-pathname-no-simplecov.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://github.com/rapid7/ruby_smb/pull/250
-
-From a786565241b721e971ec60697d91516695cecb0a Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 22 Mar 2023 07:22:14 +0000
-Subject: [PATCH] virtual_disk: Add 'pathname' require
-
-Needed for join()'s call to Pathname.new(). Only comes up if disabling
-simplecov because of a transitive-require.
---- a/lib/ruby_smb/server/share/provider/virtual_disk/virtual_pathname.rb
-+++ b/lib/ruby_smb/server/share/provider/virtual_disk/virtual_pathname.rb
-@@ -3,6 +3,8 @@ class Server
- module Share
- module Provider
- class VirtualDisk < Disk
-+ require 'pathname'
-+
- # This object emulates Ruby's builtin Pathname object but uses a virtual file system instead of the real local
- # one.
- class VirtualPathname
-