Sha256: 50850bf834dafd29621c6db0d4de0d5d4c655fdd4f9a6361b5df42a7a44a743d

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

# -*- encoding : utf-8 -*-
module Homesick
  # A representation of Homesick's version number in constants, including a
  # String of the entire version number
  module Version
    MAJOR = 1
    MINOR = 1
    PATCH = 3

    STRING = [MAJOR, MINOR, PATCH].compact.join('.')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
homesick-1.1.4 lib/homesick/version.rb
homesick-1.1.3 lib/homesick/version.rb