1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
akr e14c9923b4 * ext/openssl: avoid cyclic require.
* ext/openssl/lib/openssl/ssl-internal.rb: renamed from ssl.rb

* ext/openssl/lib/openssl/x509-internal.rb: renamed from x509.rb.

* lib/net/imap.rb: require openssl, instead of openssl/ssl.

* lib/net/pop.rb: require openssl, instead of openssl/ssl.

[ruby-dev:38018]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-02-17 16:09:44 +00:00
..
.document
ftp.rb * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete. 2008-11-18 12:29:25 +00:00
http.rb Fix grammos regarding the verb "refer". 2009-02-10 08:55:40 +00:00
https.rb fixed typo 2009-02-03 07:30:52 +00:00
imap.rb * ext/openssl: avoid cyclic require. 2009-02-17 16:09:44 +00:00
pop.rb * ext/openssl: avoid cyclic require. 2009-02-17 16:09:44 +00:00
protocol.rb * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid calling 2008-12-23 15:24:54 +00:00
smtp.rb * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from 2008-08-04 05:46:53 +00:00
telnet.rb * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to 2008-06-17 14:04:48 +00:00