# 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