Sha256: 08c53ca45fe111a5a3bcde4ca50a06b9b98593d1e7ed0f3c7421ee1a38f9be63

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

module Gemsmith
  # Gem identity information.
  module Identity
    NAME = "gemsmith"
    LABEL = "Gemsmith"
    VERSION = "14.1.1"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
    URL = "https://github.com/bkuhlmann/gemsmith"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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