Sha256: f3d170507044ad6ce9eb29eaf26974584f044dc176bb1e7fd0a104a352fbd459
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Milestoner # Gem identity information. module Identity NAME = "milestoner" LABEL = "Milestoner" VERSION = "12.0.1" VERSION_LABEL = "#{LABEL} #{VERSION}" SUMMARY = "A command line interface for crafting Git repository tags." end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
milestoner-12.0.1 | lib/milestoner/identity.rb |