root 0.0.1

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 ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: root
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Simon Chiang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-03 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: simon.a.chiang@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - History
24
+ - README
25
+ - MIT-LICENSE
26
+ files:
27
+ - lib/root.rb
28
+ - lib/root/constant.rb
29
+ - lib/root/constant_manifest.rb
30
+ - lib/root/gems.rb
31
+ - lib/root/intern.rb
32
+ - lib/root/manifest.rb
33
+ - lib/root/minimap.rb
34
+ - lib/root/string_ext.rb
35
+ - lib/root/utils.rb
36
+ - lib/root/versions.rb
37
+ - History
38
+ - README
39
+ - MIT-LICENSE
40
+ has_rdoc: true
41
+ homepage: http://tap.rubyforge.org/root/
42
+ post_install_message:
43
+ rdoc_options:
44
+ - --main
45
+ - README
46
+ - -S
47
+ - -N
48
+ - --title
49
+ - Root
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ version:
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ requirements: []
65
+
66
+ rubyforge_project: tap
67
+ rubygems_version: 1.3.1
68
+ signing_key:
69
+ specification_version: 2
70
+ summary: ""
71
+ test_files: []
72
+