Sha256: d5086ba8000902694c198846da0de0f078d78f6435c2658f30e62e1fcd8df11a

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module PrawnPlus
  # Gem identity information.
  module Identity
    NAME = "prawn_plus"
    LABEL = "Prawn+"
    VERSION = "12.0.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prawn_plus-12.0.0 lib/prawn_plus/identity.rb