debug 1.8.0 → 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 CHANGED
@@ -1,43 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-05-09 00:00:00.000000000 Z
10
+ date: 2025-06-17 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: irb
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 1.5.0
18
+ version: '1.10'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 1.5.0
25
+ version: '1.10'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: reline
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
- version: 0.3.1
32
+ version: 0.3.8
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - ">="
39
38
  - !ruby/object:Gem::Version
40
- version: 0.3.1
39
+ version: 0.3.8
41
40
  description: Debugging functionality for Ruby. This is completely rewritten debug.rb
42
41
  which was contained by the ancient Ruby versions.
43
42
  email:
@@ -68,6 +67,7 @@ files:
68
67
  - lib/debug/console.rb
69
68
  - lib/debug/dap_custom/traceInspector.rb
70
69
  - lib/debug/frame_info.rb
70
+ - lib/debug/irb_integration.rb
71
71
  - lib/debug/local.rb
72
72
  - lib/debug/open.rb
73
73
  - lib/debug/open_nonstop.rb
@@ -89,7 +89,7 @@ licenses:
89
89
  metadata:
90
90
  homepage_uri: https://github.com/ruby/debug
91
91
  source_code_uri: https://github.com/ruby/debug
92
- post_install_message:
92
+ changelog_uri: https://github.com/ruby/debug/releases/tag/v1.11.0
93
93
  rdoc_options: []
94
94
  require_paths:
95
95
  - lib
@@ -97,15 +97,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - ">="
99
99
  - !ruby/object:Gem::Version
100
- version: 2.6.0
100
+ version: 2.7.0
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
103
  - - ">="
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.3.7
108
- signing_key:
107
+ rubygems_version: 3.6.2
109
108
  specification_version: 4
110
109
  summary: Debugging functionality for Ruby
111
110
  test_files: []