2013-09-15 16:09:22 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-commander to 4.1.5.
=== 4.1.5 / 2013-08-11
* Prevent deprecation warning when loaded in a Rails 4 environment (#58)
=== 4.1.4 / 2013-07-21
* Improve help formatting for multiline program and command descriptions
* Add ability to set speaking rate (@kethomassen)
* Clean up examples in docs (@parkr)
|
2012-12-17 13:35:11 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-commander to 4.1.3.
=== 4.1.3 / 2012-12-15
* Remove use of eval in Array.parse
* Make generated template executable and set better defaults (@suan)
* Fixed valid_command_names_from to match exact commands only (@fgalassi)
|
2012-03-17 17:17:22 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-commander to 4.1.2.
=== 4.1.2 / 2012-02-17
* Improvement to `ask_editor` to be more portable across *nix
variants. (thanks to Federico Galassi)
=== 4.1.1 / 2012-02-16
* Update `ask_editor` to work with any *nix editor - emacs, vim, etc. (thanks
to Federico Galassi)
=== 4.1.0 / 2012-02-12
* Update highline dependency.
* Make optional arguments true when present (issue #2).
=== 4.0.7 / 2012-01-23
* Improved support for JRuby and Windows (and any other platforms that don't \
support Kernel.fork).
* Fixed bug #33 - support `--help` after commands.
* Reorganized help output to display synopsis before description (issue #12).
|
2011-09-15 23:59:14 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update misc/ruby-commander package to 4.0.6.
4.0.6 / 2011-09-15
==================
* Improved load time on Ruby 1.9. (thanks to Jonathon M. Abbott)
* Updated documentation.
|
2011-08-12 18:57:00 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update misc/ruby-commander package to 4.0.5.
4.0.5 / 2011-08-09
==================
* Updated documentation to fix inaccuracies and unclear information.
* Improved rake tasks for gem development.
* Added say_ok, say_warning and say_error methods to print messages in green, \
yellow or red. (thanks to Simon Courtois)
* Fixed; Allow global options to be passed in any order, even mixed with \
command options. (thanks to Rich Grundy)
* Fixed; Global options can be passed before or after the command, they can \
even be mixed with command options. Closes #8. (thanks to Rich Grundy)
* Fixed; Platform test should now correctly identify JRuby. (thanks to Justin Lynn)
* Fixed; Add to_s to exceptions as option parser no longer does implicit \
conversion. (thanks to Justin Lynn)
|
2011-06-19 03:47:47 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-commander package to 4.0.4.
4.0.4 / 2011-04-04
==================
* Fixed program(:key) behavior for non-Array keys like name, version, \
description under Ruby 1.9
* All specs should pass under Ruby 1.9 now
4.0.3 / 2010-04-06
==================
* Fixed global_option which was consuming arguments when not expected. Closes #22
|
2011-01-20 22:37:39 by Tonnerre Lombard | Files touched by this commit (4) | |
Log message:
Import the commander Ruby gem, version 4.0.2.
Commander is a framework for Ruby command-line executables. It bridges the
gap between other terminal related libraries (OptionParser, HighLine), while
providing many new features.
|