Sha256: 1a7aac7f0a29028e1aed358e7ebb3c6c285d04271618e0d7c533df38d4da24c8
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true module PrawnPlus # Gem identity information. module Identity NAME = "prawn_plus" LABEL = "Prawn+" VERSION = "10.3.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn_plus-10.3.0 | lib/prawn_plus/identity.rb |