1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
Peter Zhu eab354e17b [ruby/uri] Include RFC2396_REGEXP module directly
REGEXP is defined as RFC2396_REGEXP in lib/uri/common.rb. If we include
REGEXP then a broken URL is generated in rdoc for URI and URI::MailTo.

https://github.com/ruby/uri/commit/ed6ded9c80
2022-04-22 12:00:14 +09:00
..
common.rb [ruby/uri] Include RFC2396_REGEXP module directly 2022-04-22 12:00:14 +09:00
file.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
ftp.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
generic.rb [ruby/uri] Optimize URI#hostname and URI#hostname= 2021-04-22 14:54:28 +09:00
http.rb [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/uri/pull/30) 2021-10-22 19:48:36 +09:00
https.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
ldap.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
ldaps.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
mailto.rb [ruby/uri] Include RFC2396_REGEXP module directly 2022-04-22 12:00:14 +09:00
rfc2396_parser.rb [ruby/uri] Only use UnboundMethod#bind_call if it is available 2021-04-22 14:54:47 +09:00
rfc3986_parser.rb [ruby/uri] Only use UnboundMethod#bind_call if it is available 2021-04-22 14:54:47 +09:00
uri.gemspec [ruby/uri] Set required_ruby_version to 2.4 in gemspec 2021-04-22 14:54:56 +09:00
version.rb [ruby/uri] Bump up uri version to 0.11.0 2021-10-21 21:00:04 +09:00
ws.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
wss.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00