lib/getopt/long.rb in getopt-1.4.2 vs lib/getopt/long.rb in getopt-1.4.3
- old
+ new
@@ -15,10 +15,10 @@
# Error raised if an illegal option or argument is passed
class Error < StandardError; end
# The version of the getopt library
- VERSION = '1.4.2'
+ VERSION = '1.4.3'
# Takes an array of switches. Each array consists of up to three
# elements that indicate the name and type of switch. Returns a hash
# containing each switch name, minus the '-', as a key. The value
# for each key depends on the type of switch and/or the value provided