pablo 1.0.3

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,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pablo
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Fabian Streitelkarottenreibe
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDPDCCAiSgAwIBAgIBADANBgkqhkiG9w0BAQUFADBEMRYwFAYDVQQDDA1rYXJv
14
+ dHRlbnJlaWJlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
15
+ FgNjb20wHhcNMDkwNTA1MjAxMTE2WhcNMTAwNTA1MjAxMTE2WjBEMRYwFAYDVQQD
16
+ DA1rYXJvdHRlbnJlaWJlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ
17
+ k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDOsc84
18
+ PKHQeZvHhPQg2aU/wdYsrLIMLa8cGM3MSkyPsqIlGsxBUrf5lZ5yG3mBmJ8ZYE5x
19
+ BITTpHaTJ8gKa1CS8xPaJrXfoVevJlJ+v+rVyh8tmJtkURLQYXgeDyYu3eYXgSwC
20
+ m2Add6pJHqIahzCwhoOFpL4FqWnS92Wuy9+m0/BCl24sLsfF9gkO1RTTtg5hSbVD
21
+ nIjgd93H63Bi+9oIAPcVKHjEq59jOeMOQ2Xpn2/Xu9Kewm58qnX77TEsoCaH3KSG
22
+ 5uU7jLpvTsrAwgpjMyo95VDf8WZ4w4gerXS0TkQqiJCFGoL2hYXnAVScePOKy7/c
23
+ JCHfubfg66XQPtwVAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
24
+ A1UdDgQWBBTmln6vFmGxmMAqlps5OOEQV6JpPDANBgkqhkiG9w0BAQUFAAOCAQEA
25
+ R4adrapjUePzH1OjgDWQItPIu2D+2vapjN5rHfW2iyaFTP0DSvDcwAyam4Gy4g47
26
+ oAMvqZLN/Fk9/pjDJK0G1suDLiC1CAbZyF1SH0ty0x3OsqprM3qRNQhViFOFF+tG
27
+ WlXAEvCrvpSGuddbjA9v9A3Dvwmg+9wq06XQviTgXs2Jvf9DC/QKw31Kbm1uxF7e
28
+ ea+/ZXhbYi/6ZCifLOdERB9R6d4c6CjvncB5O3PsNBEJJyZlId+5Cjoa5zIr5ZRV
29
+ skRklVhmwIBdRWmDs55zR67GyUpB5zcaCmI6bJJdYznJfhB7H2MRjNa5fR37/R81
30
+ VTOC4p362V8lN9C3G+M8FA==
31
+ -----END CERTIFICATE-----
32
+
33
+ date: 2009-05-05 00:00:00 +02:00
34
+ default_executable:
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: hoe
38
+ type: :development
39
+ version_requirement:
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: 1.12.1
45
+ version:
46
+ description: A Ruby commandline parser that follows the command/option paradigm.
47
+ email:
48
+ - karottenreibe@gmail.com
49
+ executables: []
50
+
51
+ extensions: []
52
+
53
+ extra_rdoc_files:
54
+ - History.txt
55
+ - LICENSE.txt
56
+ - Manifest.txt
57
+ - README.txt
58
+ files:
59
+ - History.txt
60
+ - LICENSE.txt
61
+ - Manifest.txt
62
+ - README.txt
63
+ - lib/pablo.rb
64
+ - lib/pablo/always.rb
65
+ - lib/pablo/arguments.rb
66
+ - lib/pablo/color.rb
67
+ - lib/pablo/command.rb
68
+ - lib/pablo/errors.rb
69
+ - lib/pablo/expansion.rb
70
+ - lib/pablo/help.rb
71
+ - lib/pablo/helpers.rb
72
+ - lib/pablo/option.rb
73
+ - lib/pablo/parser.rb
74
+ - lib/pablo/token.rb
75
+ - lib/pablo/version.rb
76
+ - test/fixtures/license.txt
77
+ - test/fixtures/load_yaml.yml
78
+ - test/fixtures/output.yml
79
+ - test/help_fixtures.rb
80
+ - test/test_arguments.rb
81
+ - test/test_expansion.rb
82
+ - test/test_output.rb
83
+ - test/test_pablo.rb
84
+ - test/test_parsers.rb
85
+ has_rdoc: true
86
+ homepage: Support for pablo is given at http://pablo.rubyforge.org/.
87
+ post_install_message:
88
+ rdoc_options:
89
+ - --main
90
+ - README.txt
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: "0"
98
+ version:
99
+ required_rubygems_version: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: "0"
104
+ version:
105
+ requirements: []
106
+
107
+ rubyforge_project: pablo
108
+ rubygems_version: 1.3.1
109
+ signing_key:
110
+ specification_version: 2
111
+ summary: pablo provides support for auto-generated help, license and version commands as well as command expansion and command definition import from YAML files.
112
+ test_files:
113
+ - test/test_arguments.rb
114
+ - test/test_expansion.rb
115
+ - test/test_output.rb
116
+ - test/test_pablo.rb
117
+ - test/test_parsers.rb
metadata.gz.sig ADDED
Binary file