mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 44586: [Backport #9152]
* 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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f5731cb968
commit
361c2fe9bb
3 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
Sat Feb 22 14:45:36 2014 Zachary Scott <e@zzak.io>
|
||||
|
||||
* 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]
|
||||
|
||||
Sat Feb 22 14:31:23 2014 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis
|
||||
|
|
|
|||
|
|
@ -77,8 +77,6 @@ module XMLRPC # :nodoc:
|
|||
#
|
||||
# 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)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.1.1"
|
||||
#define RUBY_RELEASE_DATE "2014-02-22"
|
||||
#define RUBY_PATCHLEVEL 56
|
||||
#define RUBY_PATCHLEVEL 57
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2014
|
||||
#define RUBY_RELEASE_MONTH 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue