clint 0.2.4 → 0.2.5

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/clint.rb +2 -1
  2. metadata +3 -3
@@ -134,8 +134,9 @@ class Clint
134
134
  dispatch callable.new
135
135
  exit 0
136
136
  end
137
+ rescue SystemExit, SignalException
138
+ raise
137
139
  rescue Exception => e
138
- raise e if SystemExit == e.class || SignalException == e.class
139
140
  usage
140
141
  exit 1
141
142
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clint
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Crowley