boxcars 0.10.7 → 0.10.8
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/CHANGELOG.md +10 -0
- data/Gemfile.lock +36 -42
- data/lib/boxcars/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da289e4aa4df38ff38c4cc1881d99ec408cbc0e07fedda6585ac9976861c9674
|
|
4
|
+
data.tar.gz: bd7c24abdcf97f4bb9c9a91619e1cda11876a218a7314f0c26c202884b09e164
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cc8e81a27341a52df735432bc0d761395bce8a38020663da2edf7c4ae7fa852e3fb828cb86aa3d94a65d59a7ae6317d62e791129e249cee4a8c3db2266fa459
|
|
7
|
+
data.tar.gz: 17cd9467063c74666f6b0fa2b05b9faf889a0e41cfe3008f1ec9c70a8c2281544d9404de0691052cad704453bf4e404fe6b019b6a553166fbbbfac6302b27ae0
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.10.8] - 2026-04-06
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Cleaned up the `Boxcars::MultiBackend` spec helpers to remove duplicate anonymous backend method definitions and clear the remaining `Lint/DuplicateMethods` RuboCop warnings.
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
|
|
13
|
+
- Refreshed `Gemfile.lock` for the `0.10.8` release, including patch and minor dependency updates across the development bundle.
|
|
14
|
+
|
|
5
15
|
## [0.10.7] - 2026-03-31
|
|
6
16
|
|
|
7
17
|
### Fixed
|
data/Gemfile.lock
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
boxcars (0.10.
|
|
4
|
+
boxcars (0.10.8)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (8.1.
|
|
10
|
-
activesupport (= 8.1.
|
|
11
|
-
activerecord (8.1.
|
|
12
|
-
activemodel (= 8.1.
|
|
13
|
-
activesupport (= 8.1.
|
|
9
|
+
activemodel (8.1.3)
|
|
10
|
+
activesupport (= 8.1.3)
|
|
11
|
+
activerecord (8.1.3)
|
|
12
|
+
activemodel (= 8.1.3)
|
|
13
|
+
activesupport (= 8.1.3)
|
|
14
14
|
timeout (>= 0.4.0)
|
|
15
|
-
activesupport (8.1.
|
|
15
|
+
activesupport (8.1.3)
|
|
16
16
|
base64
|
|
17
17
|
bigdecimal
|
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -25,11 +25,11 @@ GEM
|
|
|
25
25
|
securerandom (>= 0.3)
|
|
26
26
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
27
27
|
uri (>= 0.13.1)
|
|
28
|
-
addressable (2.
|
|
28
|
+
addressable (2.9.0)
|
|
29
29
|
public_suffix (>= 2.0.2, < 8.0)
|
|
30
30
|
ast (2.4.3)
|
|
31
31
|
base64 (0.3.0)
|
|
32
|
-
bigdecimal (4.
|
|
32
|
+
bigdecimal (4.1.1)
|
|
33
33
|
cgi (0.5.1)
|
|
34
34
|
concurrent-ruby (1.3.6)
|
|
35
35
|
connection_pool (3.0.2)
|
|
@@ -64,43 +64,38 @@ GEM
|
|
|
64
64
|
prism (>= 1.3.0)
|
|
65
65
|
rdoc (>= 4.0.0)
|
|
66
66
|
reline (>= 0.4.2)
|
|
67
|
-
json (2.19.
|
|
68
|
-
json-schema (6.2.0)
|
|
69
|
-
addressable (~> 2.8)
|
|
70
|
-
bigdecimal (>= 3.1, < 5)
|
|
67
|
+
json (2.19.3)
|
|
71
68
|
language_server-protocol (3.17.0.5)
|
|
72
69
|
lint_roller (1.1.0)
|
|
73
70
|
logger (1.7.0)
|
|
74
|
-
|
|
75
|
-
json-schema (>= 4.1)
|
|
76
|
-
minitest (6.0.2)
|
|
71
|
+
minitest (6.0.3)
|
|
77
72
|
drb (~> 2.0)
|
|
78
73
|
prism (~> 1.5)
|
|
79
74
|
multipart-post (2.4.1)
|
|
80
75
|
net-http (0.9.1)
|
|
81
76
|
uri (>= 0.11.1)
|
|
82
|
-
nokogiri (1.19.
|
|
77
|
+
nokogiri (1.19.2-aarch64-linux-gnu)
|
|
83
78
|
racc (~> 1.4)
|
|
84
|
-
nokogiri (1.19.
|
|
79
|
+
nokogiri (1.19.2-aarch64-linux-musl)
|
|
85
80
|
racc (~> 1.4)
|
|
86
|
-
nokogiri (1.19.
|
|
81
|
+
nokogiri (1.19.2-arm-linux-gnu)
|
|
87
82
|
racc (~> 1.4)
|
|
88
|
-
nokogiri (1.19.
|
|
83
|
+
nokogiri (1.19.2-arm-linux-musl)
|
|
89
84
|
racc (~> 1.4)
|
|
90
|
-
nokogiri (1.19.
|
|
85
|
+
nokogiri (1.19.2-arm64-darwin)
|
|
91
86
|
racc (~> 1.4)
|
|
92
|
-
nokogiri (1.19.
|
|
87
|
+
nokogiri (1.19.2-x86_64-darwin)
|
|
93
88
|
racc (~> 1.4)
|
|
94
|
-
nokogiri (1.19.
|
|
89
|
+
nokogiri (1.19.2-x86_64-linux-gnu)
|
|
95
90
|
racc (~> 1.4)
|
|
96
|
-
nokogiri (1.19.
|
|
91
|
+
nokogiri (1.19.2-x86_64-linux-musl)
|
|
97
92
|
racc (~> 1.4)
|
|
98
|
-
openai (0.
|
|
93
|
+
openai (0.57.0)
|
|
99
94
|
base64
|
|
100
95
|
cgi
|
|
101
96
|
connection_pool
|
|
102
|
-
parallel (1.
|
|
103
|
-
parser (3.3.
|
|
97
|
+
parallel (1.28.0)
|
|
98
|
+
parser (3.3.11.1)
|
|
104
99
|
ast (~> 2.4.1)
|
|
105
100
|
racc
|
|
106
101
|
pg (1.6.3)
|
|
@@ -110,8 +105,8 @@ GEM
|
|
|
110
105
|
pg (1.6.3-x86_64-darwin)
|
|
111
106
|
pg (1.6.3-x86_64-linux)
|
|
112
107
|
pg (1.6.3-x86_64-linux-musl)
|
|
113
|
-
pgvector (0.3.
|
|
114
|
-
posthog-ruby (3.
|
|
108
|
+
pgvector (0.3.3)
|
|
109
|
+
posthog-ruby (3.6.1)
|
|
115
110
|
concurrent-ruby (~> 1)
|
|
116
111
|
pp (0.6.3)
|
|
117
112
|
prettyprint
|
|
@@ -128,7 +123,7 @@ GEM
|
|
|
128
123
|
erb
|
|
129
124
|
psych (>= 4.0.0)
|
|
130
125
|
tsort
|
|
131
|
-
regexp_parser (2.
|
|
126
|
+
regexp_parser (2.12.0)
|
|
132
127
|
reline (0.6.3)
|
|
133
128
|
io-console (~> 0.5)
|
|
134
129
|
rexml (3.4.4)
|
|
@@ -145,11 +140,10 @@ GEM
|
|
|
145
140
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
146
141
|
rspec-support (~> 3.13.0)
|
|
147
142
|
rspec-support (3.13.7)
|
|
148
|
-
rubocop (1.
|
|
143
|
+
rubocop (1.86.0)
|
|
149
144
|
json (~> 2.3)
|
|
150
145
|
language_server-protocol (~> 3.17.0.2)
|
|
151
146
|
lint_roller (~> 1.1.0)
|
|
152
|
-
mcp (~> 0.6)
|
|
153
147
|
parallel (~> 1.10)
|
|
154
148
|
parser (>= 3.3.0.2)
|
|
155
149
|
rainbow (>= 2.2.2, < 4.0)
|
|
@@ -172,16 +166,16 @@ GEM
|
|
|
172
166
|
faraday-multipart (>= 1)
|
|
173
167
|
ruby-progressbar (1.13.0)
|
|
174
168
|
securerandom (0.4.1)
|
|
175
|
-
sequel (5.
|
|
169
|
+
sequel (5.103.0)
|
|
176
170
|
bigdecimal
|
|
177
|
-
sqlite3 (2.9.
|
|
178
|
-
sqlite3 (2.9.
|
|
179
|
-
sqlite3 (2.9.
|
|
180
|
-
sqlite3 (2.9.
|
|
181
|
-
sqlite3 (2.9.
|
|
182
|
-
sqlite3 (2.9.
|
|
183
|
-
sqlite3 (2.9.
|
|
184
|
-
sqlite3 (2.9.
|
|
171
|
+
sqlite3 (2.9.2-aarch64-linux-gnu)
|
|
172
|
+
sqlite3 (2.9.2-aarch64-linux-musl)
|
|
173
|
+
sqlite3 (2.9.2-arm-linux-gnu)
|
|
174
|
+
sqlite3 (2.9.2-arm-linux-musl)
|
|
175
|
+
sqlite3 (2.9.2-arm64-darwin)
|
|
176
|
+
sqlite3 (2.9.2-x86_64-darwin)
|
|
177
|
+
sqlite3 (2.9.2-x86_64-linux-gnu)
|
|
178
|
+
sqlite3 (2.9.2-x86_64-linux-musl)
|
|
185
179
|
stringio (3.2.0)
|
|
186
180
|
timeout (0.6.1)
|
|
187
181
|
tsort (0.2.0)
|
|
@@ -192,7 +186,7 @@ GEM
|
|
|
192
186
|
unicode-emoji (4.2.0)
|
|
193
187
|
uri (1.1.1)
|
|
194
188
|
vcr (6.4.0)
|
|
195
|
-
webmock (3.26.
|
|
189
|
+
webmock (3.26.2)
|
|
196
190
|
addressable (>= 2.8.0)
|
|
197
191
|
crack (>= 0.3.2)
|
|
198
192
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/lib/boxcars/version.rb
CHANGED