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