Sha256: 8203e1f71b2ea3211649115c8587f9302aea3b986cb9254fe04d3d9d0178424f
Contents?: true
Size: 217 Bytes
Versions: 1
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true module Pragmater # Gem identity information. module Identity NAME = "pragmater" LABEL = "Pragmater" VERSION = "7.1.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pragmater-7.1.0 | lib/pragmater/identity.rb |