Sha256: d5e229f64d5f67f76a409b3f37c27a7f19a1cc987b503a31fc69b4d8ddbdf6d6

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  # Gem identity information.
  module Identity
    NAME = "pennyworth"
    LABEL = "Pennyworth"
    VERSION = "10.0.1"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pennyworth-10.0.1 lib/pennyworth/identity.rb