Skip to content

Commit

Permalink
- Terminal table doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 12, 2009
1 parent 06b7977 commit ee9e019
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.rdoc
@@ -1,4 +1,8 @@

=== 2.4.2 / 2009-01-12

* Github! build me!

=== 2.4.1 / 2009-01-11

* Added ask_for_CLASS, which may be any class name such as ask_for_date, ask_for_array, etc
Expand Down
5 changes: 5 additions & 0 deletions README.rdoc
Expand Up @@ -143,6 +143,11 @@ global usage. These will output 'log' messages such as:
If you do not wish to use FileUtils in a verbose manor simply call FileUtil's
methods directly.

== ASCII Tables

For feature rich ASCII tables for your terminal app check out visionmedia's terminal-table gem at
http://github.com/visionmedia/terminal-table

== Known Issues:

* none
Expand Down
4 changes: 2 additions & 2 deletions commander.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{commander}
s.version = "2.4.1"
s.version = "2.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
s.date = %q{2009-01-11}
s.date = %q{2009-01-12}
s.default_executable = %q{commander}
s.description = %q{The complete solution for Ruby command-line executables}
s.email = %q{tj@vision-media.ca}
Expand Down
2 changes: 1 addition & 1 deletion lib/commander/version.rb
@@ -1,7 +1,7 @@

module Commander
module VERSION #:nodoc:
MAJOR, MINOR, TINY = [2, 4, 1]
MAJOR, MINOR, TINY = [2, 4, 2]
STRING = [MAJOR, MINOR, TINY].join '.'
end
end

0 comments on commit ee9e019

Please sign in to comment.