diff options
-rw-r--r-- | lib/net/ftp.rb | 2 | ||||
-rw-r--r-- | lib/net/http.rb | 2 | ||||
-rw-r--r-- | lib/net/imap.rb | 2 | ||||
-rw-r--r-- | lib/net/pop.rb | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -85,7 +85,7 @@ module Net end # :stopdoc: - VERSION = "0.1.0" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE @@ -388,7 +388,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.1.0" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin @@ -201,7 +201,7 @@ module Net # Unicode", RFC 2152, May 1997. # class IMAP < Protocol - VERSION = "0.1.0" include MonitorMixin if defined?(OpenSSL::SSL) @@ -195,7 +195,7 @@ module Net # class POP3 < Protocol # version of this library - VERSION = "0.1.0" # # Class Parameters |