Sha256: 7023e40f21f20e438b9bd97acc1007cbc8d5c968a24ef6d0565dd973d13dfb27

Contents?: true

Size: 505 Bytes

Versions: 1

Compression:

Stored size: 505 Bytes

Contents

module Byebug
  # Debug Adapter Protocol support for Byebug
  module DAP
    # Gem name
    NAME = 'byebug-dap'

    # Gem version
    VERSION = '0.1.4'

    # Gem summary
    SUMMARY = 'Debug Adapter Protocol for Byebug'

    # Gem description
    DESCRIPTION = 'Implements a Debug Adapter Protocol interface for Byebug'

    # Gem authors
    AUTHORS = ['Ethan Reesor']

    # Gem website
    WEBSITE = 'https://gitlab.com/firelizzard/byebug-dap'

    # Gem license
    LICENSE = 'Apache-2.0'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
byebug-dap-0.1.4 lib/byebug/gem.rb