Sha256: 8b7b39ae251be6308c571f3b61cff3a41c70bdf722030b0b882164c7e81e363b
Contents?: true
Size: 358 Bytes
Versions: 1
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true module AppMap URL = 'https://github.com/applandinc/appmap-ruby' VERSION = '0.61.0' APPMAP_FORMAT_VERSION = '1.5.1' SUPPORTED_RUBY_VERSIONS_REGEX = /^2\.[567]\./.freeze SUPPORTED_RUBY_VERSIONS = %w[2.5 2.6 2.7].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.61.0 | lib/appmap/version.rb |