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