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