ruby-changes:32507
From: zzak <ko1@a...>
Date: Mon, 13 Jan 2014 14:57:38 +0900 (JST)
Subject: [ruby-changes:32507] zzak:r44586 (trunk): * lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA
zzak 2014-01-13 14:57:35 +0900 (Mon, 13 Jan 2014) New Revision: 44586 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44586 Log: * lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA Since RAA has been deprecated, and the SSL package has been replaced with net/https this statement is entirely false and should be deleted. [Bug #9152] Modified files: trunk/ChangeLog trunk/lib/xmlrpc/client.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 44585) +++ ChangeLog (revision 44586) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jan 13 14:55:31 2014 Zachary Scott <e@z...> + + * lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA + Since RAA has been deprecated, and the SSL package has been replaced + with net/https this statement is entirely false and should be + deleted. [Bug #9152] + Mon Jan 13 14:47:07 2014 Zachary Scott <e@z...> * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis Index: lib/xmlrpc/client.rb =================================================================== --- lib/xmlrpc/client.rb (revision 44585) +++ lib/xmlrpc/client.rb (revision 44586) @@ -77,8 +77,6 @@ module XMLRPC # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/xmlrpc/client.rb#L77 # # If +use_ssl+ is set to +true+, communication over SSL is enabled. # - # Note, that you need the SSL package from RAA installed. - # # Parameter +timeout+ is the time to wait for a XML-RPC response, defaults to 30. def initialize(host=nil, path=nil, port=nil, proxy_host=nil, proxy_port=nil, user=nil, password=nil, use_ssl=nil, timeout=nil) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/