gli 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/gli.rb +1 -0
  2. data/lib/gli_version.rb +1 -1
  3. metadata +3 -3
data/lib/gli.rb CHANGED
@@ -284,6 +284,7 @@ module GLI
284
284
  when UnknownGlobalArgument
285
285
  msg += ". Use '#{program_name} help' for a list of global options"
286
286
  end
287
+ msg
287
288
  end
288
289
 
289
290
  # Simpler means of exiting with a custom exit code. This will
@@ -1,3 +1,3 @@
1
1
  module GLI
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 1
9
- version: 1.3.1
8
+ - 2
9
+ version: 1.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Copeland
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-06-26 00:00:00 -04:00
17
+ date: 2011-07-02 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency