rubytree 0.5.1 → 0.5.2

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anupam Sengupta
@@ -9,7 +9,7 @@ autorequire: tree
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2007-12-19 00:00:00 -07:00
12
+ date: 2007-12-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -38,8 +38,8 @@ files:
38
38
  - History.txt
39
39
  - Manifest.txt
40
40
  - README
41
- - TODO
42
41
  - Rakefile
42
+ - TODO
43
43
  - lib/tree.rb
44
44
  - lib/tree/binarytree.rb
45
45
  - setup.rb
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements: []
69
69
 
70
70
  rubyforge_project: rubytree
71
- rubygems_version: 0.9.5
71
+ rubygems_version: 1.0.1
72
72
  signing_key:
73
73
  specification_version: 2
74
74
  summary: Ruby implementation of the Tree data structure.