debug 1.2.3 → 1.2.4
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.
- checksums.yaml +4 -4
- data/lib/debug/session.rb +1 -0
- data/lib/debug/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6251dbcd2eb75a8b4932a740fe0294da996c7bcaaaa965f42353144786b5c0a
|
|
4
|
+
data.tar.gz: 328c4949a62eeb5277d8d6882c1a7da565b2c5aaa4c2fc5cf52850ca7e454240
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c8c83768d7d9eca50f18018dc9255a54234ee9c048d9885d54d46399e7bf9910ca87f85a9cd804108ec319ec985095016b00b1ab0d45a787fb55ef96b2a9483
|
|
7
|
+
data.tar.gz: 24c87a5fbef8a8c1851ffea1b21c53613389d0c8fa46a3a205562aa2c98f6515ad863e97a5ee8857914a0363110ef277bc961b8d04902b0a5f537f133f6f18af
|
data/lib/debug/session.rb
CHANGED
|
@@ -25,6 +25,7 @@ require_relative 'tracer'
|
|
|
25
25
|
|
|
26
26
|
# To prevent loading old lib/debug.rb in Ruby 2.6 to 3.0
|
|
27
27
|
$LOADED_FEATURES << 'debug.rb'
|
|
28
|
+
$LOADED_FEATURES << File.expand_path(File.join(__dir__, '..', 'debug.rb'))
|
|
28
29
|
require 'debug' # invalidate the $LOADED_FEATURE cache
|
|
29
30
|
|
|
30
31
|
require 'json' if ENV['RUBY_DEBUG_TEST_MODE']
|
data/lib/debug/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: debug
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Koichi Sasada
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2021-10-05 00:00:00.000000000 Z
|
|
@@ -94,7 +94,7 @@ licenses:
|
|
|
94
94
|
metadata:
|
|
95
95
|
homepage_uri: https://github.com/ruby/debug
|
|
96
96
|
source_code_uri: https://github.com/ruby/debug
|
|
97
|
-
post_install_message:
|
|
97
|
+
post_install_message:
|
|
98
98
|
rdoc_options: []
|
|
99
99
|
require_paths:
|
|
100
100
|
- lib
|
|
@@ -109,8 +109,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
requirements: []
|
|
112
|
-
rubygems_version: 3.
|
|
113
|
-
signing_key:
|
|
112
|
+
rubygems_version: 3.3.0.dev
|
|
113
|
+
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: Debugging functionality for Ruby
|
|
116
116
|
test_files: []
|