Module: Rwsc::VERSION

Defined in:
lib/rwsc/version.rb

Constant Summary collapse

STRING =
File.open(
        File.join(
File.dirname(__FILE__), '..', '..', 'VERSION'), 'r'){ |f| f.gets.chomp }
MAJOR =
$1.to_i
MINOR =
$2.to_i
TINY =
$3.to_i