# 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