Sha256: d0b30041147b738ff46a17e3f9a53b13b148f3832bc0041d3e69f69e9c8ba4aa

Contents?: true

Size: 139 Bytes

Versions: 3

Compression:

Stored size: 139 Bytes

Contents

module Contacts
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 3
    TINY  = 1

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aurelian-contacts-0.3.1 lib/contacts/version.rb
aurelian-contacts-0.3.2 lib/contacts/version.rb
aurelian-contacts-0.3.3 lib/contacts/version.rb