update OBS-URL: https://build.opensuse.org/request/show/773126 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-trollop?expand=0&rev=12
99 lines
3.5 KiB
Plaintext
99 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 10 15:58:19 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 2.9.10
|
|
see installed History.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 5 10:46:15 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to version 2.9.9
|
|
see installed History.txt
|
|
|
|
== [2.9.9] / 2018-08-49
|
|
|
|
* [DEPRECATION] This gem has been renamed to optimist and will no longer be supported. Please switch to optimist as soon as possible.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 12 06:21:11 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 2.1.3
|
|
see installed History.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 11 21:21:24 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 2.1.3
|
|
see installed History.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 28 12:58:26 UTC 2015 - tampakrap@opensuse.org
|
|
|
|
- Fix license to Ruby as requested by babelworx on SR#307272
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 05:34:00 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.1.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 9 10:04:42 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.1.1
|
|
* Remove curses as a hard dependency. It is optional. This can leverage the gem if it is present.
|
|
* Fix ruby -w warnings
|
|
|
|
== 2.1.0 / 2015-01-02
|
|
* Integer parser now supports underscore separator.
|
|
* Add Parser#usage and Parser#synopsis commands for creating a standard banner
|
|
message. Using Parser#banner directly will override both of those.
|
|
* Add Parser#ignore_invalid_options to prevent erroring on unknown options.
|
|
* Allow flags to act as switches if they have defaults set and no value is
|
|
passed on the commandline
|
|
* Parser#opt learned to accept a block or a :callback option which it will call
|
|
after parsing the option.
|
|
* Add Trollop::educate which displays the help message and dies.
|
|
* Reformat help message to be more GNUish.
|
|
* Fix command name in help message when script has no extension.
|
|
* Fix handling of newlines inside descriptions
|
|
* Documentation and other fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 26 05:40:19 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to version 2.0
|
|
* Change flag logic: --no-X will always be false, and --X will always be true,
|
|
regardless of default.
|
|
* For flags that default to true, display --no-X instead of --X in the help
|
|
menu. Accept both versions on the commandline.
|
|
* Fix a spurious warning
|
|
* Update Rakefile to 1.9
|
|
* Minor documentation fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 14 18:41:10 UTC 2010 - mrueckert@suse.de
|
|
|
|
- update to version 1.16.2
|
|
* Bugfix in Trollop::options. Thanks to Brian C. Thomas for
|
|
pointing it out.
|
|
- additional changes from version 1.16.1
|
|
* Bugfix in Trollop::die method introduced in last release.
|
|
- additional changes from version 1.16
|
|
* Add Trollop::with_standard_exception_handling method for easing
|
|
the use of Parser directly.
|
|
* Handle scientific notation in float arguments,
|
|
thanks to Will Fitzgerald.
|
|
* Drop hoe dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
|
|
|
|
- use rubygems_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 16 09:07:27 UTC 2010 - dmacvicar@novell.com
|
|
|
|
- initial package for 1.15
|
|
|
|
|