Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 110 (100.0%) | 4136 (100.0%) | 37.6 |
lib/uri/ | 43 (39.1%) | 2509 (60.7%) | 58.3 |
test/uri/ | 18 (16.4%) | 1228 (29.7%) | 68.2 |
/ | 29 (26.4%) | 181 (4.4%) | 6.2 |
test/ruby/ | 5 (4.5%) | 123 (3.0%) | 24.6 |
lib/ | 11 (10.0%) | 63 (1.5%) | 5.7 |
test/yaml/ | 2 (1.8%) | 23 (0.6%) | 11.5 |
lib/net/ | 1 (0.9%) | 8 (0.2%) | 8.0 |
lib/runit/cui/ | 1 (0.9%) | 1 (0.0%) | 1.0 |
* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents and
replaced some existent domain name with "example.com".
24 lines of code changed in:
fixed typo in the example of URI.extract.
2 lines of code changed in:
* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""
and "pass". [ruby-dev:25667]
22 lines of code changed in:
* lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.
12 lines of code changed in:
* lib/uri/generic.rb (URI::Generic#merge_path):
"URI('http://www.example.com/foo/..') + './'" should return
"URI('http://www.example.com/')". [ruby-list:39838]
"URI('http://www.example.com/') + './foo/bar/..'" should return
"URI('http://www.example.com/foo/')". [ruby-list:39844]
* test/uri/test_generic.rb (TestGeneric#test_merge): added tests.
47 lines of code changed in:
* lib/tempfile.rb (Tempfile::initialize): got out code of
generating tmpname. [ruby-dev:23832][ruby-dev:23837]
11 lines of code changed in:
* lib/uri/generic.rb (URI::Generic::merge,
URI::Generic::route_from): accepts non-hierarchical URI.
[ruby-dev:23631]
* test/uri/test_generic.rb (TestGeneric::test_route,
TestGeneric::test_merge): added tests for above changes.
54 lines of code changed in:
* lib/net/telnet.rb (Net::Telnet::login): "options" can specify
regexps for login prompt and/or password prompt.
13 lines of code changed in:
* lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})
-> (?::#{PORT}). [ruby-dev:23170]
6 lines of code changed in:
* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.
13 lines of code changed in:
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):
added tests.
11 lines of code changed in:
* test/ruby/test_file.rb (TestFile::test_fnmatch): added tests for
File.fnmatch. [ruby-dev:22815][ruby-dev:22819]
11 lines of code changed in:
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):
added tests. [ruby-core:02306] [ruby-core:02311]
22 lines of code changed in:
* test/ruby/test_proc.rb (TestProc::test_eq): added a
test. [ruby-dev:22599]
12 lines of code changed in:
* test/ruby/test_proc.rb (TestProc::test_eq): added tests for
Proc#==.
22 lines of code changed in:
* test/ruby/test_time.rb: added tests for [ruby-dev:22614] and
[ruby-dev:22617].
7 lines of code changed in:
* lib/uri/generic.rb (URI::Generic::check_userinfo,
URI::Generic::check_user, URI::Generic::check_password): tests
conflicts/depends with other components closely.
* test/uri/test_generic.rb (TestGeneric::test_set_component):
added tets.
37 lines of code changed in:
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
5 lines of code changed in:
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
has no host-part.
* test/uri/test_generic.rb (TestGeneric::test_route): added a test.
11 lines of code changed in:
* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):
should use Test::Unit::UI::{PROGRESS_ONLY,VERBOSE}.
6 lines of code changed in:
(16 more)