Module: CTioga2::Version

Defined in:
lib/ctioga2/utils.rb,
lib/ctioga2/version.rb

Overview

A small module to deal with versions and dates

Constant Summary collapse

GIT_VERSION =
'0.12'
GIT_DATE =
'Mon 23 Mar 21:27:39 CET 2015'

Class Method Summary collapse

Class Method Details

.last_modified_dateObject

Returns the date ctioga2 was last modified.



40
41
42
# File 'lib/ctioga2/utils.rb', line 40

def self.last_modified_date
  return GIT_DATE
end

.versionObject

The current version of the program.



34
35
36
# File 'lib/ctioga2/utils.rb', line 34

def self.version
  return GIT_VERSION
end