Sha256: 305c7a2bb1c6897e391d01660cd3f8f14e25aa03a414a80c2d0547ed36aefd63
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.0" 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.0 | lib/gemsmith/identity.rb |