Usage 0.0.1 → 0.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/lib/Usage.rb +1 -1
- metadata +2 -2
data/lib/Usage.rb
CHANGED
@@ -791,7 +791,7 @@ class Usage
|
|
791
791
|
@usageBase = UsageMod::Base.new(*args)
|
792
792
|
begin
|
793
793
|
@usageBase.parse_args()
|
794
|
-
rescue LongUsageRequested
|
794
|
+
rescue UsageMod::LongUsageRequested
|
795
795
|
die_long
|
796
796
|
rescue UsageMod::Error => usageError
|
797
797
|
$TRACE.debug 1, usageError.backtrace.join("\n")
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.3
|
|
3
3
|
specification_version: 1
|
4
4
|
name: Usage
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2005-09-
|
6
|
+
version: 0.0.2
|
7
|
+
date: 2005-09-21
|
8
8
|
summary: This module implements a simple no thought command line option parser
|
9
9
|
require_paths:
|
10
10
|
- lib
|