Sha256: b90cbc0abc3008858aa1f3c5c84d71174e8af15fa1407e72c7f5f9cb6a67988b

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.1.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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