linen 0.6.2 → 0.6.3

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.
@@ -18,8 +18,8 @@ require 'string_extensions'
18
18
 
19
19
 
20
20
  module Linen
21
- VERSION = "0.6.2"
22
- SVNRev = %q$Rev: 139 $
21
+ VERSION = "0.6.3"
22
+ SVNRev = %q$Rev: 142 $
23
23
 
24
24
 
25
25
  def self::plugins
@@ -86,7 +86,7 @@ class Linen::CLI < Linen::Handler
86
86
  #######
87
87
 
88
88
  def self::say( input = "" )
89
- puts input
89
+ puts input.wrap
90
90
  end
91
91
 
92
92
 
@@ -165,9 +165,9 @@ class Linen::Plugin::TwoPhaseCommand
165
165
  # reset arg_value to nil so we get prompted on retry
166
166
  arg_value = nil ; retry
167
167
  end
168
-
169
- return results
170
168
  end
169
+
170
+ return results
171
171
  end
172
172
 
173
173
 
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.2
6
+ version: 0.6.3
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: