Sha256: c6797aa9d6f5ac8ea0b1e31d5ddcea57e74c29a69852209fc8375aa6e3a95ca1

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

module AppMap
  URL = 'https://github.com/applandinc/appmap-ruby'

  VERSION = '0.68.2'

  APPMAP_FORMAT_VERSION = '1.5.1'

  SUPPORTED_RUBY_VERSIONS = %w[2.6 2.7 3.0].freeze

  DEFAULT_APPMAP_DIR = 'tmp/appmap'.freeze
  DEFAULT_CONFIG_FILE_PATH = 'appmap.yml'.freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appmap-0.68.2 lib/appmap/version.rb