lib/ruby_units/ruby-units.rb in ruby-units-1.1.2 vs lib/ruby_units/ruby-units.rb in ruby-units-1.1.3

- old
+ new

@@ -38,10 +38,10 @@ # } # end # Unit.setup class Unit < Numeric # pre-generate hashes from unit definitions for performance. - VERSION = '1.1.2' + VERSION = '1.1.3' @@USER_DEFINITIONS = {} @@PREFIX_VALUES = {} @@PREFIX_MAP = {} @@UNIT_MAP = {} @@UNIT_VALUES = {}