Usage 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/Usage.rb +1 -1
  2. 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.1
7
- date: 2005-09-20
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