summaryrefslogtreecommitdiff
path: root/misc/ruby-commander
AgeCommit message (Collapse)AuthorFilesLines
2017-04-19Reset MAINTAINER after tonnerre resigned.jperkin1-2/+2
2017-03-20Update ruby-commander to 4.4.3.taca2-7/+7
=== 4.4.3 / 2016-12-28 * Fix deprecated constant warnings on Ruby 2.4. === 4.4.2 / 2016-12-20 * Add `help_paging` program flag so that help paging may be disabled. (@gogiel) === 4.4.1 / 2016-12-02 * Fix #36 - Warning about MissingSourceFile (@fallwith) * Fix build on Ruby 1.9
2016-03-15Update ruby-commander to 4.4.0.taca2-7/+7
=== 4.4.0 / 2016-02-19 * Add modular style template initialization. (@lebogan) * Allow option names that start with a global option name. * Fix handling of negatable global flags. (@mfurtak) === 4.3.8 / 2016-02-09 * Fix regression for deprecation warnings. === 4.3.7 / 2016-01-26 * Fix regression in help formatter introduced in 4.3.6. === 4.3.6 / 2016-01-26 [YANKED] * Fix deprecation warnings on Ruby 2.3.0. * Indent option descriptions the same way as program and command descriptions. (@badeball)
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-13Update ruby-commander to 4.3.5.taca2-6/+6
=== 4.3.5 / 2015-08-09 * Fixed a bug with small terminal widths, changed minimum screen width for wrapping to 40 columns. (@toolmantim)
2015-06-03Update ruby-commander to 4.3.4.taca3-8/+9
=== 4.3.4 / 2015-05-03 * Fixed a regression with the compact help formatter. === 4.3.3 / 2015-04-21 * Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139). * Help formatting updated to look better for commands with long names. (@jszwedko) === 4.3.2 / 2015-03-31 * Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander === 4.3.1 / 2015-03-27 * Fix various Ruby warnings for circular requires, etc. * Update to use highline 1.7 (@SkyTrix)
2015-03-13Update ruby-commander to 4.3.0.taca4-8/+18
* pkgsrc change: add pkg_alternatives support. === 4.3.0 / 2015-02-07 * Drops support for Ruby 1.8. Please use 4.2.1 if you still need Ruby 1.8 compatibility. * Fixed a bug with `always_trace` (#91) (@KrauseFx) * Renamed `commands` to `defined_commands` for better compatibility with Pry === 4.2.1 / 2014-09-28 * Improve `choose` compatibility with HighLine's version (#79) === 4.2.0 / 2014-04-29 * Add ability to use commander without importing into the global namespace (#61) (@krissi)
2015-02-04Revert ruby-commander from 4.2.1 to 4.1.6. ruby-jekyll is not ready yet.taca3-11/+7
2015-02-03Update ruby-commander to 4.2.1.taca3-7/+11
Changes are not available.
2014-02-14Update ruby-commander to 4.1.6minskim3-8/+9
Changes: * Respect environment setting for $LESS * Add ability to hide trace flags and globally enable tracing
2013-09-15Update ruby-commander to 4.1.5.taca2-6/+6
=== 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-17Update ruby-commander to 4.1.3.taca2-6/+6
=== 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-17Update ruby-commander to 4.1.2.taca3-12/+11
=== 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-15Update misc/ruby-commander package to 4.0.6.taca2-6/+6
4.0.6 / 2011-09-15 ================== * Improved load time on Ruby 1.9. (thanks to Jonathon M. Abbott) * Updated documentation.
2011-08-12Update misc/ruby-commander package to 4.0.5.taca3-7/+9
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-19Update ruby-commander package to 4.0.4.taca2-6/+6
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-20Import the commander Ruby gem, version 4.0.2.tonnerre4-0/+63
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.