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