Sha256: 0ea12e5b8a35f092d178aaf0694f2bb931122b980d52fa548be69a8081e36423

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.1"
    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.1 lib/gemsmith/identity.rb