Sha256: 8ae48b65949e54d42a19da3c94129e24fca4f72a3f4c0ae5c9af6a545605a93b
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 = "15.1.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-15.1.1 | lib/gemsmith/identity.rb |