<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/misc/ruby-commander, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-02-14T23:20:04Z</updated>
<entry>
<title>Update ruby-commander to 4.1.6</title>
<updated>2014-02-14T23:20:04Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2014-02-14T23:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eb033695348026c192777230d882b172ca875f7b'/>
<id>urn:sha1:eb033695348026c192777230d882b172ca875f7b</id>
<content type='text'>
Changes:
* Respect environment setting for $LESS
* Add ability to hide trace flags and globally enable tracing</content>
</entry>
<entry>
<title>Update ruby-commander to 4.1.5.</title>
<updated>2013-09-15T14:09:22Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-09-15T14:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1e3de79c5366976ffc829728862b0723c5d11cf4'/>
<id>urn:sha1:1e3de79c5366976ffc829728862b0723c5d11cf4</id>
<content type='text'>
=== 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)</content>
</entry>
<entry>
<title>Update ruby-commander to 4.1.3.</title>
<updated>2012-12-17T12:35:11Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-12-17T12:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b0d36ef26cb71e2cf3bebad041b9c000f5259bf5'/>
<id>urn:sha1:b0d36ef26cb71e2cf3bebad041b9c000f5259bf5</id>
<content type='text'>
=== 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)</content>
</entry>
<entry>
<title>Update ruby-commander to 4.1.2.</title>
<updated>2012-03-17T16:17:22Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-03-17T16:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f18913506fb7ee64b67cd841bd91af37d276ec25'/>
<id>urn:sha1:f18913506fb7ee64b67cd841bd91af37d276ec25</id>
<content type='text'>
=== 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).</content>
</entry>
<entry>
<title>Update misc/ruby-commander package to 4.0.6.</title>
<updated>2011-09-15T21:59:13Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-09-15T21:59:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9d8fdbcd5b7219f41c059c268b18771df2cb8c90'/>
<id>urn:sha1:9d8fdbcd5b7219f41c059c268b18771df2cb8c90</id>
<content type='text'>
4.0.6 / 2011-09-15
==================

  * Improved load time on Ruby 1.9. (thanks to Jonathon M. Abbott)
  * Updated documentation.</content>
</entry>
<entry>
<title>Update misc/ruby-commander package to 4.0.5.</title>
<updated>2011-08-12T16:57:00Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-08-12T16:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a8e4d4e7f4c56c7cf3bce002fdd9cd850e902cc9'/>
<id>urn:sha1:a8e4d4e7f4c56c7cf3bce002fdd9cd850e902cc9</id>
<content type='text'>
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)</content>
</entry>
<entry>
<title>Update ruby-commander package to 4.0.4.</title>
<updated>2011-06-19T01:47:47Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-06-19T01:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f3dab0e5c6b8bc7b9ac542fa73c2e51fd649ac6f'/>
<id>urn:sha1:f3dab0e5c6b8bc7b9ac542fa73c2e51fd649ac6f</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Import the commander Ruby gem, version 4.0.2.</title>
<updated>2011-01-20T14:33:24Z</updated>
<author>
<name>tonnerre</name>
<email>tonnerre@pkgsrc.org</email>
</author>
<published>2011-01-20T14:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a16910f85eaa039594ea4c5394eb8daf3bd12025'/>
<id>urn:sha1:a16910f85eaa039594ea4c5394eb8daf3bd12025</id>
<content type='text'>
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.</content>
</entry>
</feed>
