Sha256: 4ae8376bd41cf62f40cf5267b73d745004d26b568c0a4ab20af77b7f3b56d862

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