Sha256: f8a9caa307671e88eb8aed7d70d11a9f5dbd08302bb3dcb348a6e1154d9523d8

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.0"
    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.0 lib/milestoner/identity.rb