summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:43:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:45:28 +0900
commit9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3 (patch)
treecc69767e7139d5616ad59764f8c897c598aa47ec /lib/net
parent96b881679390271eb2234060ea7eed77a997d707 (diff)
downloadruby-9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3.tar.gz
Update library versions of the default gems.
They are followed up with https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ftp.rb2
-rw-r--r--lib/net/http.rb2
-rw-r--r--lib/net/imap.rb2
-rw-r--r--lib/net/pop.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index bd8c8ab476..88e8655c1c 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -85,7 +85,7 @@ module Net
end
# :stopdoc:
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
FTP_PORT = 21
CRLF = "\r\n"
DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE
diff --git a/lib/net/http.rb b/lib/net/http.rb
index fe856ac877..34fc635a4d 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -388,7 +388,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
Revision = %q$Revision$.split[1]
HTTPVersion = '1.1'
begin
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index ae23c0acf9..505b4c8950 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -201,7 +201,7 @@ module Net
# Unicode", RFC 2152, May 1997.
#
class IMAP < Protocol
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
include MonitorMixin
if defined?(OpenSSL::SSL)
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index ed1963975b..8e75846820 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -195,7 +195,7 @@ module Net
#
class POP3 < Protocol
# version of this library
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
#
# Class Parameters