Sha256: 8a15bab9e50f260d239fd9f2a7c7a15fae3a34b8e529699e6f69c53fc7f78b0d
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.2" 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.2 | lib/gemsmith/identity.rb |