Sha256: 78d56dab7cee5ff9cbe4ad7d22fa39f2debdf258fccef3280bd36e7f2fd5b685

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 = "11.0.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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