Sha256: 4c71779e82d2add77867af5061197da9c692c90530f0bdaaf5f5fde255a71481

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

Version data entries

1 entries across 1 versions & 1 rubygems

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