mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/uri.rb, lib/uri/ldaps.rb: added LDAPS
cheme. [ruby-dev:31896] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b63368278
commit
1c662c2b63
3 changed files with 18 additions and 0 deletions
|
|
@ -25,4 +25,5 @@ require 'uri/ftp'
|
|||
require 'uri/http'
|
||||
require 'uri/https'
|
||||
require 'uri/ldap'
|
||||
require 'uri/ldaps'
|
||||
require 'uri/mailto'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue