Sha256: 7f8bd73440b5195ff08d75124bf56f7fd975a53ab82722663ee7098b68d9cf31

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

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