Skip to content

Releases: davetron5000/optparse-plus

v1.9.0

21 Feb 18:01
Compare
Choose a tag to compare
  • Config files can be anywhere, not forced to just your home directory (See #88, thanks @johnl)

v1.8.0

22 Oct 13:18
Compare
Choose a tag to compare
  • Generated apps now have no hard dependency on rake, as later versions of bundler require v10 (See #83, thanks @chibicode)

v1.7.0

23 Aug 13:44
Compare
Choose a tag to compare
  • 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

17 Aug 13:02
Compare
Choose a tag to compare
  • 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

30 Jul 01:16
Compare
Choose a tag to compare
  • Better copyright and name in generated Apache license file (thanks @pjump! See #78)

v1.5.0

10 Jul 12:56
Compare
Choose a tag to compare

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

02 May 12:55
Compare
Choose a tag to compare
  • 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

23 Feb 16:34
Compare
Choose a tag to compare
  • Fixes issue where passing in strings to CLILogger causeda "no such method tty?" exception. See #73

v1.3.1

30 Oct 20:52
Compare
Choose a tag to compare
  • Warns when you use the logger but haven't configured one (thanks @jamonholmgren!), see 71.