Sha256: b6e77b12e7075a873c713d5b231694d740024c401b3451865bc1b5050b8c9217

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

# frozen_string_literal: true

module Gemsmith
  # Gem identity information.
  module Identity
    NAME = "gemsmith"
    LABEL = "Gemsmith"
    VERSION = "14.10.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
    URL = "https://www.alchemists.io/projects/gemsmith"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemsmith-14.10.0 lib/gemsmith/identity.rb