cooloptions 1.0.1 → 1.0.2
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.
- data/History.txt +4 -0
- data/README.txt +7 -2
- data/lib/cooloptions.rb +2 -2
- metadata +1 -1
data/History.txt
CHANGED
data/README.txt
CHANGED
|
@@ -67,14 +67,19 @@ CoolOptions is a simple wrapper around optparse that provides less options and m
|
|
|
67
67
|
|
|
68
68
|
optparse & ostruct (included in Ruby standard library).
|
|
69
69
|
|
|
70
|
+
== DOWNLOAD:
|
|
71
|
+
|
|
72
|
+
Via gems or from the
|
|
73
|
+
{Rubyforge project page}[http://rubyforge.org/projects/cooloptions].
|
|
74
|
+
|
|
70
75
|
== INSTALL:
|
|
71
76
|
|
|
72
77
|
sudo gem install cooloptions
|
|
73
78
|
|
|
74
79
|
== CONTRIBUTE:
|
|
75
80
|
|
|
76
|
-
Drop me an email (see above) and/or
|
|
77
|
-
http://terralien.com/svn/projects/cooloptions/trunk.
|
|
81
|
+
Drop me an email (see above) and/or
|
|
82
|
+
{check out the source}[http://terralien.com/svn/projects/cooloptions/trunk].
|
|
78
83
|
|
|
79
84
|
== LICENSE:
|
|
80
85
|
|
data/lib/cooloptions.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright:: Copyright (c) 2006 Nathaniel Talbott and Terralien, Inc. All Rights Reserved.
|
|
2
|
-
# License::
|
|
2
|
+
# License:: The RUBY license.
|
|
3
3
|
|
|
4
4
|
require 'optparse'
|
|
5
5
|
require 'ostruct'
|
|
@@ -11,7 +11,7 @@ require 'ostruct'
|
|
|
11
11
|
# :include:samples/literate.rb
|
|
12
12
|
|
|
13
13
|
class CoolOptions
|
|
14
|
-
VERSION = '1.0.
|
|
14
|
+
VERSION = '1.0.2' #:nodoc:
|
|
15
15
|
|
|
16
16
|
class Error < StandardError #:nodoc:
|
|
17
17
|
end
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: cooloptions
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.0.
|
|
6
|
+
version: 1.0.2
|
|
7
7
|
date: 2006-12-09 00:00:00 -05:00
|
|
8
8
|
summary: CoolOptions is a simple wrapper around optparse that provides less options and more convenience.
|
|
9
9
|
require_paths:
|