Skip to content

Commit bd6bd14

Browse files
committed
🗑️ Deprecating SASL::StringPrep
1 parent 85400e3 commit bd6bd14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/net/imap/sasl/stringprep.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ module Net::IMAP::SASL
88
BidiStringError = Net::IMAP::StringPrep::BidiStringError # :nodoc:
99
ProhibitedCodepoint = Net::IMAP::StringPrep::ProhibitedCodepoint # :nodoc:
1010
StringPrepError = Net::IMAP::StringPrep::StringPrepError # :nodoc:
11+
deprecate_constant :StringPrep
12+
deprecate_constant :BidiStringError
13+
deprecate_constant :ProhibitedCodepoint
14+
deprecate_constant :StringPrepError
1115

1216
end

0 commit comments

Comments
 (0)