Sha256: efb3f3346a51f4e79247ddf5e81ca621cbe6a2455ce7fb733ece4be6ef0fb864
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.11.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.11.0 | lib/gemsmith/identity.rb |