debug 1.0.0.beta4 → 1.0.0.beta8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta4
4
+ version: 1.0.0.beta8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-25 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2021-07-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: irb
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  description: Debugging functionality for Ruby. This is completely rewritten debug.rb
14
28
  which was contained by the encient Ruby versions.
15
29
  email:
@@ -20,6 +34,7 @@ extensions:
20
34
  - ext/debug/extconf.rb
21
35
  extra_rdoc_files: []
22
36
  files:
37
+ - ".github/workflows/ruby.yml"
23
38
  - ".gitignore"
24
39
  - CONTRIBUTING.md
25
40
  - Gemfile
@@ -28,6 +43,7 @@ files:
28
43
  - Rakefile
29
44
  - TODO.md
30
45
  - bin/console
46
+ - bin/gentest
31
47
  - bin/setup
32
48
  - debug.gemspec
33
49
  - exe/rdbg
@@ -38,14 +54,17 @@ files:
38
54
  - lib/debug/bp.vim
39
55
  - lib/debug/breakpoint.rb
40
56
  - lib/debug/client.rb
57
+ - lib/debug/color.rb
41
58
  - lib/debug/config.rb
42
59
  - lib/debug/console.rb
43
60
  - lib/debug/frame_info.rb
44
61
  - lib/debug/open.rb
45
- - lib/debug/run.rb
62
+ - lib/debug/open_nonstop.rb
46
63
  - lib/debug/server.rb
64
+ - lib/debug/server_dap.rb
47
65
  - lib/debug/session.rb
48
66
  - lib/debug/source_repository.rb
67
+ - lib/debug/start.rb
49
68
  - lib/debug/thread_client.rb
50
69
  - lib/debug/version.rb
51
70
  - misc/README.md.erb
data/lib/debug/run.rb DELETED
@@ -1,2 +0,0 @@
1
- require_relative 'console'
2
- DEBUGGER__.console