Sha256: ddc37682bdae3bd94a72c93172165eff8f72362f41d8ae5cac9e74a7a420fc90

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module Milestoner
  # Gem identity information.
  module Identity
    NAME = "milestoner"
    LABEL = "Milestoner"
    VERSION = "11.0.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
milestoner-11.0.0 lib/milestoner/identity.rb