Sha256: db0d7c1db12d6f84766fbece3e22ee59118109e84fcf168b13c3f30d2f616cdb
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module Gemsmith # Gem identity information. module Identity NAME = "gemsmith" LABEL = "Gemsmith" VERSION = "14.3.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.3.0 | lib/gemsmith/identity.rb |