Skip to content

Releases: davetron5000/optparse-plus

v3.0.1

14 Feb 13:58
Compare
Choose a tag to compare

Fixed issue due to rename. See #132 (thanks @jorge0136)!

v3.0.0

14 Feb 13:58
Compare
Choose a tag to compare

Renamed the gem

v2.0.2

18 Oct 13:17
Compare
Choose a tag to compare
  • Really fix issue with undeclared module. See #127

v2.0.1

01 Oct 12:53
Compare
Choose a tag to compare
  • Fix bug in new base integration test where Methodone was not defined properly. See #123 for the bug and #124 for the fix.

v2.0.0

09 Jul 15:51
Compare
Choose a tag to compare

Remove Cucumber and Aruba entirely. The cucumber.rb file is still here, so this should be compatible with previous releases, but generally, I was not able to get the code working with the latest version of Aruba, as many of its internals had changed, and it is not sufficiently clear on what it's doing or why in order for me to debug.

I have also grown a distaste for these sorts of tests over the years as they obscure what is actually be tested and are hard to write and maintain.

v1.9.5

02 Jan 21:18
Compare
Choose a tag to compare

v1.9.4

01 Jan 21:53
Compare
Choose a tag to compare
  • Remove duplicate inclusion of Rake in scaffolded gemspec (see #109 and thanks @mbigras!)

v1.9.3

03 Nov 13:17
Compare
Choose a tag to compare
  • Fix issue with license for new apps (See #104 and thanks @CrCs2O4 )

v1.9.2

19 Oct 22:18
Compare
Choose a tag to compare
  • Fix documentation bug on use of CLILoggin (see #98, thanks to @sch0rsch)

v1.9.1

07 Jun 20:33
Compare
Choose a tag to compare
  • Fix issue where Ruby 2.2 had a problem with Test Unit not existing. Scaffolded apps should now work properly on all supported Rubies. (See #93)