Changelog for
ruby2.5-rubygem-thor-0_19-0.19.4-150300.3.10.x86_64.rpm :
* Fri Dec 09 2016 cooloAATTsuse.com- updated to version 0.19.4 see installed CHANGELOG.md
* Sun Nov 27 2016 cooloAATTsuse.com- updated to version 0.19.3 see installed CHANGELOG.md [#]# 0.19.1, release 2014-03-24
* Fix `say` non-String break regression [#]# 0.19.0, release 2014-03-22
* Add support for a default to #ask
* Avoid AATTnamespace not initialized warning
* Avoid private attribute? warning
* Fix initializing with unknown options
* Loosen required_rubygems_version for compatibility with Ubuntu 10.04
* Shell#ask: support a noecho option for stdin
* Shell#ask: change API to be :echo => false
* Display a message without a stack trace for ambiguous commands
* Make say and say_status thread safe
* Dependency for console io version check
* Alias --help to help on subcommands
* Use mime-types 1.x for Ruby 1.8.7 compatibility for Ruby 1.8 only
* Accept .tt files as templates
* Check if numeric value is in enum
* Use Readline for user input
* Fix dispatching of subcommands (concerning :help and
*args)
* Fix warnings when running specs with `$VERBOSE = true`
* Make subcommand help more consistent
* Make the current command chain accessible in command
* Thu Oct 23 2014 tboergerAATTsuse.com- Updated last pieces for new macros (fate#318281, boo#1041418)
* Mon Oct 13 2014 adrianAATTsuse.de- adapt to new rubygem packaging style
* Mon Mar 24 2014 cooloAATTsuse.com- updated to version 0.19.1, no changelog
* Sun Mar 23 2014 cooloAATTsuse.com- updated to version 0.19.0, no changelog
* Sat Jul 20 2013 cooloAATTsuse.com- fix update-alternatives usage
* Fri Apr 12 2013 cooloAATTsuse.com- updated to version 0.18.1
* Thu Jan 24 2013 cooloAATTsuse.com- updated to version 0.17.0
* Add better support for tasks that accept arbitrary additional arguments (e.g. things like `bundle exec`)
* Add #stop_on_unknown_option!
* Only strip from stdin.gets if it wasn\'t ended with EOF
* Allow \"send\" as a task name
* Allow passing options as arguments after \"--\"
* Autoload Thor::Group
* Sun Aug 26 2012 cooloAATTsuse.com- updated to version 0.16.0
* Add enum to string arguments