lib/rfm/version.rb in ginjo-rfm-1.4.4 vs lib/rfm/version.rb in ginjo-rfm-2.0.pre31
- old
+ new
@@ -1,7 +1,7 @@
module Rfm
VERSION_DEFAULT = 'none'
- VERSION = File.read(PATH + '/rfm/VERSION').lines.first.chomp rescue VERSION_DEFAULT #File.read(File.join(File.expand_path(File.dirname(File.dirname(File.dirname(__FILE__)))), 'VERSION')) rescue VERSION_DEFAULT
+ VERSION = File.read(PATH + '/rfm/VERSION').lines.first.chomp rescue VERSION_DEFAULT
VERSION.instance_eval do
def components; VERSION.split('.'); end
def major; components[0]; end
def minor; components[1]; end
def patch; components[2]; end