main 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,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: main
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2007-03-20 00:00:00 -06:00
8
+ summary: main
9
+ require_paths:
10
+ - lib
11
+ email: ara.t.howard@noaa.gov
12
+ homepage: http://codeforpeople.com/lib/ruby/main/
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: main
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Ara T. Howard
31
+ files:
32
+ - a.rb
33
+ - lib
34
+ - lib/main
35
+ - lib/main/factories.rb
36
+ - lib/main/cast.rb
37
+ - lib/main/parameter.rb
38
+ - lib/main/util.rb
39
+ - lib/main/usage.rb
40
+ - lib/main/base.rb
41
+ - lib/main/getoptlong.rb
42
+ - lib/main.rb
43
+ - test
44
+ - test/main.rb
45
+ - gemspec.rb
46
+ - README.tmpl
47
+ - README
48
+ - main-0.0.1.gem
49
+ - gen_readme.rb
50
+ - install.rb
51
+ - samples
52
+ - samples/c.rb
53
+ - samples/a.rb
54
+ - samples/b.rb
55
+ - samples/d.rb
56
+ test_files:
57
+ - test/main.rb
58
+ rdoc_options: []
59
+
60
+ extra_rdoc_files: []
61
+
62
+ executables: []
63
+
64
+ extensions: []
65
+
66
+ requirements: []
67
+
68
+ dependencies: []
69
+