ahoward-main 2.9.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.
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ahoward-main
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.9.0
5
+ platform: ruby
6
+ authors:
7
+ - Ara T. Howard
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-05-16 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: ara.t.howard@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib
26
+ - lib/main
27
+ - lib/main/base.rb
28
+ - lib/main/cast.rb
29
+ - lib/main/factories.rb
30
+ - lib/main/getoptlong.rb
31
+ - lib/main/logger.rb
32
+ - lib/main/mode.rb
33
+ - lib/main/parameter.rb
34
+ - lib/main/softspoken.rb
35
+ - lib/main/stdext.rb
36
+ - lib/main/usage.rb
37
+ - lib/main/util.rb
38
+ - lib/main.rb
39
+ - main.gemspec
40
+ - Rakefile
41
+ - README
42
+ - README.erb
43
+ - samples
44
+ - samples/a.rb
45
+ - samples/b.rb
46
+ - samples/c.rb
47
+ - samples/d.rb
48
+ - samples/e.rb
49
+ - samples/f.rb
50
+ - samples/g.rb
51
+ - samples/h.rb
52
+ - test
53
+ - test/main.rb
54
+ - TODO
55
+ has_rdoc: true
56
+ homepage: http://github.com/ahoward/main/tree/master
57
+ licenses:
58
+ post_install_message:
59
+ rdoc_options: []
60
+
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ version:
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ requirements: []
76
+
77
+ rubyforge_project: codeforpeople
78
+ rubygems_version: 1.3.5
79
+ signing_key:
80
+ specification_version: 2
81
+ summary: main
82
+ test_files:
83
+ - test/main.rb