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