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