ed-precompiled_debug 1.11.0

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 ADDED
@@ -0,0 +1,110 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ed-precompiled_debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.11.0
5
+ platform: ruby
6
+ authors:
7
+ - Koichi Sasada
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: irb
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.10'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.10'
26
+ - !ruby/object:Gem::Dependency
27
+ name: reline
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.3.8
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 0.3.8
40
+ description: Debugging functionality for Ruby. This is completely rewritten debug.rb
41
+ which was contained by the ancient Ruby versions.
42
+ email:
43
+ - ko1@atdot.net
44
+ executables:
45
+ - rdbg
46
+ extensions:
47
+ - ext/debug/extconf.rb
48
+ extra_rdoc_files: []
49
+ files:
50
+ - CONTRIBUTING.md
51
+ - Gemfile
52
+ - LICENSE.txt
53
+ - README.md
54
+ - Rakefile
55
+ - TODO.md
56
+ - debug.gemspec
57
+ - exe/rdbg
58
+ - ext/debug/debug.c
59
+ - ext/debug/extconf.rb
60
+ - ext/debug/iseq_collector.c
61
+ - lib/debug.rb
62
+ - lib/debug/abbrev_command.rb
63
+ - lib/debug/breakpoint.rb
64
+ - lib/debug/client.rb
65
+ - lib/debug/color.rb
66
+ - lib/debug/config.rb
67
+ - lib/debug/console.rb
68
+ - lib/debug/dap_custom/traceInspector.rb
69
+ - lib/debug/frame_info.rb
70
+ - lib/debug/irb_integration.rb
71
+ - lib/debug/local.rb
72
+ - lib/debug/open.rb
73
+ - lib/debug/open_nonstop.rb
74
+ - lib/debug/prelude.rb
75
+ - lib/debug/server.rb
76
+ - lib/debug/server_cdp.rb
77
+ - lib/debug/server_dap.rb
78
+ - lib/debug/session.rb
79
+ - lib/debug/source_repository.rb
80
+ - lib/debug/start.rb
81
+ - lib/debug/thread_client.rb
82
+ - lib/debug/tracer.rb
83
+ - lib/debug/version.rb
84
+ - misc/README.md.erb
85
+ homepage: https://github.com/ruby/debug
86
+ licenses:
87
+ - Ruby
88
+ - BSD-2-Clause
89
+ metadata:
90
+ homepage_uri: https://github.com/ruby/debug
91
+ source_code_uri: https://github.com/ruby/debug
92
+ changelog_uri: https://github.com/ruby/debug/releases/tag/v1.11.0
93
+ rdoc_options: []
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: 2.7.0
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ requirements: []
107
+ rubygems_version: 3.6.7
108
+ specification_version: 4
109
+ summary: Debugging functionality for Ruby
110
+ test_files: []