Sha256: 66cf860dcae7271e90004d16164606c40f2f2cae82805924fe493ee523b5f2ea

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

# frozen_string_literal: true

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

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
intranet-pandoc-0.0.0 lib/intranet/pandoc/version.rb