sentry-yabeda 6.6.2 → 6.7.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/bin/test +15 -0
- data/gemfiles/ruby-2.7.gemfile.lock +113 -0
- data/gemfiles/ruby-3.0.gemfile.lock +123 -0
- data/gemfiles/ruby-3.1.gemfile.lock +168 -0
- data/gemfiles/ruby-3.2.gemfile.lock +162 -0
- data/gemfiles/ruby-3.3.gemfile.lock +162 -0
- data/gemfiles/ruby-3.4.gemfile.lock +177 -0
- data/gemfiles/ruby-4.0.gemfile.lock +177 -0
- data/gemfiles/ruby-jruby-9.4.14.0.gemfile.lock +148 -0
- data/lib/sentry/yabeda/version.rb +1 -1
- data/sentry-yabeda.gemspec +2 -2
- metadata +17 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf0870b1963af40a2d0cadaba4b4ec2e553a15f4960d775d957af36d306ce1cf
|
|
4
|
+
data.tar.gz: 9d22749e875ea0d7cf6b24dc57634f54bfbf708e1482b4701ea45f426da9ae16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 499019a700fc7b1b2e0b300dfe236326829e391b736eda8ded15836b04213dcaaed3bda31484b3f6d22c9f490dc241e08ba2edb97b8115b49230e47e21e188b1
|
|
7
|
+
data.tar.gz: 70e1cc25ef20d12dfc40e5d02c7274311cc4e69ce47955ab0a8dd157bb68c923e865d52163b8832044597d9dacd419812edaf7b0f955ced6857e7cc7a0a0fe7d
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
[](https://rubygems.org/gems/sentry-yabeda)
|
|
13
|
-

|
|
14
14
|
[](https://codecov.io/gh/getsentry/sentry-ruby/branch/master)
|
|
15
15
|
[](https://rubygems.org/gems/sentry-yabeda/)
|
|
16
16
|
|
data/bin/test
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
# Thin wrapper so you can run this gem's specs from inside its own directory:
|
|
4
|
+
# forwards to the repo-root bin/test scoped to this gem (--gem <thisgem>). All
|
|
5
|
+
# args pass through, so spec paths and flags work as documented there.
|
|
6
|
+
#
|
|
7
|
+
# bin/test # auto-pick the newest installed Ruby cell
|
|
8
|
+
# bin/test spec/.../foo_spec.rb # forward args to rspec
|
|
9
|
+
# bin/test --cell <path> # pin an exact cell
|
|
10
|
+
# bin/test --rake # run `bundle exec rake` like CI
|
|
11
|
+
#
|
|
12
|
+
# See `../../bin/test --help` for the full interface.
|
|
13
|
+
set -euo pipefail
|
|
14
|
+
gem_dir="$(cd "$(dirname "$0")/.." && pwd)"
|
|
15
|
+
exec "$(dirname "$gem_dir")/bin/test" --gem "$(basename "$gem_dir")" "$@"
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
bigdecimal (4.1.2)
|
|
30
|
+
cgi (0.5.2)
|
|
31
|
+
concurrent-ruby (1.3.8)
|
|
32
|
+
date (3.5.1)
|
|
33
|
+
diff-lcs (1.6.2)
|
|
34
|
+
docile (1.4.1)
|
|
35
|
+
dry-initializer (3.1.1)
|
|
36
|
+
erb (4.0.4.1)
|
|
37
|
+
cgi (>= 0.3.3)
|
|
38
|
+
io-console (0.8.2)
|
|
39
|
+
irb (1.18.0)
|
|
40
|
+
pp (>= 0.6.0)
|
|
41
|
+
prism (>= 1.3.0)
|
|
42
|
+
rdoc (>= 4.0.0)
|
|
43
|
+
reline (>= 0.4.2)
|
|
44
|
+
logger (1.7.0)
|
|
45
|
+
pp (0.6.4)
|
|
46
|
+
prettyprint
|
|
47
|
+
prettyprint (0.2.0)
|
|
48
|
+
prism (1.9.0)
|
|
49
|
+
psych (5.4.0)
|
|
50
|
+
date
|
|
51
|
+
stringio
|
|
52
|
+
rake (12.3.3)
|
|
53
|
+
rdoc (7.2.0)
|
|
54
|
+
erb
|
|
55
|
+
psych (>= 4.0.0)
|
|
56
|
+
tsort
|
|
57
|
+
reline (0.6.3)
|
|
58
|
+
io-console (~> 0.5)
|
|
59
|
+
rexml (3.4.1)
|
|
60
|
+
rspec (3.13.2)
|
|
61
|
+
rspec-core (~> 3.13.0)
|
|
62
|
+
rspec-expectations (~> 3.13.0)
|
|
63
|
+
rspec-mocks (~> 3.13.0)
|
|
64
|
+
rspec-core (3.13.6)
|
|
65
|
+
rspec-support (~> 3.13.0)
|
|
66
|
+
rspec-expectations (3.13.5)
|
|
67
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
68
|
+
rspec-support (~> 3.13.0)
|
|
69
|
+
rspec-mocks (3.13.8)
|
|
70
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
71
|
+
rspec-support (~> 3.13.0)
|
|
72
|
+
rspec-retry (0.6.2)
|
|
73
|
+
rspec-core (> 3.3)
|
|
74
|
+
rspec-support (3.13.7)
|
|
75
|
+
ruby-next-core (1.2.1)
|
|
76
|
+
simplecov (0.22.0)
|
|
77
|
+
docile (~> 1.1)
|
|
78
|
+
simplecov-html (~> 0.11)
|
|
79
|
+
simplecov_json_formatter (~> 0.1)
|
|
80
|
+
simplecov-cobertura (3.2.0)
|
|
81
|
+
rexml
|
|
82
|
+
simplecov (~> 0.19)
|
|
83
|
+
simplecov-html (0.13.2)
|
|
84
|
+
simplecov_json_formatter (0.1.4)
|
|
85
|
+
stringio (3.2.0)
|
|
86
|
+
timecop (0.9.11)
|
|
87
|
+
tsort (0.2.0)
|
|
88
|
+
yabeda (0.16.0)
|
|
89
|
+
anyway_config (>= 1.0, < 3)
|
|
90
|
+
concurrent-ruby
|
|
91
|
+
dry-initializer
|
|
92
|
+
|
|
93
|
+
PLATFORMS
|
|
94
|
+
aarch64-linux
|
|
95
|
+
ruby
|
|
96
|
+
x86_64-linux
|
|
97
|
+
|
|
98
|
+
DEPENDENCIES
|
|
99
|
+
cgi
|
|
100
|
+
debug!
|
|
101
|
+
irb
|
|
102
|
+
rake (~> 12.0)
|
|
103
|
+
rexml (= 3.4.1)
|
|
104
|
+
rspec
|
|
105
|
+
rspec-retry
|
|
106
|
+
sentry-ruby!
|
|
107
|
+
sentry-yabeda!
|
|
108
|
+
simplecov
|
|
109
|
+
simplecov-cobertura (~> 3.0)
|
|
110
|
+
timecop
|
|
111
|
+
|
|
112
|
+
BUNDLED WITH
|
|
113
|
+
2.4.22
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
bigdecimal (4.1.2)
|
|
30
|
+
cgi (0.5.2)
|
|
31
|
+
concurrent-ruby (1.3.8)
|
|
32
|
+
date (3.5.1)
|
|
33
|
+
diff-lcs (1.6.2)
|
|
34
|
+
docile (1.4.1)
|
|
35
|
+
dry-initializer (3.1.1)
|
|
36
|
+
erb (4.0.4.1)
|
|
37
|
+
cgi (>= 0.3.3)
|
|
38
|
+
io-console (0.8.2)
|
|
39
|
+
irb (1.18.0)
|
|
40
|
+
pp (>= 0.6.0)
|
|
41
|
+
prism (>= 1.3.0)
|
|
42
|
+
rdoc (>= 4.0.0)
|
|
43
|
+
reline (>= 0.4.2)
|
|
44
|
+
language_server-protocol (3.17.0.6)
|
|
45
|
+
logger (1.7.0)
|
|
46
|
+
pp (0.6.4)
|
|
47
|
+
prettyprint
|
|
48
|
+
prettyprint (0.2.0)
|
|
49
|
+
prism (1.9.0)
|
|
50
|
+
psych (5.4.0)
|
|
51
|
+
date
|
|
52
|
+
stringio
|
|
53
|
+
rake (12.3.3)
|
|
54
|
+
rbs (3.6.1)
|
|
55
|
+
logger
|
|
56
|
+
rdoc (7.2.0)
|
|
57
|
+
erb
|
|
58
|
+
psych (>= 4.0.0)
|
|
59
|
+
tsort
|
|
60
|
+
reline (0.6.3)
|
|
61
|
+
io-console (~> 0.5)
|
|
62
|
+
rexml (3.4.1)
|
|
63
|
+
rspec (3.13.2)
|
|
64
|
+
rspec-core (~> 3.13.0)
|
|
65
|
+
rspec-expectations (~> 3.13.0)
|
|
66
|
+
rspec-mocks (~> 3.13.0)
|
|
67
|
+
rspec-core (3.13.6)
|
|
68
|
+
rspec-support (~> 3.13.0)
|
|
69
|
+
rspec-expectations (3.13.5)
|
|
70
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
71
|
+
rspec-support (~> 3.13.0)
|
|
72
|
+
rspec-mocks (3.13.8)
|
|
73
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
74
|
+
rspec-support (~> 3.13.0)
|
|
75
|
+
rspec-retry (0.6.2)
|
|
76
|
+
rspec-core (> 3.3)
|
|
77
|
+
rspec-support (3.13.7)
|
|
78
|
+
ruby-lsp (0.26.10)
|
|
79
|
+
language_server-protocol (~> 3.17.0)
|
|
80
|
+
prism (>= 1.2, < 2.0)
|
|
81
|
+
rbs (>= 3, < 5)
|
|
82
|
+
ruby-lsp-rspec (0.1.29)
|
|
83
|
+
ruby-lsp (~> 0.26.0)
|
|
84
|
+
ruby-next-core (1.2.1)
|
|
85
|
+
simplecov (0.22.0)
|
|
86
|
+
docile (~> 1.1)
|
|
87
|
+
simplecov-html (~> 0.11)
|
|
88
|
+
simplecov_json_formatter (~> 0.1)
|
|
89
|
+
simplecov-cobertura (3.2.0)
|
|
90
|
+
rexml
|
|
91
|
+
simplecov (~> 0.19)
|
|
92
|
+
simplecov-html (0.13.2)
|
|
93
|
+
simplecov_json_formatter (0.1.4)
|
|
94
|
+
stringio (3.2.0)
|
|
95
|
+
timecop (0.9.11)
|
|
96
|
+
tsort (0.2.0)
|
|
97
|
+
yabeda (0.16.0)
|
|
98
|
+
anyway_config (>= 1.0, < 3)
|
|
99
|
+
concurrent-ruby
|
|
100
|
+
dry-initializer
|
|
101
|
+
|
|
102
|
+
PLATFORMS
|
|
103
|
+
aarch64-linux
|
|
104
|
+
ruby
|
|
105
|
+
x86_64-linux
|
|
106
|
+
|
|
107
|
+
DEPENDENCIES
|
|
108
|
+
cgi
|
|
109
|
+
debug!
|
|
110
|
+
irb
|
|
111
|
+
rake (~> 12.0)
|
|
112
|
+
rexml (= 3.4.1)
|
|
113
|
+
rspec
|
|
114
|
+
rspec-retry
|
|
115
|
+
ruby-lsp-rspec
|
|
116
|
+
sentry-ruby!
|
|
117
|
+
sentry-yabeda!
|
|
118
|
+
simplecov
|
|
119
|
+
simplecov-cobertura (~> 3.0)
|
|
120
|
+
timecop
|
|
121
|
+
|
|
122
|
+
BUNDLED WITH
|
|
123
|
+
2.5.23
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
bigdecimal (4.1.2)
|
|
30
|
+
cgi (0.5.2)
|
|
31
|
+
concurrent-ruby (1.3.8)
|
|
32
|
+
date (3.5.1)
|
|
33
|
+
diff-lcs (1.6.2)
|
|
34
|
+
docile (1.4.1)
|
|
35
|
+
dry-initializer (3.2.0)
|
|
36
|
+
erb (4.0.4.1)
|
|
37
|
+
cgi (>= 0.3.3)
|
|
38
|
+
io-console (0.8.2)
|
|
39
|
+
irb (1.18.0)
|
|
40
|
+
pp (>= 0.6.0)
|
|
41
|
+
prism (>= 1.3.0)
|
|
42
|
+
rdoc (>= 4.0.0)
|
|
43
|
+
reline (>= 0.4.2)
|
|
44
|
+
language_server-protocol (3.17.0.6)
|
|
45
|
+
logger (1.7.0)
|
|
46
|
+
pp (0.6.4)
|
|
47
|
+
prettyprint
|
|
48
|
+
prettyprint (0.2.0)
|
|
49
|
+
prism (1.9.0)
|
|
50
|
+
psych (5.4.0)
|
|
51
|
+
date
|
|
52
|
+
stringio
|
|
53
|
+
rake (12.3.3)
|
|
54
|
+
rbs (3.10.4)
|
|
55
|
+
logger
|
|
56
|
+
tsort
|
|
57
|
+
rdoc (7.2.0)
|
|
58
|
+
erb
|
|
59
|
+
psych (>= 4.0.0)
|
|
60
|
+
tsort
|
|
61
|
+
reline (0.6.3)
|
|
62
|
+
io-console (~> 0.5)
|
|
63
|
+
rexml (3.4.1)
|
|
64
|
+
rspec (3.13.2)
|
|
65
|
+
rspec-core (~> 3.13.0)
|
|
66
|
+
rspec-expectations (~> 3.13.0)
|
|
67
|
+
rspec-mocks (~> 3.13.0)
|
|
68
|
+
rspec-core (3.13.6)
|
|
69
|
+
rspec-support (~> 3.13.0)
|
|
70
|
+
rspec-expectations (3.13.5)
|
|
71
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
72
|
+
rspec-support (~> 3.13.0)
|
|
73
|
+
rspec-mocks (3.13.8)
|
|
74
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
75
|
+
rspec-support (~> 3.13.0)
|
|
76
|
+
rspec-retry (0.6.2)
|
|
77
|
+
rspec-core (> 3.3)
|
|
78
|
+
rspec-support (3.13.7)
|
|
79
|
+
ruby-lsp (0.26.10)
|
|
80
|
+
language_server-protocol (~> 3.17.0)
|
|
81
|
+
prism (>= 1.2, < 2.0)
|
|
82
|
+
rbs (>= 3, < 5)
|
|
83
|
+
ruby-lsp-rspec (0.1.29)
|
|
84
|
+
ruby-lsp (~> 0.26.0)
|
|
85
|
+
ruby-next-core (1.2.1)
|
|
86
|
+
simplecov (0.22.0)
|
|
87
|
+
docile (~> 1.1)
|
|
88
|
+
simplecov-html (~> 0.11)
|
|
89
|
+
simplecov_json_formatter (~> 0.1)
|
|
90
|
+
simplecov-cobertura (3.2.0)
|
|
91
|
+
rexml
|
|
92
|
+
simplecov (~> 0.19)
|
|
93
|
+
simplecov-html (0.13.2)
|
|
94
|
+
simplecov_json_formatter (0.1.4)
|
|
95
|
+
stringio (3.2.0)
|
|
96
|
+
timecop (0.9.11)
|
|
97
|
+
tsort (0.2.0)
|
|
98
|
+
yabeda (0.16.0)
|
|
99
|
+
anyway_config (>= 1.0, < 3)
|
|
100
|
+
concurrent-ruby
|
|
101
|
+
dry-initializer
|
|
102
|
+
|
|
103
|
+
PLATFORMS
|
|
104
|
+
aarch64-linux
|
|
105
|
+
ruby
|
|
106
|
+
x86_64-linux-gnu
|
|
107
|
+
|
|
108
|
+
DEPENDENCIES
|
|
109
|
+
cgi
|
|
110
|
+
debug!
|
|
111
|
+
irb
|
|
112
|
+
rake (~> 12.0)
|
|
113
|
+
rexml (= 3.4.1)
|
|
114
|
+
rspec
|
|
115
|
+
rspec-retry
|
|
116
|
+
ruby-lsp-rspec
|
|
117
|
+
sentry-ruby!
|
|
118
|
+
sentry-yabeda!
|
|
119
|
+
simplecov
|
|
120
|
+
simplecov-cobertura (~> 3.0)
|
|
121
|
+
timecop
|
|
122
|
+
|
|
123
|
+
CHECKSUMS
|
|
124
|
+
anyway_config (2.8.1) sha256=541842b25117fac3e277670c32dc09d3b715b20404826a6538ac35527583624f
|
|
125
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
126
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
127
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
128
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
129
|
+
debug (1.11.1)
|
|
130
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
131
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
132
|
+
dry-initializer (3.2.0) sha256=37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3
|
|
133
|
+
erb (4.0.4.1) sha256=47e2a70922ba4cec8c23c2304ad7e581665c37a297cb9a22a860162c7727ee24
|
|
134
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
135
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
136
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
137
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
138
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
139
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
140
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
141
|
+
psych (5.4.0) sha256=14f72d69a611af663d7d70e4a7b67d9eb1f3ae9f8d916b478961d5a0075ba5b7
|
|
142
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
143
|
+
rbs (3.10.4) sha256=b17d7c4be4bb31a11a3b529830f0aa206a807ca42f2e7921a3027dfc6b7e5ce8
|
|
144
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
145
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
146
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
147
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
148
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
149
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
150
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
151
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
152
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
153
|
+
ruby-lsp (0.26.10) sha256=e67284af94423531f6b9a583350596421b5a6a4dd93083f1c2ba03da7c23bbed
|
|
154
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
155
|
+
ruby-next-core (1.2.1) sha256=ddba3e986e127143299a26bde8bdbeedd4bc738a1a765e499f9634f361551f79
|
|
156
|
+
sentry-ruby (6.6.2)
|
|
157
|
+
sentry-yabeda (6.6.2)
|
|
158
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
159
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
160
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
161
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
162
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
163
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
164
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
165
|
+
yabeda (0.16.0) sha256=7f6e51acd7d9a51d850ea8c3844f72a24882f1312b3fc3836052bcd63d384cba
|
|
166
|
+
|
|
167
|
+
BUNDLED WITH
|
|
168
|
+
2.6.9
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
bigdecimal (4.1.2)
|
|
30
|
+
cgi (0.5.2)
|
|
31
|
+
concurrent-ruby (1.3.8)
|
|
32
|
+
diff-lcs (1.6.2)
|
|
33
|
+
docile (1.4.1)
|
|
34
|
+
dry-initializer (3.2.0)
|
|
35
|
+
erb (6.0.6)
|
|
36
|
+
io-console (0.8.2)
|
|
37
|
+
irb (1.18.0)
|
|
38
|
+
pp (>= 0.6.0)
|
|
39
|
+
prism (>= 1.3.0)
|
|
40
|
+
rdoc (>= 4.0.0)
|
|
41
|
+
reline (>= 0.4.2)
|
|
42
|
+
language_server-protocol (3.17.0.6)
|
|
43
|
+
logger (1.7.0)
|
|
44
|
+
pp (0.6.4)
|
|
45
|
+
prettyprint
|
|
46
|
+
prettyprint (0.2.0)
|
|
47
|
+
prism (1.9.0)
|
|
48
|
+
rake (12.3.3)
|
|
49
|
+
rbs (4.1.2)
|
|
50
|
+
logger
|
|
51
|
+
prism (>= 1.6.0)
|
|
52
|
+
tsort
|
|
53
|
+
rdoc (8.0.0)
|
|
54
|
+
erb
|
|
55
|
+
prism (>= 1.6.0)
|
|
56
|
+
rbs (>= 4.0.0)
|
|
57
|
+
tsort
|
|
58
|
+
reline (0.6.3)
|
|
59
|
+
io-console (~> 0.5)
|
|
60
|
+
rexml (3.4.1)
|
|
61
|
+
rspec (3.13.2)
|
|
62
|
+
rspec-core (~> 3.13.0)
|
|
63
|
+
rspec-expectations (~> 3.13.0)
|
|
64
|
+
rspec-mocks (~> 3.13.0)
|
|
65
|
+
rspec-core (3.13.6)
|
|
66
|
+
rspec-support (~> 3.13.0)
|
|
67
|
+
rspec-expectations (3.13.5)
|
|
68
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
|
+
rspec-support (~> 3.13.0)
|
|
70
|
+
rspec-mocks (3.13.8)
|
|
71
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
72
|
+
rspec-support (~> 3.13.0)
|
|
73
|
+
rspec-retry (0.6.2)
|
|
74
|
+
rspec-core (> 3.3)
|
|
75
|
+
rspec-support (3.13.7)
|
|
76
|
+
ruby-lsp (0.26.10)
|
|
77
|
+
language_server-protocol (~> 3.17.0)
|
|
78
|
+
prism (>= 1.2, < 2.0)
|
|
79
|
+
rbs (>= 3, < 5)
|
|
80
|
+
ruby-lsp-rspec (0.1.29)
|
|
81
|
+
ruby-lsp (~> 0.26.0)
|
|
82
|
+
ruby-next-core (1.2.1)
|
|
83
|
+
simplecov (0.22.0)
|
|
84
|
+
docile (~> 1.1)
|
|
85
|
+
simplecov-html (~> 0.11)
|
|
86
|
+
simplecov_json_formatter (~> 0.1)
|
|
87
|
+
simplecov-cobertura (3.2.0)
|
|
88
|
+
rexml
|
|
89
|
+
simplecov (~> 0.19)
|
|
90
|
+
simplecov-html (0.13.2)
|
|
91
|
+
simplecov_json_formatter (0.1.4)
|
|
92
|
+
timecop (0.9.11)
|
|
93
|
+
tsort (0.2.0)
|
|
94
|
+
yabeda (0.16.0)
|
|
95
|
+
anyway_config (>= 1.0, < 3)
|
|
96
|
+
concurrent-ruby
|
|
97
|
+
dry-initializer
|
|
98
|
+
|
|
99
|
+
PLATFORMS
|
|
100
|
+
aarch64-linux
|
|
101
|
+
ruby
|
|
102
|
+
x86_64-linux-gnu
|
|
103
|
+
|
|
104
|
+
DEPENDENCIES
|
|
105
|
+
cgi
|
|
106
|
+
debug!
|
|
107
|
+
irb
|
|
108
|
+
rake (~> 12.0)
|
|
109
|
+
rexml (= 3.4.1)
|
|
110
|
+
rspec
|
|
111
|
+
rspec-retry
|
|
112
|
+
ruby-lsp-rspec
|
|
113
|
+
sentry-ruby!
|
|
114
|
+
sentry-yabeda!
|
|
115
|
+
simplecov
|
|
116
|
+
simplecov-cobertura (~> 3.0)
|
|
117
|
+
timecop
|
|
118
|
+
|
|
119
|
+
CHECKSUMS
|
|
120
|
+
anyway_config (2.8.1) sha256=541842b25117fac3e277670c32dc09d3b715b20404826a6538ac35527583624f
|
|
121
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
122
|
+
bundler (4.0.16) sha256=d6ca5dd440c24f9abce9844cf44cc8e18c6a553de65a47efb4544137af92c47d
|
|
123
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
124
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
125
|
+
debug (1.11.1)
|
|
126
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
127
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
128
|
+
dry-initializer (3.2.0) sha256=37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3
|
|
129
|
+
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
|
|
130
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
131
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
132
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
133
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
134
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
135
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
136
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
137
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
138
|
+
rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
|
|
139
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
140
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
141
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
142
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
143
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
144
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
145
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
146
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
147
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
148
|
+
ruby-lsp (0.26.10) sha256=e67284af94423531f6b9a583350596421b5a6a4dd93083f1c2ba03da7c23bbed
|
|
149
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
150
|
+
ruby-next-core (1.2.1) sha256=ddba3e986e127143299a26bde8bdbeedd4bc738a1a765e499f9634f361551f79
|
|
151
|
+
sentry-ruby (6.6.2)
|
|
152
|
+
sentry-yabeda (6.6.2)
|
|
153
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
154
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
155
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
156
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
157
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
158
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
159
|
+
yabeda (0.16.0) sha256=7f6e51acd7d9a51d850ea8c3844f72a24882f1312b3fc3836052bcd63d384cba
|
|
160
|
+
|
|
161
|
+
BUNDLED WITH
|
|
162
|
+
4.0.16
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
bigdecimal (4.1.2)
|
|
30
|
+
cgi (0.5.2)
|
|
31
|
+
concurrent-ruby (1.3.8)
|
|
32
|
+
diff-lcs (1.6.2)
|
|
33
|
+
docile (1.4.1)
|
|
34
|
+
dry-initializer (3.2.0)
|
|
35
|
+
erb (6.0.6)
|
|
36
|
+
io-console (0.8.2)
|
|
37
|
+
irb (1.18.0)
|
|
38
|
+
pp (>= 0.6.0)
|
|
39
|
+
prism (>= 1.3.0)
|
|
40
|
+
rdoc (>= 4.0.0)
|
|
41
|
+
reline (>= 0.4.2)
|
|
42
|
+
language_server-protocol (3.17.0.6)
|
|
43
|
+
logger (1.7.0)
|
|
44
|
+
pp (0.6.4)
|
|
45
|
+
prettyprint
|
|
46
|
+
prettyprint (0.2.0)
|
|
47
|
+
prism (1.9.0)
|
|
48
|
+
rake (12.3.3)
|
|
49
|
+
rbs (4.1.2)
|
|
50
|
+
logger
|
|
51
|
+
prism (>= 1.6.0)
|
|
52
|
+
tsort
|
|
53
|
+
rdoc (8.0.0)
|
|
54
|
+
erb
|
|
55
|
+
prism (>= 1.6.0)
|
|
56
|
+
rbs (>= 4.0.0)
|
|
57
|
+
tsort
|
|
58
|
+
reline (0.6.3)
|
|
59
|
+
io-console (~> 0.5)
|
|
60
|
+
rexml (3.4.1)
|
|
61
|
+
rspec (3.13.2)
|
|
62
|
+
rspec-core (~> 3.13.0)
|
|
63
|
+
rspec-expectations (~> 3.13.0)
|
|
64
|
+
rspec-mocks (~> 3.13.0)
|
|
65
|
+
rspec-core (3.13.6)
|
|
66
|
+
rspec-support (~> 3.13.0)
|
|
67
|
+
rspec-expectations (3.13.5)
|
|
68
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
|
+
rspec-support (~> 3.13.0)
|
|
70
|
+
rspec-mocks (3.13.8)
|
|
71
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
72
|
+
rspec-support (~> 3.13.0)
|
|
73
|
+
rspec-retry (0.6.2)
|
|
74
|
+
rspec-core (> 3.3)
|
|
75
|
+
rspec-support (3.13.7)
|
|
76
|
+
ruby-lsp (0.26.10)
|
|
77
|
+
language_server-protocol (~> 3.17.0)
|
|
78
|
+
prism (>= 1.2, < 2.0)
|
|
79
|
+
rbs (>= 3, < 5)
|
|
80
|
+
ruby-lsp-rspec (0.1.29)
|
|
81
|
+
ruby-lsp (~> 0.26.0)
|
|
82
|
+
ruby-next-core (1.2.1)
|
|
83
|
+
simplecov (0.22.0)
|
|
84
|
+
docile (~> 1.1)
|
|
85
|
+
simplecov-html (~> 0.11)
|
|
86
|
+
simplecov_json_formatter (~> 0.1)
|
|
87
|
+
simplecov-cobertura (3.2.0)
|
|
88
|
+
rexml
|
|
89
|
+
simplecov (~> 0.19)
|
|
90
|
+
simplecov-html (0.13.2)
|
|
91
|
+
simplecov_json_formatter (0.1.4)
|
|
92
|
+
timecop (0.9.11)
|
|
93
|
+
tsort (0.2.0)
|
|
94
|
+
yabeda (0.16.0)
|
|
95
|
+
anyway_config (>= 1.0, < 3)
|
|
96
|
+
concurrent-ruby
|
|
97
|
+
dry-initializer
|
|
98
|
+
|
|
99
|
+
PLATFORMS
|
|
100
|
+
aarch64-linux
|
|
101
|
+
ruby
|
|
102
|
+
x86_64-linux-gnu
|
|
103
|
+
|
|
104
|
+
DEPENDENCIES
|
|
105
|
+
cgi
|
|
106
|
+
debug!
|
|
107
|
+
irb
|
|
108
|
+
rake (~> 12.0)
|
|
109
|
+
rexml (= 3.4.1)
|
|
110
|
+
rspec
|
|
111
|
+
rspec-retry
|
|
112
|
+
ruby-lsp-rspec
|
|
113
|
+
sentry-ruby!
|
|
114
|
+
sentry-yabeda!
|
|
115
|
+
simplecov
|
|
116
|
+
simplecov-cobertura (~> 3.0)
|
|
117
|
+
timecop
|
|
118
|
+
|
|
119
|
+
CHECKSUMS
|
|
120
|
+
anyway_config (2.8.1) sha256=541842b25117fac3e277670c32dc09d3b715b20404826a6538ac35527583624f
|
|
121
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
122
|
+
bundler (4.0.16) sha256=d6ca5dd440c24f9abce9844cf44cc8e18c6a553de65a47efb4544137af92c47d
|
|
123
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
124
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
125
|
+
debug (1.11.1)
|
|
126
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
127
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
128
|
+
dry-initializer (3.2.0) sha256=37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3
|
|
129
|
+
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
|
|
130
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
131
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
132
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
133
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
134
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
135
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
136
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
137
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
138
|
+
rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
|
|
139
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
140
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
141
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
142
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
143
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
144
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
145
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
146
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
147
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
148
|
+
ruby-lsp (0.26.10) sha256=e67284af94423531f6b9a583350596421b5a6a4dd93083f1c2ba03da7c23bbed
|
|
149
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
150
|
+
ruby-next-core (1.2.1) sha256=ddba3e986e127143299a26bde8bdbeedd4bc738a1a765e499f9634f361551f79
|
|
151
|
+
sentry-ruby (6.6.2)
|
|
152
|
+
sentry-yabeda (6.6.2)
|
|
153
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
154
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
155
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
156
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
157
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
158
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
159
|
+
yabeda (0.16.0) sha256=7f6e51acd7d9a51d850ea8c3844f72a24882f1312b3fc3836052bcd63d384cba
|
|
160
|
+
|
|
161
|
+
BUNDLED WITH
|
|
162
|
+
4.0.16
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
base64 (0.3.0)
|
|
30
|
+
benchmark (0.5.0)
|
|
31
|
+
bigdecimal (4.1.2)
|
|
32
|
+
cgi (0.5.2)
|
|
33
|
+
concurrent-ruby (1.3.8)
|
|
34
|
+
diff-lcs (1.6.2)
|
|
35
|
+
docile (1.4.1)
|
|
36
|
+
drb (2.2.3)
|
|
37
|
+
dry-initializer (3.2.0)
|
|
38
|
+
erb (6.0.6)
|
|
39
|
+
io-console (0.8.2)
|
|
40
|
+
irb (1.18.0)
|
|
41
|
+
pp (>= 0.6.0)
|
|
42
|
+
prism (>= 1.3.0)
|
|
43
|
+
rdoc (>= 4.0.0)
|
|
44
|
+
reline (>= 0.4.2)
|
|
45
|
+
language_server-protocol (3.17.0.6)
|
|
46
|
+
logger (1.7.0)
|
|
47
|
+
mutex_m (0.3.0)
|
|
48
|
+
ostruct (0.6.3)
|
|
49
|
+
pp (0.6.4)
|
|
50
|
+
prettyprint
|
|
51
|
+
prettyprint (0.2.0)
|
|
52
|
+
prism (1.9.0)
|
|
53
|
+
rake (12.3.3)
|
|
54
|
+
rbs (4.1.2)
|
|
55
|
+
logger
|
|
56
|
+
prism (>= 1.6.0)
|
|
57
|
+
tsort
|
|
58
|
+
rdoc (8.0.0)
|
|
59
|
+
erb
|
|
60
|
+
prism (>= 1.6.0)
|
|
61
|
+
rbs (>= 4.0.0)
|
|
62
|
+
tsort
|
|
63
|
+
reline (0.6.3)
|
|
64
|
+
io-console (~> 0.5)
|
|
65
|
+
rexml (3.4.1)
|
|
66
|
+
rspec (3.13.2)
|
|
67
|
+
rspec-core (~> 3.13.0)
|
|
68
|
+
rspec-expectations (~> 3.13.0)
|
|
69
|
+
rspec-mocks (~> 3.13.0)
|
|
70
|
+
rspec-core (3.13.6)
|
|
71
|
+
rspec-support (~> 3.13.0)
|
|
72
|
+
rspec-expectations (3.13.5)
|
|
73
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
74
|
+
rspec-support (~> 3.13.0)
|
|
75
|
+
rspec-mocks (3.13.8)
|
|
76
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
77
|
+
rspec-support (~> 3.13.0)
|
|
78
|
+
rspec-retry (0.6.2)
|
|
79
|
+
rspec-core (> 3.3)
|
|
80
|
+
rspec-support (3.13.7)
|
|
81
|
+
ruby-lsp (0.26.10)
|
|
82
|
+
language_server-protocol (~> 3.17.0)
|
|
83
|
+
prism (>= 1.2, < 2.0)
|
|
84
|
+
rbs (>= 3, < 5)
|
|
85
|
+
ruby-lsp-rspec (0.1.29)
|
|
86
|
+
ruby-lsp (~> 0.26.0)
|
|
87
|
+
ruby-next-core (1.2.1)
|
|
88
|
+
simplecov (0.22.0)
|
|
89
|
+
docile (~> 1.1)
|
|
90
|
+
simplecov-html (~> 0.11)
|
|
91
|
+
simplecov_json_formatter (~> 0.1)
|
|
92
|
+
simplecov-cobertura (3.2.0)
|
|
93
|
+
rexml
|
|
94
|
+
simplecov (~> 0.19)
|
|
95
|
+
simplecov-html (0.13.2)
|
|
96
|
+
simplecov_json_formatter (0.1.4)
|
|
97
|
+
timecop (0.9.11)
|
|
98
|
+
tsort (0.2.0)
|
|
99
|
+
yabeda (0.16.0)
|
|
100
|
+
anyway_config (>= 1.0, < 3)
|
|
101
|
+
concurrent-ruby
|
|
102
|
+
dry-initializer
|
|
103
|
+
|
|
104
|
+
PLATFORMS
|
|
105
|
+
aarch64-linux
|
|
106
|
+
ruby
|
|
107
|
+
x86_64-linux-gnu
|
|
108
|
+
|
|
109
|
+
DEPENDENCIES
|
|
110
|
+
base64
|
|
111
|
+
benchmark
|
|
112
|
+
cgi
|
|
113
|
+
debug!
|
|
114
|
+
drb
|
|
115
|
+
irb
|
|
116
|
+
mutex_m
|
|
117
|
+
ostruct
|
|
118
|
+
rake (~> 12.0)
|
|
119
|
+
rexml (= 3.4.1)
|
|
120
|
+
rspec
|
|
121
|
+
rspec-retry
|
|
122
|
+
ruby-lsp-rspec
|
|
123
|
+
sentry-ruby!
|
|
124
|
+
sentry-yabeda!
|
|
125
|
+
simplecov
|
|
126
|
+
simplecov-cobertura (~> 3.0)
|
|
127
|
+
timecop
|
|
128
|
+
|
|
129
|
+
CHECKSUMS
|
|
130
|
+
anyway_config (2.8.1) sha256=541842b25117fac3e277670c32dc09d3b715b20404826a6538ac35527583624f
|
|
131
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
132
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
133
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
134
|
+
bundler (4.0.16) sha256=d6ca5dd440c24f9abce9844cf44cc8e18c6a553de65a47efb4544137af92c47d
|
|
135
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
136
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
137
|
+
debug (1.11.1)
|
|
138
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
139
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
140
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
141
|
+
dry-initializer (3.2.0) sha256=37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3
|
|
142
|
+
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
|
|
143
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
144
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
145
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
146
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
147
|
+
mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
|
|
148
|
+
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
|
|
149
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
150
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
151
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
152
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
153
|
+
rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
|
|
154
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
155
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
156
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
157
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
158
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
159
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
160
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
161
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
162
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
163
|
+
ruby-lsp (0.26.10) sha256=e67284af94423531f6b9a583350596421b5a6a4dd93083f1c2ba03da7c23bbed
|
|
164
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
165
|
+
ruby-next-core (1.2.1) sha256=ddba3e986e127143299a26bde8bdbeedd4bc738a1a765e499f9634f361551f79
|
|
166
|
+
sentry-ruby (6.6.2)
|
|
167
|
+
sentry-yabeda (6.6.2)
|
|
168
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
169
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
170
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
171
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
172
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
173
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
174
|
+
yabeda (0.16.0) sha256=7f6e51acd7d9a51d850ea8c3844f72a24882f1312b3fc3836052bcd63d384cba
|
|
175
|
+
|
|
176
|
+
BUNDLED WITH
|
|
177
|
+
4.0.16
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
debug (1.11.1)
|
|
6
|
+
irb (~> 1.10)
|
|
7
|
+
reline (>= 0.3.8)
|
|
8
|
+
|
|
9
|
+
PATH
|
|
10
|
+
remote: ../../sentry-ruby
|
|
11
|
+
specs:
|
|
12
|
+
sentry-ruby (6.6.2)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
logger
|
|
16
|
+
|
|
17
|
+
PATH
|
|
18
|
+
remote: ..
|
|
19
|
+
specs:
|
|
20
|
+
sentry-yabeda (6.6.2)
|
|
21
|
+
sentry-ruby (~> 6.6.2)
|
|
22
|
+
yabeda (>= 0.11)
|
|
23
|
+
|
|
24
|
+
GEM
|
|
25
|
+
remote: https://rubygems.org/
|
|
26
|
+
specs:
|
|
27
|
+
anyway_config (2.8.1)
|
|
28
|
+
ruby-next-core (~> 1.0)
|
|
29
|
+
base64 (0.3.0)
|
|
30
|
+
benchmark (0.5.0)
|
|
31
|
+
bigdecimal (4.1.2)
|
|
32
|
+
cgi (0.5.2)
|
|
33
|
+
concurrent-ruby (1.3.8)
|
|
34
|
+
diff-lcs (1.6.2)
|
|
35
|
+
docile (1.4.1)
|
|
36
|
+
drb (2.2.3)
|
|
37
|
+
dry-initializer (3.2.0)
|
|
38
|
+
erb (6.0.6)
|
|
39
|
+
io-console (0.8.2)
|
|
40
|
+
irb (1.18.0)
|
|
41
|
+
pp (>= 0.6.0)
|
|
42
|
+
prism (>= 1.3.0)
|
|
43
|
+
rdoc (>= 4.0.0)
|
|
44
|
+
reline (>= 0.4.2)
|
|
45
|
+
language_server-protocol (3.17.0.6)
|
|
46
|
+
logger (1.7.0)
|
|
47
|
+
mutex_m (0.3.0)
|
|
48
|
+
ostruct (0.6.3)
|
|
49
|
+
pp (0.6.4)
|
|
50
|
+
prettyprint
|
|
51
|
+
prettyprint (0.2.0)
|
|
52
|
+
prism (1.9.0)
|
|
53
|
+
rake (12.3.3)
|
|
54
|
+
rbs (4.1.2)
|
|
55
|
+
logger
|
|
56
|
+
prism (>= 1.6.0)
|
|
57
|
+
tsort
|
|
58
|
+
rdoc (8.0.0)
|
|
59
|
+
erb
|
|
60
|
+
prism (>= 1.6.0)
|
|
61
|
+
rbs (>= 4.0.0)
|
|
62
|
+
tsort
|
|
63
|
+
reline (0.6.3)
|
|
64
|
+
io-console (~> 0.5)
|
|
65
|
+
rexml (3.4.1)
|
|
66
|
+
rspec (3.13.2)
|
|
67
|
+
rspec-core (~> 3.13.0)
|
|
68
|
+
rspec-expectations (~> 3.13.0)
|
|
69
|
+
rspec-mocks (~> 3.13.0)
|
|
70
|
+
rspec-core (3.13.6)
|
|
71
|
+
rspec-support (~> 3.13.0)
|
|
72
|
+
rspec-expectations (3.13.5)
|
|
73
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
74
|
+
rspec-support (~> 3.13.0)
|
|
75
|
+
rspec-mocks (3.13.8)
|
|
76
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
77
|
+
rspec-support (~> 3.13.0)
|
|
78
|
+
rspec-retry (0.6.2)
|
|
79
|
+
rspec-core (> 3.3)
|
|
80
|
+
rspec-support (3.13.7)
|
|
81
|
+
ruby-lsp (0.26.10)
|
|
82
|
+
language_server-protocol (~> 3.17.0)
|
|
83
|
+
prism (>= 1.2, < 2.0)
|
|
84
|
+
rbs (>= 3, < 5)
|
|
85
|
+
ruby-lsp-rspec (0.1.29)
|
|
86
|
+
ruby-lsp (~> 0.26.0)
|
|
87
|
+
ruby-next-core (1.2.1)
|
|
88
|
+
simplecov (0.22.0)
|
|
89
|
+
docile (~> 1.1)
|
|
90
|
+
simplecov-html (~> 0.11)
|
|
91
|
+
simplecov_json_formatter (~> 0.1)
|
|
92
|
+
simplecov-cobertura (3.2.0)
|
|
93
|
+
rexml
|
|
94
|
+
simplecov (~> 0.19)
|
|
95
|
+
simplecov-html (0.13.2)
|
|
96
|
+
simplecov_json_formatter (0.1.4)
|
|
97
|
+
timecop (0.9.11)
|
|
98
|
+
tsort (0.2.0)
|
|
99
|
+
yabeda (0.16.0)
|
|
100
|
+
anyway_config (>= 1.0, < 3)
|
|
101
|
+
concurrent-ruby
|
|
102
|
+
dry-initializer
|
|
103
|
+
|
|
104
|
+
PLATFORMS
|
|
105
|
+
aarch64-linux
|
|
106
|
+
ruby
|
|
107
|
+
x86_64-linux-gnu
|
|
108
|
+
|
|
109
|
+
DEPENDENCIES
|
|
110
|
+
base64
|
|
111
|
+
benchmark
|
|
112
|
+
cgi
|
|
113
|
+
debug!
|
|
114
|
+
drb
|
|
115
|
+
irb
|
|
116
|
+
mutex_m
|
|
117
|
+
ostruct
|
|
118
|
+
rake (~> 12.0)
|
|
119
|
+
rexml (= 3.4.1)
|
|
120
|
+
rspec
|
|
121
|
+
rspec-retry
|
|
122
|
+
ruby-lsp-rspec
|
|
123
|
+
sentry-ruby!
|
|
124
|
+
sentry-yabeda!
|
|
125
|
+
simplecov
|
|
126
|
+
simplecov-cobertura (~> 3.0)
|
|
127
|
+
timecop
|
|
128
|
+
|
|
129
|
+
CHECKSUMS
|
|
130
|
+
anyway_config (2.8.1) sha256=541842b25117fac3e277670c32dc09d3b715b20404826a6538ac35527583624f
|
|
131
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
132
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
133
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
134
|
+
bundler (4.0.16) sha256=d6ca5dd440c24f9abce9844cf44cc8e18c6a553de65a47efb4544137af92c47d
|
|
135
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
136
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
137
|
+
debug (1.11.1)
|
|
138
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
139
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
140
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
141
|
+
dry-initializer (3.2.0) sha256=37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3
|
|
142
|
+
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
|
|
143
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
144
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
145
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
146
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
147
|
+
mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
|
|
148
|
+
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
|
|
149
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
150
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
151
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
152
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
153
|
+
rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
|
|
154
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
155
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
156
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
157
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
158
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
159
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
160
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
161
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
162
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
163
|
+
ruby-lsp (0.26.10) sha256=e67284af94423531f6b9a583350596421b5a6a4dd93083f1c2ba03da7c23bbed
|
|
164
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
165
|
+
ruby-next-core (1.2.1) sha256=ddba3e986e127143299a26bde8bdbeedd4bc738a1a765e499f9634f361551f79
|
|
166
|
+
sentry-ruby (6.6.2)
|
|
167
|
+
sentry-yabeda (6.6.2)
|
|
168
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
169
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
170
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
171
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
172
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
173
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
174
|
+
yabeda (0.16.0) sha256=7f6e51acd7d9a51d850ea8c3844f72a24882f1312b3fc3836052bcd63d384cba
|
|
175
|
+
|
|
176
|
+
BUNDLED WITH
|
|
177
|
+
4.0.16
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/ruby/debug.git
|
|
3
|
+
revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
|
|
4
|
+
specs:
|
|
5
|
+
|
|
6
|
+
PATH
|
|
7
|
+
remote: ../../sentry-ruby
|
|
8
|
+
specs:
|
|
9
|
+
sentry-ruby (6.6.2)
|
|
10
|
+
bigdecimal
|
|
11
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
|
+
logger
|
|
13
|
+
|
|
14
|
+
PATH
|
|
15
|
+
remote: ..
|
|
16
|
+
specs:
|
|
17
|
+
sentry-yabeda (6.6.2)
|
|
18
|
+
sentry-ruby (~> 6.6.2)
|
|
19
|
+
yabeda (>= 0.11)
|
|
20
|
+
|
|
21
|
+
GEM
|
|
22
|
+
remote: https://rubygems.org/
|
|
23
|
+
specs:
|
|
24
|
+
anyway_config (2.8.1)
|
|
25
|
+
ruby-next-core (~> 1.0)
|
|
26
|
+
bigdecimal (4.1.2-java)
|
|
27
|
+
cgi (0.5.2-java)
|
|
28
|
+
concurrent-ruby (1.3.8)
|
|
29
|
+
date (3.5.1-java)
|
|
30
|
+
diff-lcs (1.6.2)
|
|
31
|
+
docile (1.4.1)
|
|
32
|
+
dry-initializer (3.2.0)
|
|
33
|
+
erb (4.0.4.1-java)
|
|
34
|
+
cgi (>= 0.3.3)
|
|
35
|
+
io-console (0.8.2-java)
|
|
36
|
+
irb (1.18.0)
|
|
37
|
+
pp (>= 0.6.0)
|
|
38
|
+
prism (>= 1.3.0)
|
|
39
|
+
rdoc (>= 4.0.0)
|
|
40
|
+
reline (>= 0.4.2)
|
|
41
|
+
jar-dependencies (0.5.7)
|
|
42
|
+
logger (1.7.0)
|
|
43
|
+
pp (0.6.4)
|
|
44
|
+
prettyprint
|
|
45
|
+
prettyprint (0.2.0)
|
|
46
|
+
prism (1.9.0)
|
|
47
|
+
psych (5.4.0-java)
|
|
48
|
+
date
|
|
49
|
+
jar-dependencies (>= 0.1.7)
|
|
50
|
+
rake (12.3.3)
|
|
51
|
+
rdoc (7.2.0)
|
|
52
|
+
erb
|
|
53
|
+
psych (>= 4.0.0)
|
|
54
|
+
tsort
|
|
55
|
+
reline (0.6.3)
|
|
56
|
+
io-console (~> 0.5)
|
|
57
|
+
rexml (3.4.1)
|
|
58
|
+
rspec (3.13.2)
|
|
59
|
+
rspec-core (~> 3.13.0)
|
|
60
|
+
rspec-expectations (~> 3.13.0)
|
|
61
|
+
rspec-mocks (~> 3.13.0)
|
|
62
|
+
rspec-core (3.13.6)
|
|
63
|
+
rspec-support (~> 3.13.0)
|
|
64
|
+
rspec-expectations (3.13.5)
|
|
65
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
66
|
+
rspec-support (~> 3.13.0)
|
|
67
|
+
rspec-mocks (3.13.8)
|
|
68
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
|
+
rspec-support (~> 3.13.0)
|
|
70
|
+
rspec-retry (0.6.2)
|
|
71
|
+
rspec-core (> 3.3)
|
|
72
|
+
rspec-support (3.13.7)
|
|
73
|
+
ruby-next-core (1.2.1)
|
|
74
|
+
simplecov (0.22.0)
|
|
75
|
+
docile (~> 1.1)
|
|
76
|
+
simplecov-html (~> 0.11)
|
|
77
|
+
simplecov_json_formatter (~> 0.1)
|
|
78
|
+
simplecov-cobertura (3.2.0)
|
|
79
|
+
rexml
|
|
80
|
+
simplecov (~> 0.19)
|
|
81
|
+
simplecov-html (0.13.2)
|
|
82
|
+
simplecov_json_formatter (0.1.4)
|
|
83
|
+
timecop (0.9.11)
|
|
84
|
+
tsort (0.2.0)
|
|
85
|
+
yabeda (0.16.0)
|
|
86
|
+
anyway_config (>= 1.0, < 3)
|
|
87
|
+
concurrent-ruby
|
|
88
|
+
dry-initializer
|
|
89
|
+
|
|
90
|
+
PLATFORMS
|
|
91
|
+
universal-java-21
|
|
92
|
+
|
|
93
|
+
DEPENDENCIES
|
|
94
|
+
cgi
|
|
95
|
+
debug!
|
|
96
|
+
irb
|
|
97
|
+
jar-dependencies
|
|
98
|
+
rake (~> 12.0)
|
|
99
|
+
rexml (= 3.4.1)
|
|
100
|
+
rspec
|
|
101
|
+
rspec-retry
|
|
102
|
+
sentry-ruby!
|
|
103
|
+
sentry-yabeda!
|
|
104
|
+
simplecov
|
|
105
|
+
simplecov-cobertura (~> 3.0)
|
|
106
|
+
timecop
|
|
107
|
+
|
|
108
|
+
CHECKSUMS
|
|
109
|
+
anyway_config (2.8.1) sha256=541842b25117fac3e277670c32dc09d3b715b20404826a6538ac35527583624f
|
|
110
|
+
bigdecimal (4.1.2-java) sha256=ccc836eab720a525529f70ed0de26a206fdbc9a9e8ac67b3b4ac7318b03e114d
|
|
111
|
+
cgi (0.5.2-java) sha256=08bbfe06e10e771d36f10db6c1dfb81727ea2a25c3dbcd28d890a1794414a73d
|
|
112
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
113
|
+
date (3.5.1-java) sha256=12e09477dc932afe45bf768cd362bf73026804e0db1e6c314186d6cd0bee3344
|
|
114
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
115
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
116
|
+
dry-initializer (3.2.0) sha256=37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3
|
|
117
|
+
erb (4.0.4.1-java) sha256=3e4805edebd25f48cdb43ad4ebf1d61c11538f29373f0a48716b688819e3f7ce
|
|
118
|
+
io-console (0.8.2-java) sha256=837efefe96084c13ae91114917986ae6c6d1cf063b27b8419cc564a722a38af8
|
|
119
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
120
|
+
jar-dependencies (0.5.7) sha256=013ce5f4639414ac8cf1169cdbe763da164b81e2d2c983d11042b5ff7bfcce80
|
|
121
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
122
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
123
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
124
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
125
|
+
psych (5.4.0-java) sha256=5f948b27c94be491e6ae3e19484700fe87b7bea75f91a5ab8cdf18bb215b1a3b
|
|
126
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
127
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
128
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
129
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
130
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
131
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
132
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
133
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
134
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
135
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
136
|
+
ruby-next-core (1.2.1) sha256=ddba3e986e127143299a26bde8bdbeedd4bc738a1a765e499f9634f361551f79
|
|
137
|
+
sentry-ruby (6.6.2)
|
|
138
|
+
sentry-yabeda (6.6.2)
|
|
139
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
140
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
141
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
142
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
143
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
144
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
145
|
+
yabeda (0.16.0) sha256=7f6e51acd7d9a51d850ea8c3844f72a24882f1312b3fc3836052bcd63d384cba
|
|
146
|
+
|
|
147
|
+
BUNDLED WITH
|
|
148
|
+
2.6.9
|
data/sentry-yabeda.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.platform = Gem::Platform::RUBY
|
|
14
14
|
spec.required_ruby_version = '>= 2.7'
|
|
15
15
|
spec.extra_rdoc_files = ["README.md", "LICENSE.txt"]
|
|
16
|
-
spec.files = `git ls-files | grep -Ev '^(spec|benchmarks|examples|\.rubocop\.yml)'`.split("\n")
|
|
16
|
+
spec.files = `git ls-files | grep -Ev '^(spec|benchmarks|examples|test-matrix\.json|\.rubocop\.yml)'`.split("\n")
|
|
17
17
|
|
|
18
18
|
github_root_uri = 'https://github.com/getsentry/sentry-ruby'
|
|
19
19
|
spec.homepage = "#{github_root_uri}/tree/#{spec.version}/#{spec.name}"
|
|
@@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
31
31
|
spec.require_paths = ["lib"]
|
|
32
32
|
|
|
33
|
-
spec.add_dependency "sentry-ruby", "~> 6.
|
|
33
|
+
spec.add_dependency "sentry-ruby", "~> 6.7.0"
|
|
34
34
|
spec.add_dependency "yabeda", ">= 0.11"
|
|
35
35
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sentry-yabeda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sentry Team
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 6.
|
|
18
|
+
version: 6.7.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 6.
|
|
25
|
+
version: 6.7.0
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: yabeda
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -50,21 +50,30 @@ files:
|
|
|
50
50
|
- Makefile
|
|
51
51
|
- README.md
|
|
52
52
|
- Rakefile
|
|
53
|
+
- bin/test
|
|
54
|
+
- gemfiles/ruby-2.7.gemfile.lock
|
|
55
|
+
- gemfiles/ruby-3.0.gemfile.lock
|
|
56
|
+
- gemfiles/ruby-3.1.gemfile.lock
|
|
57
|
+
- gemfiles/ruby-3.2.gemfile.lock
|
|
58
|
+
- gemfiles/ruby-3.3.gemfile.lock
|
|
59
|
+
- gemfiles/ruby-3.4.gemfile.lock
|
|
60
|
+
- gemfiles/ruby-4.0.gemfile.lock
|
|
61
|
+
- gemfiles/ruby-jruby-9.4.14.0.gemfile.lock
|
|
53
62
|
- lib/sentry-yabeda.rb
|
|
54
63
|
- lib/sentry/yabeda/adapter.rb
|
|
55
64
|
- lib/sentry/yabeda/collector.rb
|
|
56
65
|
- lib/sentry/yabeda/configuration.rb
|
|
57
66
|
- lib/sentry/yabeda/version.rb
|
|
58
67
|
- sentry-yabeda.gemspec
|
|
59
|
-
homepage: https://github.com/getsentry/sentry-ruby/tree/6.
|
|
68
|
+
homepage: https://github.com/getsentry/sentry-ruby/tree/6.7.0/sentry-yabeda
|
|
60
69
|
licenses:
|
|
61
70
|
- MIT
|
|
62
71
|
metadata:
|
|
63
|
-
homepage_uri: https://github.com/getsentry/sentry-ruby/tree/6.
|
|
64
|
-
source_code_uri: https://github.com/getsentry/sentry-ruby/tree/6.
|
|
65
|
-
changelog_uri: https://github.com/getsentry/sentry-ruby/blob/6.
|
|
72
|
+
homepage_uri: https://github.com/getsentry/sentry-ruby/tree/6.7.0/sentry-yabeda
|
|
73
|
+
source_code_uri: https://github.com/getsentry/sentry-ruby/tree/6.7.0/sentry-yabeda
|
|
74
|
+
changelog_uri: https://github.com/getsentry/sentry-ruby/blob/6.7.0/CHANGELOG.md
|
|
66
75
|
bug_tracker_uri: https://github.com/getsentry/sentry-ruby/issues
|
|
67
|
-
documentation_uri: http://www.rubydoc.info/gems/sentry-yabeda/6.
|
|
76
|
+
documentation_uri: http://www.rubydoc.info/gems/sentry-yabeda/6.7.0
|
|
68
77
|
rdoc_options: []
|
|
69
78
|
require_paths:
|
|
70
79
|
- lib
|