Sha256: 85ff9deb2665a4098aca70803695fb980b961162a90e7f7a1c5c7b76108bea20

Contents?: true

Size: 282 Bytes

Versions: 1

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 = 1

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
homesick-1.1.1 lib/homesick/version.rb