Sha256: c88880177596f15a9baa0d8eebad37266cfdea0198a76f450032fc1ba100669a
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 = "10.3.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tocer-10.3.0 | lib/tocer/identity.rb |