public
Rubygem
Description: Yet another ruby command-line parser
Homepage: http://clip.rubyforge.org
Clone URL: git://github.com/alexvollmer/clip.git
Updated to version 0.0.5.
alexvollmer (author)
Thu Jun 12 10:51:21 -0700 2008
commit  b1ff1a0a8184f319ce371de6356498106266dddc
tree    9dc9931efd25312f2ea1fcf04592b960a53ca004
parent  e9ad64e5017f517d33d665971539a13e5ec2b7b2
...
1
 
2
3
 
 
4
5
 
6
7
8
 
9
10
11
12
13
14
 
15
16
 
 
 
 
 
 
...
 
1
2
 
3
4
5
 
6
7
 
 
8
9
10
11
12
13
 
14
15
 
16
17
18
19
20
21
0
@@ -1,16 +1,21 @@
0
-=== 0.0.1 / 2008-04-10
0
+=== 0.0.5 / 2008-06-12
0
 
0
-* Initial release for y'all to throw rotten veggies at.
0
+* Removed sample_parser from bin (technomancy)
0
+* fix a stupid bug causing an infinite loop for empty ARGV (technomancy)
0
 
0
-=== 0.0.2 / 2008-05-20
0
+=== 0.0.4 / 2008-06-06
0
 
0
-* Cleaned up README
0
-* Added support for late-binding option processing with blocks
0
+* Fixed typo in error message (thanks francois!)
0
 
0
 === 0.0.3 / 2008-06-05
0
 
0
 * Merged technomancy's patches for simple 1 LOC parsing -> hash
0
 
0
-=== 0.0.4 / 2008-06-06
0
+=== 0.0.2 / 2008-05-20
0
 
0
-* Fixed typo in error message (thanks francois!)
0
+* Cleaned up README
0
+* Added support for late-binding option processing with blocks
0
+
0
+=== 0.0.1 / 2008-04-10
0
+
0
+* Initial release for y'all to throw rotten veggies at.
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ def Clip(args=ARGV)
0
 end
0
 
0
 module Clip
0
- VERSION = "0.0.4"
0
+ VERSION = "0.0.5"
0
 
0
   ##
0
   # Indicates that the parser was incorrectly configured in the

Comments

    No one has commented yet.