Sha256: 6eb57720ec7a2d6e0afd8b48143b86abbe637b4f499da33f7a212a160f20996c

Contents?: true

Size: 137 Bytes

Versions: 6

Compression:

Stored size: 137 Bytes

Contents

module Goaloc
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 4
    TINY  = 0

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mattknox-goaloc-0.4.0 lib/goaloc/version.rb
mattknox-goaloc-0.4.1 lib/goaloc/version.rb
mattknox-goaloc-0.4.2 lib/goaloc/version.rb
mattknox-goaloc-0.4.4 lib/goaloc/version.rb
mattknox-goaloc-0.4.5 lib/goaloc/version.rb
mattknox-goaloc-0.4.7 lib/goaloc/version.rb