lib/getopt/std.rb in getopt-1.4.2 vs lib/getopt/std.rb in getopt-1.4.3

- old
+ new

@@ -8,10 +8,10 @@ # command line arguments. # class Error < StandardError; end # The version of the getopt library - VERSION = '1.4.2' + VERSION = '1.4.3' # Processes single character command line options with option # clustering. This information is parsed from ARGV and returned # as a hash, with the switch (minus the "-") as the key. The value # for that key is either true/false (boolean switches) or the argument