lib/getopt/std.rb in getopt-1.4.0 vs lib/getopt/std.rb in getopt-1.4.1

- old
+ new

@@ -8,10 +8,10 @@ # command line arguments. # class Error < StandardError; end # The version of the getopt library - VERSION = '1.4.0' + VERSION = '1.4.1' # 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