require_relative 'recursive_require_fixture' ScratchPad << :loaded /updated> David Rodríguez deivid.rodriguez@riseup.net 2020-03-13T09:54:57+00:00 9e8d75e8819972377dc1457fc0d0e489bb9c533b https://github.com/ruby/uri/commit/1bcb1203ad
https://github.com/ruby/uri/commit/1bcb1203ad
[ruby/uri] Prefer `require_relative` for loading internal code 2020-03-26T09:06:13+00:00 David Rodríguez deivid.rodriguez@riseup.net 2019-12-05T15:12:51+00:00 e460c2d033b1e7a95417aa93cb4a3cd5cf57b25c So that we don't need to search the LOAD_PATH, given that we know which files we want to load in advance. https://github.com/ruby/uri/commit/cbecefb788
So that we don't need to search the LOAD_PATH, given that we know which
files we want to load in advance.

https://github.com/ruby/uri/commit/cbecefb788
Revert "Revert "Promote uri to default gems"" 2019-11-11T13:21:43+00:00 Hiroshi SHIBATA hsbt@ruby-lang.org 2019-11-11T13:17:50+00:00 bcfe94b7f20fa3a581fc5d6f2aef837327bfb770 This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e.

  f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
Revert "Promote uri to default gems" 2019-11-09T11:16:03+00:00 Hiroshi SHIBATA hsbt@ruby-lang.org 2019-11-09T11:14:17+00:00 fdfad905227a0e2e4c224d87181041fb75d5082e This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]
This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a.

  This commit affects with activation feature of RubyGems.
  [Bug #16337][ruby-core:95768]
Promote uri to default gems 2019-11-08T22:32:34+00:00 Hiroshi SHIBATA hsbt@ruby-lang.org 2019-11-08T11:26:33+00:00 c5b4d2a2592942766dc2789f46105b91eba7026a

Improve docs for URI library 2018-04-21T20:04:05+00:00 stomar stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2018-04-21T20:04:05+00:00 300b22dc225ece93394dafab231aae49ba12932f * lib/uri/generic.rb: [DOC] fix invalid example code to make it syntax highlighted; drop unnecessary `puts', `p'; adapt to current inspect format without Object id; do not display unnecessary return values in examples; fix or prevent unintended description lists; fix broken RDoc; fix grammar and typos. * lib/uri.rb: ditto. * lib/uri/common.rb: ditto. * lib/uri/file.rb: ditto. * lib/uri/ftp.rb: ditto. * lib/uri/http.rb: ditto. * lib/uri/ldap.rb: ditto. * lib/uri/mailto.rb: ditto. * lib/uri/rfc2396_parser.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/uri/generic.rb: [DOC] fix invalid example code to make it
  syntax highlighted; drop unnecessary `puts', `p'; adapt to current
  inspect format without Object id; do not display unnecessary return
  values in examples; fix or prevent unintended description lists;
  fix broken RDoc; fix grammar and typos.

* lib/uri.rb: ditto.
* lib/uri/common.rb: ditto.
* lib/uri/file.rb: ditto.
* lib/uri/ftp.rb: ditto.
* lib/uri/http.rb: ditto.
* lib/uri/ldap.rb: ditto.
* lib/uri/mailto.rb: ditto.
* lib/uri/rfc2396_parser.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Introduce URI::File to handle file URI scheme 2018-03-15T16:51:31+00:00 naruse naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2018-03-15T16:51:31+00:00 04883f12c8944922117482d4d446502e5d5d3413 * the default value of URI::File's authority is "" (localhost). Both nil and "localhost" is normalized to "" by default. * URI::File ignores setting userinfo and port [Feature #14035] fix https://github.com/ruby/ruby/pull/1719 fic https://github.com/ruby/ruby/pull/1832 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* the default value of URI::File's authority is "" (localhost).
  Both nil and "localhost" is normalized to "" by default.
* URI::File ignores setting userinfo and port
[Feature #14035]
fix https://github.com/ruby/ruby/pull/1719
fic https://github.com/ruby/ruby/pull/1832

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e