cmdparse 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING +623 -289
- data/COPYING.LESSER +165 -0
- data/ChangeLog +0 -351
- data/README +4 -1
- data/Rakefile +13 -11
- data/VERSION +1 -1
- data/lib/cmdparse.rb +11 -13
- data/lib/cmdparse/wrappers/optparse.rb +10 -12
- metadata +58 -40
data/COPYING.LESSER
ADDED
@@ -0,0 +1,165 @@
|
|
1
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
2
|
+
Version 3, 29 June 2007
|
3
|
+
|
4
|
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5
|
+
Everyone is permitted to copy and distribute verbatim copies
|
6
|
+
of this license document, but changing it is not allowed.
|
7
|
+
|
8
|
+
|
9
|
+
This version of the GNU Lesser General Public License incorporates
|
10
|
+
the terms and conditions of version 3 of the GNU General Public
|
11
|
+
License, supplemented by the additional permissions listed below.
|
12
|
+
|
13
|
+
0. Additional Definitions.
|
14
|
+
|
15
|
+
As used herein, "this License" refers to version 3 of the GNU Lesser
|
16
|
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
17
|
+
General Public License.
|
18
|
+
|
19
|
+
"The Library" refers to a covered work governed by this License,
|
20
|
+
other than an Application or a Combined Work as defined below.
|
21
|
+
|
22
|
+
An "Application" is any work that makes use of an interface provided
|
23
|
+
by the Library, but which is not otherwise based on the Library.
|
24
|
+
Defining a subclass of a class defined by the Library is deemed a mode
|
25
|
+
of using an interface provided by the Library.
|
26
|
+
|
27
|
+
A "Combined Work" is a work produced by combining or linking an
|
28
|
+
Application with the Library. The particular version of the Library
|
29
|
+
with which the Combined Work was made is also called the "Linked
|
30
|
+
Version".
|
31
|
+
|
32
|
+
The "Minimal Corresponding Source" for a Combined Work means the
|
33
|
+
Corresponding Source for the Combined Work, excluding any source code
|
34
|
+
for portions of the Combined Work that, considered in isolation, are
|
35
|
+
based on the Application, and not on the Linked Version.
|
36
|
+
|
37
|
+
The "Corresponding Application Code" for a Combined Work means the
|
38
|
+
object code and/or source code for the Application, including any data
|
39
|
+
and utility programs needed for reproducing the Combined Work from the
|
40
|
+
Application, but excluding the System Libraries of the Combined Work.
|
41
|
+
|
42
|
+
1. Exception to Section 3 of the GNU GPL.
|
43
|
+
|
44
|
+
You may convey a covered work under sections 3 and 4 of this License
|
45
|
+
without being bound by section 3 of the GNU GPL.
|
46
|
+
|
47
|
+
2. Conveying Modified Versions.
|
48
|
+
|
49
|
+
If you modify a copy of the Library, and, in your modifications, a
|
50
|
+
facility refers to a function or data to be supplied by an Application
|
51
|
+
that uses the facility (other than as an argument passed when the
|
52
|
+
facility is invoked), then you may convey a copy of the modified
|
53
|
+
version:
|
54
|
+
|
55
|
+
a) under this License, provided that you make a good faith effort to
|
56
|
+
ensure that, in the event an Application does not supply the
|
57
|
+
function or data, the facility still operates, and performs
|
58
|
+
whatever part of its purpose remains meaningful, or
|
59
|
+
|
60
|
+
b) under the GNU GPL, with none of the additional permissions of
|
61
|
+
this License applicable to that copy.
|
62
|
+
|
63
|
+
3. Object Code Incorporating Material from Library Header Files.
|
64
|
+
|
65
|
+
The object code form of an Application may incorporate material from
|
66
|
+
a header file that is part of the Library. You may convey such object
|
67
|
+
code under terms of your choice, provided that, if the incorporated
|
68
|
+
material is not limited to numerical parameters, data structure
|
69
|
+
layouts and accessors, or small macros, inline functions and templates
|
70
|
+
(ten or fewer lines in length), you do both of the following:
|
71
|
+
|
72
|
+
a) Give prominent notice with each copy of the object code that the
|
73
|
+
Library is used in it and that the Library and its use are
|
74
|
+
covered by this License.
|
75
|
+
|
76
|
+
b) Accompany the object code with a copy of the GNU GPL and this license
|
77
|
+
document.
|
78
|
+
|
79
|
+
4. Combined Works.
|
80
|
+
|
81
|
+
You may convey a Combined Work under terms of your choice that,
|
82
|
+
taken together, effectively do not restrict modification of the
|
83
|
+
portions of the Library contained in the Combined Work and reverse
|
84
|
+
engineering for debugging such modifications, if you also do each of
|
85
|
+
the following:
|
86
|
+
|
87
|
+
a) Give prominent notice with each copy of the Combined Work that
|
88
|
+
the Library is used in it and that the Library and its use are
|
89
|
+
covered by this License.
|
90
|
+
|
91
|
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
92
|
+
document.
|
93
|
+
|
94
|
+
c) For a Combined Work that displays copyright notices during
|
95
|
+
execution, include the copyright notice for the Library among
|
96
|
+
these notices, as well as a reference directing the user to the
|
97
|
+
copies of the GNU GPL and this license document.
|
98
|
+
|
99
|
+
d) Do one of the following:
|
100
|
+
|
101
|
+
0) Convey the Minimal Corresponding Source under the terms of this
|
102
|
+
License, and the Corresponding Application Code in a form
|
103
|
+
suitable for, and under terms that permit, the user to
|
104
|
+
recombine or relink the Application with a modified version of
|
105
|
+
the Linked Version to produce a modified Combined Work, in the
|
106
|
+
manner specified by section 6 of the GNU GPL for conveying
|
107
|
+
Corresponding Source.
|
108
|
+
|
109
|
+
1) Use a suitable shared library mechanism for linking with the
|
110
|
+
Library. A suitable mechanism is one that (a) uses at run time
|
111
|
+
a copy of the Library already present on the user's computer
|
112
|
+
system, and (b) will operate properly with a modified version
|
113
|
+
of the Library that is interface-compatible with the Linked
|
114
|
+
Version.
|
115
|
+
|
116
|
+
e) Provide Installation Information, but only if you would otherwise
|
117
|
+
be required to provide such information under section 6 of the
|
118
|
+
GNU GPL, and only to the extent that such information is
|
119
|
+
necessary to install and execute a modified version of the
|
120
|
+
Combined Work produced by recombining or relinking the
|
121
|
+
Application with a modified version of the Linked Version. (If
|
122
|
+
you use option 4d0, the Installation Information must accompany
|
123
|
+
the Minimal Corresponding Source and Corresponding Application
|
124
|
+
Code. If you use option 4d1, you must provide the Installation
|
125
|
+
Information in the manner specified by section 6 of the GNU GPL
|
126
|
+
for conveying Corresponding Source.)
|
127
|
+
|
128
|
+
5. Combined Libraries.
|
129
|
+
|
130
|
+
You may place library facilities that are a work based on the
|
131
|
+
Library side by side in a single library together with other library
|
132
|
+
facilities that are not Applications and are not covered by this
|
133
|
+
License, and convey such a combined library under terms of your
|
134
|
+
choice, if you do both of the following:
|
135
|
+
|
136
|
+
a) Accompany the combined library with a copy of the same work based
|
137
|
+
on the Library, uncombined with any other library facilities,
|
138
|
+
conveyed under the terms of this License.
|
139
|
+
|
140
|
+
b) Give prominent notice with the combined library that part of it
|
141
|
+
is a work based on the Library, and explaining where to find the
|
142
|
+
accompanying uncombined form of the same work.
|
143
|
+
|
144
|
+
6. Revised Versions of the GNU Lesser General Public License.
|
145
|
+
|
146
|
+
The Free Software Foundation may publish revised and/or new versions
|
147
|
+
of the GNU Lesser General Public License from time to time. Such new
|
148
|
+
versions will be similar in spirit to the present version, but may
|
149
|
+
differ in detail to address new problems or concerns.
|
150
|
+
|
151
|
+
Each version is given a distinguishing version number. If the
|
152
|
+
Library as you received it specifies that a certain numbered version
|
153
|
+
of the GNU Lesser General Public License "or any later version"
|
154
|
+
applies to it, you have the option of following the terms and
|
155
|
+
conditions either of that published version or of any later version
|
156
|
+
published by the Free Software Foundation. If the Library as you
|
157
|
+
received it does not specify a version number of the GNU Lesser
|
158
|
+
General Public License, you may choose any version of the GNU Lesser
|
159
|
+
General Public License ever published by the Free Software Foundation.
|
160
|
+
|
161
|
+
If the Library as you received it specifies that a proxy can decide
|
162
|
+
whether future versions of the GNU Lesser General Public License shall
|
163
|
+
apply, that proxy's public statement of acceptance of any version is
|
164
|
+
permanent authorization for you to choose that version for the
|
165
|
+
Library.
|
data/ChangeLog
CHANGED
@@ -1,351 +0,0 @@
|
|
1
|
-
------------------------------------------------------------------------
|
2
|
-
r417 | thomas | 2006-06-17 21:35:12 +0200 (Sat, 17 Jun 2006) | 1 line
|
3
|
-
Changed paths:
|
4
|
-
M /trunk/cmdparse/doc/src/index.page
|
5
|
-
|
6
|
-
* fixed spelling error
|
7
|
-
------------------------------------------------------------------------
|
8
|
-
r416 | thomas | 2006-06-17 21:32:55 +0200 (Sat, 17 Jun 2006) | 7 lines
|
9
|
-
Changed paths:
|
10
|
-
A /trunk/cmdparse/.emacs.desktop
|
11
|
-
M /trunk/cmdparse/Rakefile
|
12
|
-
M /trunk/cmdparse/doc/src/index.page
|
13
|
-
M /trunk/cmdparse/doc/src/tutorial.page
|
14
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
15
|
-
M /trunk/cmdparse/net.rb
|
16
|
-
A /trunk/cmdparse/test
|
17
|
-
A /trunk/cmdparse/test/tc_commandhash.rb
|
18
|
-
|
19
|
-
* included patches #4756 and #4729 from Assaph Mehr and slightly modified them
|
20
|
-
* added the test file for CommandHash from Assaph Mehr
|
21
|
-
* updated Rakefile to run test the test file
|
22
|
-
* updated the tutorial to include information about partial command matching
|
23
|
-
* minor update to index page
|
24
|
-
* update sampe net.rb script to use partial command matching
|
25
|
-
* added emacs desktop file
|
26
|
-
------------------------------------------------------------------------
|
27
|
-
r397 | thomas | 2006-04-05 16:12:46 +0200 (Wed, 05 Apr 2006) | 1 line
|
28
|
-
Changed paths:
|
29
|
-
M /trunk/cmdparse/doc/src/tutorial.page
|
30
|
-
|
31
|
-
* small changes
|
32
|
-
------------------------------------------------------------------------
|
33
|
-
r396 | thomas | 2006-04-04 17:43:24 +0200 (Tue, 04 Apr 2006) | 3 lines
|
34
|
-
Changed paths:
|
35
|
-
M /trunk/cmdparse/Rakefile
|
36
|
-
M /trunk/cmdparse/TODO
|
37
|
-
M /trunk/cmdparse/doc/src/default.template
|
38
|
-
D /trunk/cmdparse/doc/src/documentation.page
|
39
|
-
M /trunk/cmdparse/doc/src/index.page
|
40
|
-
A /trunk/cmdparse/doc/src/tutorial.page (from /trunk/cmdparse/doc/src/documentation.page:340)
|
41
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
42
|
-
|
43
|
-
* bumped version number to 2.0.1
|
44
|
-
* fixed bug with GemSpec reported by Marcus Werne: lib/cmdparse.rb get automatically loaded now
|
45
|
-
* split documentation page into main docu page and tutorial page
|
46
|
-
------------------------------------------------------------------------
|
47
|
-
r332 | thomas | 2005-08-16 10:54:01 +0200 (Tue, 16 Aug 2005) | 1 line
|
48
|
-
Changed paths:
|
49
|
-
M /trunk/cmdparse/doc/src/index.page
|
50
|
-
|
51
|
-
* updated index.page
|
52
|
-
------------------------------------------------------------------------
|
53
|
-
r331 | thomas | 2005-08-16 10:51:46 +0200 (Tue, 16 Aug 2005) | 1 line
|
54
|
-
Changed paths:
|
55
|
-
M /trunk/cmdparse/Rakefile
|
56
|
-
|
57
|
-
* corrected Rakefile
|
58
|
-
------------------------------------------------------------------------
|
59
|
-
r329 | thomas | 2005-08-14 17:39:05 +0200 (Sun, 14 Aug 2005) | 7 lines
|
60
|
-
Changed paths:
|
61
|
-
M /trunk/cmdparse/README
|
62
|
-
M /trunk/cmdparse/Rakefile
|
63
|
-
M /trunk/cmdparse/TODO
|
64
|
-
A /trunk/cmdparse/doc/config.yaml
|
65
|
-
M /trunk/cmdparse/doc/plugin/extract.rb
|
66
|
-
M /trunk/cmdparse/doc/src/about.page
|
67
|
-
M /trunk/cmdparse/doc/src/default.template
|
68
|
-
M /trunk/cmdparse/doc/src/documentation.page
|
69
|
-
M /trunk/cmdparse/doc/src/download.page
|
70
|
-
M /trunk/cmdparse/doc/src/features.page
|
71
|
-
M /trunk/cmdparse/doc/src/index.page
|
72
|
-
A /trunk/cmdparse/lib/cmdparse
|
73
|
-
A /trunk/cmdparse/lib/cmdparse/wrappers
|
74
|
-
A /trunk/cmdparse/lib/cmdparse/wrappers/optparse.rb
|
75
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
76
|
-
A /trunk/cmdparse/net.rb (from /trunk/cmdparse/test.rb:284)
|
77
|
-
D /trunk/cmdparse/test.rb
|
78
|
-
|
79
|
-
* updated Rakefile
|
80
|
-
* added config.yaml for documentation sothat html files get validated
|
81
|
-
* updated documentation
|
82
|
-
* bumped version number to 2.0.0
|
83
|
-
* updated cmdparse.rb
|
84
|
-
* added optparse wrapper
|
85
|
-
* updated README file
|
86
|
-
------------------------------------------------------------------------
|
87
|
-
r328 | thomas | 2005-07-05 16:10:02 +0200 (Tue, 05 Jul 2005) | 1 line
|
88
|
-
Changed paths:
|
89
|
-
M /trunk/cmdparse/Rakefile
|
90
|
-
M /trunk/cmdparse/doc/src/index.page
|
91
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
92
|
-
|
93
|
-
* added possibility to parse global options, command and local options separately
|
94
|
-
------------------------------------------------------------------------
|
95
|
-
r302 | thomas | 2005-06-16 12:02:37 +0200 (Thu, 16 Jun 2005) | 1 line
|
96
|
-
Changed paths:
|
97
|
-
M /trunk/cmdparse/doc/src/index.page
|
98
|
-
|
99
|
-
* updated index.page
|
100
|
-
------------------------------------------------------------------------
|
101
|
-
r298 | thomas | 2005-06-14 11:31:47 +0200 (Tue, 14 Jun 2005) | 1 line
|
102
|
-
Changed paths:
|
103
|
-
M /trunk/cmdparse/doc/src/index.page
|
104
|
-
|
105
|
-
* updated docu
|
106
|
-
------------------------------------------------------------------------
|
107
|
-
r297 | thomas | 2005-06-14 11:30:22 +0200 (Tue, 14 Jun 2005) | 3 lines
|
108
|
-
Changed paths:
|
109
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
110
|
-
|
111
|
-
* bumped version number to 1.0.4
|
112
|
-
* bug fix for older ruby versions
|
113
|
-
* fixed bug: OptionParser::ParseError not caught when command executed
|
114
|
-
------------------------------------------------------------------------
|
115
|
-
r291 | thomas | 2005-06-09 12:24:24 +0200 (Thu, 09 Jun 2005) | 1 line
|
116
|
-
Changed paths:
|
117
|
-
M /trunk/cmdparse/doc/src/index.page
|
118
|
-
|
119
|
-
* small docu change
|
120
|
-
------------------------------------------------------------------------
|
121
|
-
r290 | thomas | 2005-06-09 12:19:20 +0200 (Thu, 09 Jun 2005) | 1 line
|
122
|
-
Changed paths:
|
123
|
-
M /trunk/cmdparse/doc/src/default.template
|
124
|
-
|
125
|
-
|
126
|
-
------------------------------------------------------------------------
|
127
|
-
r285 | thomas | 2005-05-21 14:05:54 +0200 (Sat, 21 May 2005) | 1 line
|
128
|
-
Changed paths:
|
129
|
-
M /trunk/cmdparse/doc/src/default.template
|
130
|
-
|
131
|
-
* added validation images to default.template
|
132
|
-
------------------------------------------------------------------------
|
133
|
-
r284 | thomas | 2005-05-21 13:16:15 +0200 (Sat, 21 May 2005) | 3 lines
|
134
|
-
Changed paths:
|
135
|
-
M /trunk/cmdparse/README
|
136
|
-
M /trunk/cmdparse/Rakefile
|
137
|
-
M /trunk/cmdparse/TODO
|
138
|
-
A /trunk/cmdparse/doc/plugin
|
139
|
-
A /trunk/cmdparse/doc/plugin/extract.rb
|
140
|
-
A /trunk/cmdparse/doc/src/about.page
|
141
|
-
M /trunk/cmdparse/doc/src/default.css
|
142
|
-
M /trunk/cmdparse/doc/src/default.template
|
143
|
-
A /trunk/cmdparse/doc/src/documentation.page
|
144
|
-
M /trunk/cmdparse/doc/src/download.page
|
145
|
-
M /trunk/cmdparse/doc/src/features.page
|
146
|
-
M /trunk/cmdparse/doc/src/index.page
|
147
|
-
M /trunk/cmdparse/doc/src/meta.info
|
148
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
149
|
-
M /trunk/cmdparse/test.rb
|
150
|
-
|
151
|
-
* added optional graceful exception handling to CommandParser
|
152
|
-
* added two doc pages: about.page and documentation.page
|
153
|
-
* uniformed naming: only <cmdparse> valid anymore
|
154
|
-
------------------------------------------------------------------------
|
155
|
-
r265 | thomas | 2005-04-21 12:57:51 +0200 (Thu, 21 Apr 2005) | 1 line
|
156
|
-
Changed paths:
|
157
|
-
M /trunk/cmdparse/doc/src/index.page
|
158
|
-
|
159
|
-
* updated doc
|
160
|
-
------------------------------------------------------------------------
|
161
|
-
r246 | thomas | 2005-04-13 15:36:19 +0200 (Wed, 13 Apr 2005) | 1 line
|
162
|
-
Changed paths:
|
163
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
164
|
-
M /trunk/cmdparse/test.rb
|
165
|
-
|
166
|
-
* splitted parsing of the arguments and executing the command into two methods
|
167
|
-
------------------------------------------------------------------------
|
168
|
-
r242 | thomas | 2005-04-13 13:42:24 +0200 (Wed, 13 Apr 2005) | 1 line
|
169
|
-
Changed paths:
|
170
|
-
M /trunk/cmdparse/README
|
171
|
-
|
172
|
-
|
173
|
-
------------------------------------------------------------------------
|
174
|
-
r241 | thomas | 2005-04-13 13:41:16 +0200 (Wed, 13 Apr 2005) | 3 lines
|
175
|
-
Changed paths:
|
176
|
-
M /trunk/cmdparse/README
|
177
|
-
M /trunk/cmdparse/Rakefile
|
178
|
-
M /trunk/cmdparse/TODO
|
179
|
-
A /trunk/cmdparse/logo.svg
|
180
|
-
M /trunk/cmdparse/test.rb
|
181
|
-
|
182
|
-
* added logo.svg
|
183
|
-
* adapted test.rb
|
184
|
-
* minor modifcation in Rakefile
|
185
|
-
------------------------------------------------------------------------
|
186
|
-
r240 | thomas | 2005-04-13 13:40:39 +0200 (Wed, 13 Apr 2005) | 4 lines
|
187
|
-
Changed paths:
|
188
|
-
M /trunk/cmdparse/lib/cmdparse.rb
|
189
|
-
|
190
|
-
* added NoCommandGivenError class
|
191
|
-
* renamed class InvalidCommand to InvalidCommandError
|
192
|
-
* added option for specifying default command
|
193
|
-
* bumped version number to 1.0.1
|
194
|
-
------------------------------------------------------------------------
|
195
|
-
r239 | thomas | 2005-04-13 13:38:04 +0200 (Wed, 13 Apr 2005) | 3 lines
|
196
|
-
Changed paths:
|
197
|
-
M /trunk/cmdparse/doc/src/default.css
|
198
|
-
M /trunk/cmdparse/doc/src/default.template
|
199
|
-
M /trunk/cmdparse/doc/src/download.page
|
200
|
-
M /trunk/cmdparse/doc/src/features.page
|
201
|
-
M /trunk/cmdparse/doc/src/index.page
|
202
|
-
A /trunk/cmdparse/doc/src/logo.png
|
203
|
-
M /trunk/cmdparse/doc/src/meta.info
|
204
|
-
|
205
|
-
* added logo
|
206
|
-
* converted pages to use textile markup
|
207
|
-
* added news section on homepage
|
208
|
-
------------------------------------------------------------------------
|
209
|
-
r238 | thomas | 2005-04-13 12:06:31 +0200 (Wed, 13 Apr 2005) | 2 lines
|
210
|
-
Changed paths:
|
211
|
-
M /trunk/cmdparse/doc/src/default.css
|
212
|
-
M /trunk/cmdparse/doc/src/default.template
|
213
|
-
D /trunk/cmdparse/doc/src/download.fragment
|
214
|
-
A /trunk/cmdparse/doc/src/download.page (from /trunk/cmdparse/doc/src/download.fragment:235)
|
215
|
-
D /trunk/cmdparse/doc/src/features.fragment
|
216
|
-
A /trunk/cmdparse/doc/src/features.page (from /trunk/cmdparse/doc/src/features.fragment:235)
|
217
|
-
D /trunk/cmdparse/doc/src/index.fragment
|
218
|
-
A /trunk/cmdparse/doc/src/index.page (from /trunk/cmdparse/doc/src/index.fragment:235)
|
219
|
-
A /trunk/cmdparse/doc/src/meta.info (from /trunk/cmdparse/doc/src/metainfo.backing:235)
|
220
|
-
D /trunk/cmdparse/doc/src/metainfo.backing
|
221
|
-
|
222
|
-
* updated documentation pages to webgen 0.3.1
|
223
|
-
* added new default.template and css file
|
224
|
-
------------------------------------------------------------------------
|
225
|
-
r235 | thomas | 2005-04-13 11:17:35 +0200 (Wed, 13 Apr 2005) | 1 line
|
226
|
-
Changed paths:
|
227
|
-
A /trunk/cmdparse (from /trunk/commandparser:165)
|
228
|
-
|
229
|
-
* renamed commandparser dir to cmdparse
|
230
|
-
------------------------------------------------------------------------
|
231
|
-
r165 | thomas | 2005-01-13 17:33:02 +0100 (Thu, 13 Jan 2005) | 1 line
|
232
|
-
Changed paths:
|
233
|
-
D /temp
|
234
|
-
A /trunk (from /temp:163)
|
235
|
-
|
236
|
-
add finally arrived at the destination
|
237
|
-
------------------------------------------------------------------------
|
238
|
-
r163 | thomas | 2005-01-13 17:31:39 +0100 (Thu, 13 Jan 2005) | 1 line
|
239
|
-
Changed paths:
|
240
|
-
A /temp
|
241
|
-
A /temp/commandparser (from /trunk/commandparser/trunk:162)
|
242
|
-
A /temp/programs (from /trunk/miscprograms/trunk:162)
|
243
|
-
A /temp/rubyquiz (from /trunk/rubyquiz:162)
|
244
|
-
A /temp/webgen (from /trunk/webgen/trunk:162)
|
245
|
-
A /temp/xmlresume2x (from /trunk/xmlresume2x/trunk:162)
|
246
|
-
D /trunk/commandparser/trunk
|
247
|
-
D /trunk/miscprograms/trunk
|
248
|
-
D /trunk/rubyquiz
|
249
|
-
D /trunk/webgen/trunk
|
250
|
-
D /trunk/webgen/versions/webgen-0.1.0
|
251
|
-
D /trunk/webgen/versions/webgen-0.2.0
|
252
|
-
D /trunk/xmlresume2x/trunk
|
253
|
-
D /trunk/xmlresume2x/versions/xmlresume2x-0.1.0
|
254
|
-
D /trunk/xmlresume2x/versions/xmlresume2x-0.2.0
|
255
|
-
D /trunk/xmlresume2x/versions/xmlresume2x-0.2.1
|
256
|
-
A /versions
|
257
|
-
A /versions/webgen-0.1.0 (from /trunk/webgen/versions/webgen-0.1.0:162)
|
258
|
-
A /versions/webgen-0.2.0 (from /trunk/webgen/versions/webgen-0.2.0:162)
|
259
|
-
A /versions/xmlresume2x-0.1.0 (from /trunk/xmlresume2x/versions/xmlresume2x-0.1.0:162)
|
260
|
-
A /versions/xmlresume2x-0.2.0 (from /trunk/xmlresume2x/versions/xmlresume2x-0.2.0:162)
|
261
|
-
A /versions/xmlresume2x-0.2.1 (from /trunk/xmlresume2x/versions/xmlresume2x-0.2.1:162)
|
262
|
-
|
263
|
-
moved stuff around and around
|
264
|
-
------------------------------------------------------------------------
|
265
|
-
r14 | thomas | 2004-09-30 17:54:54 +0200 (Thu, 30 Sep 2004) | 2 lines
|
266
|
-
Changed paths:
|
267
|
-
M /trunk/commandparser/trunk/lib/cmdparse.rb
|
268
|
-
M /trunk/commandparser/trunk/test.rb
|
269
|
-
|
270
|
-
* added the directory lib to the loadpath of test.rb
|
271
|
-
* the "--help" and "-h" global options now take a command as optional argument
|
272
|
-
------------------------------------------------------------------------
|
273
|
-
r12 | thomas | 2004-09-27 18:46:38 +0200 (Mon, 27 Sep 2004) | 1 line
|
274
|
-
Changed paths:
|
275
|
-
M /trunk/commandparser/trunk/Rakefile
|
276
|
-
M /trunk/commandparser/trunk/doc/src/download.fragment
|
277
|
-
|
278
|
-
* corrected an error in the <Download> page and in the Rakefile
|
279
|
-
------------------------------------------------------------------------
|
280
|
-
r10 | thomas | 2004-09-27 18:22:39 +0200 (Mon, 27 Sep 2004) | 3 lines
|
281
|
-
Changed paths:
|
282
|
-
M /trunk/commandparser/trunk/Rakefile
|
283
|
-
M /trunk/commandparser/trunk/doc/src/default.template
|
284
|
-
M /trunk/commandparser/trunk/lib/cmdparse.rb
|
285
|
-
|
286
|
-
* changed version to 1.0.0
|
287
|
-
* updated Rakefile
|
288
|
-
* minor change in documentation template
|
289
|
-
------------------------------------------------------------------------
|
290
|
-
r9 | thomas | 2004-09-27 18:11:36 +0200 (Mon, 27 Sep 2004) | 1 line
|
291
|
-
Changed paths:
|
292
|
-
M /trunk/commandparser/trunk/README
|
293
|
-
M /trunk/commandparser/trunk/Rakefile
|
294
|
-
A /trunk/commandparser/trunk/doc/src/default.css
|
295
|
-
A /trunk/commandparser/trunk/doc/src/default.template
|
296
|
-
A /trunk/commandparser/trunk/doc/src/download.fragment
|
297
|
-
A /trunk/commandparser/trunk/doc/src/features.fragment
|
298
|
-
A /trunk/commandparser/trunk/doc/src/index.fragment
|
299
|
-
A /trunk/commandparser/trunk/doc/src/metainfo.backing
|
300
|
-
M /trunk/commandparser/trunk/lib/cmdparse.rb
|
301
|
-
|
302
|
-
* added some documentation to the doc folder
|
303
|
-
------------------------------------------------------------------------
|
304
|
-
r8 | thomas | 2004-09-27 17:45:02 +0200 (Mon, 27 Sep 2004) | 2 lines
|
305
|
-
Changed paths:
|
306
|
-
A /trunk/commandparser/trunk/doc/src
|
307
|
-
M /trunk/commandparser/trunk/lib/cmdparse.rb
|
308
|
-
M /trunk/commandparser/trunk/test.rb
|
309
|
-
|
310
|
-
* added VersionCommand class
|
311
|
-
* added example to rdoc documentation
|
312
|
-
------------------------------------------------------------------------
|
313
|
-
r7 | thomas | 2004-09-26 18:27:54 +0200 (Sun, 26 Sep 2004) | 3 lines
|
314
|
-
Changed paths:
|
315
|
-
A /trunk/commandparser/trunk/COPYING
|
316
|
-
A /trunk/commandparser/trunk/README
|
317
|
-
A /trunk/commandparser/trunk/Rakefile
|
318
|
-
D /trunk/commandparser/trunk/cmdparse.rb
|
319
|
-
A /trunk/commandparser/trunk/doc
|
320
|
-
A /trunk/commandparser/trunk/lib
|
321
|
-
A /trunk/commandparser/trunk/lib/cmdparse.rb (from /trunk/commandparser/trunk/cmdparse.rb:6)
|
322
|
-
A /trunk/commandparser/trunk/setup.rb
|
323
|
-
|
324
|
-
* added standard files: COPYING, README, Rakefile, setup.rb
|
325
|
-
* moved cmdparse.rb into lib directory
|
326
|
-
* added documentation
|
327
|
-
------------------------------------------------------------------------
|
328
|
-
r6 | thomas | 2004-09-23 17:19:11 +0200 (Thu, 23 Sep 2004) | 3 lines
|
329
|
-
Changed paths:
|
330
|
-
M /trunk/commandparser/trunk/TODO
|
331
|
-
M /trunk/commandparser/trunk/cmdparse.rb
|
332
|
-
M /trunk/commandparser/trunk/test.rb
|
333
|
-
|
334
|
-
* remove error checking in main part so that error fall threw
|
335
|
-
* added new commands to OptionParser class to get unchanged values
|
336
|
-
* added <good> behaviour for usage and banner lines
|
337
|
-
------------------------------------------------------------------------
|
338
|
-
r5 | thomas | 2004-09-22 20:16:29 +0200 (Wed, 22 Sep 2004) | 1 line
|
339
|
-
Changed paths:
|
340
|
-
A /trunk/commandparser/trunk/TODO
|
341
|
-
A /trunk/commandparser/trunk/cmdparse.rb
|
342
|
-
A /trunk/commandparser/trunk/test.rb
|
343
|
-
|
344
|
-
* initial import
|
345
|
-
------------------------------------------------------------------------
|
346
|
-
r3 | thomas | 2004-09-22 20:15:42 +0200 (Wed, 22 Sep 2004) | 1 line
|
347
|
-
Changed paths:
|
348
|
-
A /trunk/commandparser/trunk
|
349
|
-
|
350
|
-
|
351
|
-
------------------------------------------------------------------------
|