# frozen_string_literal: true module Gemsmith # Gem identity information. module Identity NAME = "gemsmith" LABEL = "Gemsmith" VERSION = "14.5.0" VERSION_LABEL = "#{LABEL} #{VERSION}" URL = "https://www.alchemists.io/projects/gemsmith" end end