Sha256: 3bc0cfab80af6c76e07c2c1449599645ef827ef2140a8bf321b9c9be66dd14ac

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

require 'time'

module Application
  module VERSION #:nodoc:
		@res = File.join(File.dirname(__FILE__), '..', 'VERSION.yml')
    PRODUCT     = 'DataGateway'
    COMPANY     = 'Memory Comm S. L.'
    AUTHOR      = 'jorge.cangas@gmail.com'
    NUMBER      = YAML::load(ERB.new(IO.read(@res)).result)
    STRING      = [NUMBER[:major], NUMBER[:minor], NUMBER[:patch]].join('.')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jcangas-datagateway-1.2.2 lib/version.rb
jcangas-datagateway-1.4.4 lib/version.rb
jcangas-datagateway-1.5.0 lib/version.rb