зеркало из https://github.com/github/ruby.git
* lib/net/pop.rb (POP3.certs): fix typo in comment.
patch from no6v (Nobuhiro IMAI) <nov@yo.rim.or.jp>. [ruby-dev:46519] [Bug #7355] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a632fe43d8
Коммит
df03463ff2
|
@ -1,3 +1,9 @@
|
|||
Fri Nov 16 15:27:36 2012 Masaki Matsushita <glass.saga@gmail.com>
|
||||
|
||||
* lib/net/pop.rb (POP3.certs): fix typo in comment.
|
||||
patch from no6v (Nobuhiro IMAI) <nov@yo.rim.or.jp>.
|
||||
[ruby-dev:46519] [Bug #7355]
|
||||
|
||||
Fri Nov 16 12:36:47 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* test/rake/helper.rb (Rake::TestCase#setup): revert r37669.
|
||||
|
|
|
@ -375,7 +375,7 @@ module Net
|
|||
return @ssl_params[:verify_mode]
|
||||
end
|
||||
|
||||
# returns the :ca_file or :ca_path from POP3.ssh_params
|
||||
# returns the :ca_file or :ca_path from POP3.ssl_params
|
||||
def POP3.certs
|
||||
return @ssl_params[:ca_file] || @ssl_params[:ca_path]
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче