linen 0.6.1 → 0.6.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/linen.rb +2 -2
  2. data/lib/linen/handlers/cli.rb +2 -1
  3. metadata +1 -1
data/lib/linen.rb CHANGED
@@ -18,8 +18,8 @@ require 'string_extensions'
18
18
 
19
19
 
20
20
  module Linen
21
- VERSION = "0.6.1"
22
- SVNRev = %q$Rev: 138 $
21
+ VERSION = "0.6.2"
22
+ SVNRev = %q$Rev: 139 $
23
23
 
24
24
 
25
25
  def self::plugins
@@ -177,7 +177,8 @@ END
177
177
  }
178
178
 
179
179
  workspace.add_values current_values
180
- workspace.add_values command.validate_arguments( args )
180
+ results = command.validate_arguments( args )
181
+ workspace.add_values results
181
182
 
182
183
  input = ''
183
184
  if command.requires_confirmation?
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: linen
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.6.1
6
+ version: 0.6.2
7
7
  date: 2007-09-10 00:00:00 -07:00
8
8
  summary: Linen - A pluggable command-line interface library
9
9
  require_paths: