pathname2 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data/CHANGES +3 -0
  2. data/lib/pathname2.rb +557 -536
  3. data/test/tc_pathname.rb +192 -182
  4. data/test/tc_pathname_win.rb +237 -227
  5. metadata +5 -5
metadata CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: pathname2
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
7
- date: 2005-06-11
6
+ version: 1.1.0
7
+ date: 2005-07-13
8
8
  summary: An alternate implementation of the Pathname class
9
9
  require_paths:
10
10
  - lib
11
11
  email: djberg96@gmail.com
12
12
  homepage: http://www.rubyforge.org/projects/shards
13
13
  rubyforge_project:
14
- description:
14
+ description: An alternate implementation of the Pathname class
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin
@@ -28,11 +28,11 @@ authors:
28
28
  - Daniel J. Berger
29
29
  files:
30
30
  - lib/pathname2.rb
31
- - README
32
31
  - CHANGES
33
32
  - MANIFEST
34
- - test/tc_pathname_win.rb
33
+ - README
35
34
  - test/tc_pathname.rb
35
+ - test/tc_pathname_win.rb
36
36
  test_files:
37
37
  - test/tc_pathname.rb
38
38
  rdoc_options: []