Sha256: 06fd52d22001248d779fac2a293eaa5e3c6c4bc9cdb1a4a1064b3dec25c278bb

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

== 22-Feb-2006 - 1.3.3
* Bug fix for the two argument form of Getopt::Long.getopts.
* Corresponding test suite additions.

== 13-Feb-2006 - 1.3.2
* Improved error message if an option is passed without a preceding switch.
* Minor documentation fixes and clarifications.

== 18-Nov-2005 - 1.3.1
* Added support for compressed switches with getopt/long.
* More tests.
* Fixed a bug in the gemspec.

== 4-Nov-2005 - 1.3.0
* Added the Getopt::Long class (long.rb).  This is a complete revamp of the
  old getoptlong package, with ideas tossed in from Perl's Getopt::Long
  package.  See the README and example script for more detail.
* Added an example, and renamed the "test_std.rb" example to "example_std.rb".
* Added lots of documentation to the README file.
* Updated the MANIFEST, test suite, etc.

== 24-Oct-2005 - 1.2.0
* Altered the way multiple occurrences of the same switch are handled, for
  those switches that accept arguments.

== 7-Oct-2005 - 1.1.0
* Changed parser, added a bit stricter enforcement
* Now handles squished arguments properly, e.g. "-ID" as well as "-I -D"
* Some test suite changes

== 5-Oct-2005 - 1.0.0
* Initial commit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
getopt-1.3.3 CHANGES