rubytree 0.2.4 → 0.3.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 (8) hide show
  1. data/{LICENSE → COPYING} +1 -1
  2. data/ChangeLog +24 -1
  3. data/README +15 -11
  4. data/Rakefile +101 -89
  5. data/lib/tree.rb +380 -244
  6. data/test/person.rb +54 -47
  7. data/test/testtree.rb +355 -219
  8. metadata +4 -4
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rubytree
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.4
7
- date: 2007-06-23 00:00:00 -07:00
6
+ version: 0.3.0
7
+ date: 2007-07-16 00:00:00 -07:00
8
8
  summary: Ruby implementation of the Tree data structure.
9
9
  require_paths:
10
10
  - lib
@@ -30,7 +30,7 @@ authors:
30
30
  - Anupam Sengupta
31
31
  files:
32
32
  - ChangeLog
33
- - LICENSE
33
+ - COPYING
34
34
  - Rakefile
35
35
  - README
36
36
  - TAGS
@@ -43,7 +43,7 @@ rdoc_options: []
43
43
 
44
44
  extra_rdoc_files:
45
45
  - README
46
- - LICENSE
46
+ - COPYING
47
47
  - ChangeLog
48
48
  executables: []
49
49