Sha256: c5f07fc5ba764cf60cfcfec2b2a3f4019286e7f7e6a0ecfac80219f8c5f9bf17
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module AppMap URL = 'https://github.com/applandinc/appmap-ruby' VERSION = '0.84.0' APPMAP_FORMAT_VERSION = '1.7.0' SUPPORTED_RUBY_VERSIONS = %w[2.5 2.6 2.7 3.0 3.1].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.84.0 | lib/appmap/version.rb |