# frozen_string_literal: true module Rubysmith module Identity NAME = "rubysmith" LABEL = "Rubysmith" VERSION = "0.14.0" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze SUMMARY = "A command line interface for smithing Ruby projects." end end