lib/macaddr.rb in macaddr-1.2.0 vs lib/macaddr.rb in macaddr-1.2.1

- old
+ new

@@ -21,12 +21,21 @@ end require 'systemu' module Mac - VERSION = '1.2.0' + VERSION = '1.2.1' - def Mac.version() ::Mac::VERSION end + def Mac.version + ::Mac::VERSION + end + + def Mac.dependencies + { + 'systemu' => [ 'systemu' , '~> 2.2.0' ] + } + end + class << self ## # Accessor for the system's first MAC address, requires a call to #address