Sha256: 59bf9e888bf3d62528a77dc5c79c5224ca86ae93bdae0db4d9114ab56a59c5ee
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true module Rubysmith module Identity NAME = "rubysmith" LABEL = "Rubysmith" VERSION = "1.0.0" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze SUMMARY = "A command line interface for smithing Ruby projects." end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysmith-1.0.0 | lib/rubysmith/identity.rb |