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.14.1'
GIT_DATE =
'Tue 29 Mar 22:54:55 CEST 2016'

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