Sha256: dff2fba3f0e59a63870a453f34aa6fad47da82e0e5367ac869a9039e109a8023

Contents?: true

Size: 251 Bytes

Versions: 1

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

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

  VERSION = '0.54.0'

  APPMAP_FORMAT_VERSION = '1.5.1'

  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.54.0 lib/appmap/version.rb