Sha256: 9813d566e7af1be0ac19202b072537fce067d208d6a3b128807d5ff8c9236761

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

# frozen_string_literal: true

module Intranet
  class Core
    # The name of the gem.
    NAME = 'intranet-core'

    # The version of the gem, according to semantic versionning.
    VERSION = '1.2.0'

    # The URL of the gem homepage.
    HOMEPAGE_URL = 'https://rubygems.org/gems/intranet-core'

    # The URL of the gem source code.
    SOURCES_URL = 'https://bitbucket.org/ebling-mis/intranet-core'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
intranet-core-1.2.0 lib/intranet/core/version.rb