linen 0.6.0 → 0.6.1

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 (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.0"
22
- SVNRev = %q$Rev: 137 $
21
+ VERSION = "0.6.1"
22
+ SVNRev = %q$Rev: 138 $
23
23
 
24
24
 
25
25
  def self::plugins
@@ -123,7 +123,8 @@ class Linen::CLI < Linen::Handler
123
123
 
124
124
  def self::execute_simple_command( plugin, command, args )
125
125
  workspace = Linen::Workspace.new
126
- workspace.add_values command.validate_arguments( args )
126
+ results = command.validate_arguments( args )
127
+ workspace.add_values results
127
128
 
128
129
  input = ''
129
130
  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.0
6
+ version: 0.6.1
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: