lib/ruby_units/version.rb in ruby-units-1.4.3 vs lib/ruby_units/version.rb in ruby-units-1.4.4

- old
+ new

@@ -1,6 +1,8 @@ -class Unit < Numeric - # Pull the version number from the VERSION file - module Version - STRING = File.read(File.dirname(__FILE__) + "/../../VERSION") +module RubyUnits + class Unit < Numeric + # Pull the version number from the VERSION file + module Version + STRING = File.read(File.dirname(__FILE__) + "/../../VERSION") + end end -end \ No newline at end of file +end