ruby-changes:25614
From: glass <ko1@a...>
Date: Fri, 16 Nov 2012 15:37:16 +0900 (JST)
Subject: [ruby-changes:25614] glass:r37671 (trunk): * lib/net/pop.rb (POP3.certs): fix typo in comment.
glass 2012-11-16 15:37:06 +0900 (Fri, 16 Nov 2012) New Revision: 37671 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37671 Log: * lib/net/pop.rb (POP3.certs): fix typo in comment. patch from no6v (Nobuhiro IMAI) <nov@y...>. [ruby-dev:46519] [Bug #7355] Modified files: trunk/ChangeLog trunk/lib/net/pop.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 37670) +++ ChangeLog (revision 37671) @@ -1,3 +1,9 @@ +Fri Nov 16 15:27:36 2012 Masaki Matsushita <glass.saga@g...> + + * lib/net/pop.rb (POP3.certs): fix typo in comment. + patch from no6v (Nobuhiro IMAI) <nov@y...>. + [ruby-dev:46519] [Bug #7355] + Fri Nov 16 12:36:47 2012 NARUSE, Yui <naruse@r...> * test/rake/helper.rb (Rake::TestCase#setup): revert r37669. Index: lib/net/pop.rb =================================================================== --- lib/net/pop.rb (revision 37670) +++ lib/net/pop.rb (revision 37671) @@ -375,7 +375,7 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/