clint 0.2.5 → 0.2.6

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 -2
  2. metadata +3 -3
@@ -135,8 +135,8 @@ class Clint
135
135
  exit 0
136
136
  end
137
137
  rescue SystemExit, SignalException
138
- raise
139
- rescue Exception => e
138
+ exit 0
139
+ rescue Exception
140
140
  usage
141
141
  exit 1
142
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Crowley