From 5571dc766e2143e39762ff0b47c41d1c2e154f4c Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Sat, 11 Oct 2025 10:34:24 -0400 Subject: Vendor bundled gems for deployment --- .../ruby/3.4.0/gems/webrick-1.9.1/sig/httpauth/userdb.rbs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/sig/httpauth/userdb.rbs (limited to 'vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/sig/httpauth/userdb.rbs') diff --git a/vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/sig/httpauth/userdb.rbs b/vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/sig/httpauth/userdb.rbs new file mode 100644 index 0000000..a6aefd9 --- /dev/null +++ b/vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/sig/httpauth/userdb.rbs @@ -0,0 +1,13 @@ +module WEBrick + module HTTPAuth + module UserDB + attr_accessor auth_type: String + + def make_passwd: (String realm, String user, String pass) -> String + + def set_passwd: (String realm, String user, String pass) -> void + + def get_passwd: (String realm, String user, ?bool reload_db) -> String + end + end +end -- cgit v1.2.3