Sha256: 10725df08c4b5ce31407e93d764b1c94ad2f05afc7a42d301d7a392830aa6968

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

module Milestoner
  # Gem identity information.
  module Identity
    NAME = "milestoner"
    LABEL = "Milestoner"
    VERSION = "12.0.4"
    VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
    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.4 lib/milestoner/identity.rb