Releases: davetron5000/optparse-plus
Releases · davetron5000/optparse-plus
v1.9.0
- Config files can be anywhere, not forced to just your home directory (See #88, thanks @johnl)
v1.8.0
- Generated apps now have no hard dependency on rake, as later versions of bundler require v10 (See #83, thanks @chibicode)
v1.7.0
- Add ability to toggle DEBUG/non-DEBUG log level at runtime. Send a long-running app a signal and it will start logging at debug level. Send the signal again, and it goes back to the previous level. See docs for
use_log_level_option
for specifics. Thanks @sch0rsch (see #80)
v1.6.0
- Improve license handling in scaffolding, including proper support for no license and including the chosen license in the gemspec (thanks @pjump!) See #79
- Add all files to git after scaffolding. Fixes #50 (thanks @pjump!)
v1.5.1
- Better copyright and name in generated Apache license file (thanks @pjump! See #78)
v1.5.0
Fixes version of RSpec to 2.99 as 3.0 caused lots of really weird errors and strange behavior. Thanks @rocknrollMarc for the fix!
v1.4.0
- GPL v2 and GPL v3 available as auto-generated licenses (see #74, thanks @pjump!)
- Pre-generated licenses now contain the username and current year for copyright (also #74)
v1.3.2
- Fixes issue where passing in strings to
CLILogger
causeda "no such method tty?
" exception. See #73
v1.3.1
- Warns when you use the logger but haven't configured one (thanks @jamonholmgren!), see 71.