lib/ruby_units/version.rb in ruby-units-2.0.1 vs lib/ruby_units/version.rb in ruby-units-2.1.0
- old
+ new
@@ -1,8 +1,8 @@
module RubyUnits
class Unit < Numeric
# Pull the version number from the VERSION file
module Version
- STRING = File.read(File.dirname(__FILE__) + "/../../VERSION")
+ STRING = File.read(File.dirname(__FILE__) + '/../../VERSION')
end
end
end