ed-precompiled_debug 1.11.0-x86_64-linux

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,118 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ed-precompiled_debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.11.0
5
+ platform: x86_64-linux
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
+ extra_rdoc_files: []
48
+ files:
49
+ - CONTRIBUTING.md
50
+ - Gemfile
51
+ - LICENSE.txt
52
+ - README.md
53
+ - Rakefile
54
+ - TODO.md
55
+ - debug.gemspec
56
+ - exe/rdbg
57
+ - ext/debug/debug.c
58
+ - ext/debug/extconf.rb
59
+ - ext/debug/iseq_collector.c
60
+ - lib/debug.rb
61
+ - lib/debug/3.0/debug.so
62
+ - lib/debug/3.1/debug.so
63
+ - lib/debug/3.2/debug.so
64
+ - lib/debug/3.3/debug.so
65
+ - lib/debug/3.4/debug.so
66
+ - lib/debug/abbrev_command.rb
67
+ - lib/debug/breakpoint.rb
68
+ - lib/debug/client.rb
69
+ - lib/debug/color.rb
70
+ - lib/debug/config.rb
71
+ - lib/debug/console.rb
72
+ - lib/debug/dap_custom/traceInspector.rb
73
+ - lib/debug/debug.so
74
+ - lib/debug/frame_info.rb
75
+ - lib/debug/irb_integration.rb
76
+ - lib/debug/local.rb
77
+ - lib/debug/open.rb
78
+ - lib/debug/open_nonstop.rb
79
+ - lib/debug/prelude.rb
80
+ - lib/debug/server.rb
81
+ - lib/debug/server_cdp.rb
82
+ - lib/debug/server_dap.rb
83
+ - lib/debug/session.rb
84
+ - lib/debug/source_repository.rb
85
+ - lib/debug/start.rb
86
+ - lib/debug/thread_client.rb
87
+ - lib/debug/tracer.rb
88
+ - lib/debug/version.rb
89
+ - misc/README.md.erb
90
+ homepage: https://github.com/ruby/debug
91
+ licenses:
92
+ - Ruby
93
+ - BSD-2-Clause
94
+ metadata:
95
+ homepage_uri: https://github.com/ruby/debug
96
+ source_code_uri: https://github.com/ruby/debug
97
+ changelog_uri: https://github.com/ruby/debug/releases/tag/v1.11.0
98
+ rdoc_options: []
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '3.0'
106
+ - - "<"
107
+ - !ruby/object:Gem::Version
108
+ version: 3.5.dev
109
+ required_rubygems_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ requirements: []
115
+ rubygems_version: 3.6.7
116
+ specification_version: 4
117
+ summary: Debugging functionality for Ruby
118
+ test_files: []