Sha256: d3182a85cdb66392e1975c6c13547f81adc004af1ad1b9e0a7e1eec173095f40

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

# frozen_string_literal: true

# The main Intranet namespace.
module Intranet
  # The System monitor module for the Intranet.
  module System
    # The name of the gem.
    NAME = 'intranet-system'

    # 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-system'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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