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