Sha256: 5501a1f1501af9db87ae3e3faf2a6a2e5d4f381d5351daeaf0b4bb2dc16b97e9

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

# frozen_string_literal: true

# The main Intranet namespace.
module Intranet
  # The Pictures gallery module for the Intranet.
  module Pictures
    # The name of the gem.
    NAME = 'intranet-pictures'

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
intranet-pictures-1.0.3 lib/intranet/pictures/version.rb