ruby-changes:32595
From: zzak <ko1@a...>
Date: Tue, 21 Jan 2014 17:56:21 +0900 (JST)
Subject: [ruby-changes:32595] zzak:r44674 (trunk): * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]
zzak 2014-01-21 17:56:15 +0900 (Tue, 21 Jan 2014) New Revision: 44674 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44674 Log: * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip] Patch by @ykzts [Fix GH-484] https://github.com/ruby/ruby/pull/484 Modified files: trunk/ChangeLog trunk/lib/uri/common.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 44673) +++ ChangeLog (revision 44674) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jan 21 17:55:09 2014 Zachary Scott <e@z...> + + * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip] + Patch by @ykzts [Fix GH-484] https://github.com/ruby/ruby/pull/484 + Tue Jan 21 16:43:22 2014 Zachary Scott <e@z...> * enum.c: [DOC] Add simple example of Enumerable#zip [ci skip] Index: lib/uri/common.rb =================================================================== --- lib/uri/common.rb (revision 44673) +++ lib/uri/common.rb (revision 44674) @@ -876,7 +876,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L876 # If +enc+ is given, convert +str+ to the encoding before percent encoding. # # This is an implementation of - # http://www.w3.org/TR/html5/forms.html#url-encoded-form-data + # http://www.w3.org/TR/2013/CR-html5-20130806/forms.html#url-encoded-form-data # # See URI.decode_www_form_component, URI.encode_www_form def self.encode_www_form_component(str, enc=nil) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/