mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 66401: [Backport #15412]
Move autoload to toplevel So that classes which uses Net::HTTP with https can use OpenSSL namespace for example exception classes like OpenSSL::SSL::SSLError. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@66964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f0a0909fbc
commit
67305e790d
2 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@
|
|||
|
||||
require 'net/protocol'
|
||||
require 'uri'
|
||||
autoload :OpenSSL, 'openssl'
|
||||
|
||||
module Net #:nodoc:
|
||||
autoload :OpenSSL, 'openssl'
|
||||
|
||||
# :stopdoc:
|
||||
class HTTPBadResponse < StandardError; end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.4.6"
|
||||
#define RUBY_RELEASE_DATE "2019-01-31"
|
||||
#define RUBY_PATCHLEVEL 339
|
||||
#define RUBY_PATCHLEVEL 340
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2019
|
||||
#define RUBY_RELEASE_MONTH 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue