clint 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. data/lib/clint.rb +1 -1
  2. metadata +9 -4
@@ -135,7 +135,7 @@ class Clint
135
135
  exit 0
136
136
  end
137
137
  rescue Exception => e
138
- raise e if SystemExit == e.class
138
+ raise e if SystemExit == e.class || SignalException == e.class
139
139
  usage
140
140
  exit 1
141
141
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clint
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 31
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 2
8
- - 3
9
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
10
11
  platform: ruby
11
12
  authors:
12
13
  - Richard Crowley
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-04-11 00:00:00 +00:00
18
+ date: 2010-05-15 00:00:00 +00:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -39,23 +40,27 @@ rdoc_options: []
39
40
  require_paths:
40
41
  - lib
41
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
+ none: false
42
44
  requirements:
43
45
  - - ">="
44
46
  - !ruby/object:Gem::Version
47
+ hash: 3
45
48
  segments:
46
49
  - 0
47
50
  version: "0"
48
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
+ none: false
49
53
  requirements:
50
54
  - - ">="
51
55
  - !ruby/object:Gem::Version
56
+ hash: 3
52
57
  segments:
53
58
  - 0
54
59
  version: "0"
55
60
  requirements: []
56
61
 
57
62
  rubyforge_project:
58
- rubygems_version: 1.3.6
63
+ rubygems_version: 1.3.7
59
64
  signing_key:
60
65
  specification_version: 3
61
66
  summary: command line argument parser