boxcars 0.7.3 → 0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32da67348d02e7e369d6b7ae465679220134c2abbfd7fbf8ff952bf51151e1bf
4
- data.tar.gz: 23658aa847e993e68d5bfc71ba40a686b764478e8d21b8c313b4f8bf6a6023f0
3
+ metadata.gz: b7d7e68a8fe277fba9e416c7f582ee60135ef79f101da5f8da802a900330e807
4
+ data.tar.gz: 7f7e7f5243dc3a3f646dee5475456b9df640773e6411053b8f8514a5b9ef95be
5
5
  SHA512:
6
- metadata.gz: b4cf6bbc8b99d96fa3dc20bf15b07d3a04f6d8ceee9e7a224c67f5ba7ca114f7a58acf3d00b973ab2243b8d09c0d5b5959e90ec7dc67ed819443d140f63c7660
7
- data.tar.gz: 11691020363325c0567e812dbde560290ec69f0d213aa585b71f76492ee09656f005f49661c32be8a96cf78435ee8ef8a66596ebf1896239a4cca9da7b592854
6
+ metadata.gz: 91af273bb15b972e59d0c1c2f142e19fbfc226298ce650da55e7925054e3c9ea2076f2c7ca9e741b2280cea33a913be27bf7f65681d61f6fbfa02d8361726e00
7
+ data.tar.gz: e4f6d515b34bc9ba1b12b70f7cd0813930b825675b93d263e991858d8c774ffc2030ce27264aac3c458f921fede365651a8344c1a4f279852b0c73c30052e39b
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- boxcars (0.7.3)
5
- anthropic (~> 0.3)
4
+ boxcars (0.7.4)
6
5
  google_search_results (~> 2.2)
7
6
  gpt4all (~> 0.0.5)
8
7
  hnswlib (~> 0.9)
9
8
  intelligence (>= 0.8)
10
9
  nokogiri (~> 1.18)
11
10
  pgvector (~> 0.2)
11
+ ruby-anthropic (~> 0.4)
12
12
  ruby-openai (>= 7.3)
13
13
 
14
14
  GEM
@@ -34,11 +34,7 @@ GEM
34
34
  tzinfo (~> 2.0, >= 2.0.5)
35
35
  addressable (2.8.7)
36
36
  public_suffix (>= 2.0.2, < 7.0)
37
- anthropic (0.3.2)
38
- event_stream_parser (>= 0.3.0, < 2.0.0)
39
- faraday (>= 1)
40
- faraday-multipart (>= 1)
41
- ast (2.4.2)
37
+ ast (2.4.3)
42
38
  async (1.32.1)
43
39
  console (~> 1.10)
44
40
  nio4r (~> 2.3)
@@ -51,20 +47,19 @@ GEM
51
47
  protocol-http1 (~> 0.19.0)
52
48
  protocol-http2 (~> 0.16.0)
53
49
  traces (>= 0.10.0)
54
- async-http-faraday (0.19.0)
50
+ async-http-faraday (0.21.0)
55
51
  async-http (~> 0.42)
56
52
  faraday
57
53
  async-io (1.43.2)
58
54
  async
59
- async-pool (0.10.2)
55
+ async-pool (0.10.3)
60
56
  async (>= 1.25)
61
- traces
62
57
  base64 (0.2.0)
63
58
  benchmark (0.4.0)
64
59
  bigdecimal (3.1.9)
65
60
  concurrent-ruby (1.3.5)
66
61
  connection_pool (2.5.0)
67
- console (1.29.2)
62
+ console (1.30.2)
68
63
  fiber-annotation
69
64
  fiber-local (~> 1.1)
70
65
  json
@@ -75,13 +70,13 @@ GEM
75
70
  debug (1.10.0)
76
71
  irb (~> 1.10)
77
72
  reline (>= 0.3.8)
78
- diff-lcs (1.5.1)
73
+ diff-lcs (1.6.1)
79
74
  domain_name (0.6.20240107)
80
- dotenv (3.1.7)
75
+ dotenv (3.1.8)
81
76
  drb (2.2.1)
82
77
  dynamicschema (1.0.0.beta04)
83
78
  event_stream_parser (1.0.0)
84
- faraday (2.12.2)
79
+ faraday (2.13.0)
85
80
  faraday-net_http (>= 2.0, < 3.5)
86
81
  json
87
82
  logger
@@ -91,7 +86,7 @@ GEM
91
86
  multipart-post (~> 2.0)
92
87
  faraday-net_http (3.4.0)
93
88
  net-http (>= 0.5.0)
94
- faraday-retry (2.2.1)
89
+ faraday-retry (2.3.1)
95
90
  faraday (~> 2.0)
96
91
  fiber-annotation (0.2.0)
97
92
  fiber-local (1.1.0)
@@ -116,7 +111,7 @@ GEM
116
111
  http-accept (1.7.0)
117
112
  http-cookie (1.0.8)
118
113
  domain_name (~> 0.5)
119
- i18n (1.14.6)
114
+ i18n (1.14.7)
120
115
  concurrent-ruby (~> 1.0)
121
116
  intelligence (0.8.0)
122
117
  dynamicschema (~> 1.0.0.beta03)
@@ -124,50 +119,56 @@ GEM
124
119
  json-repair (~> 0.2)
125
120
  mime-types (~> 3.6)
126
121
  io-console (0.8.0)
127
- irb (1.14.3)
122
+ irb (1.15.2)
123
+ pp (>= 0.6.0)
128
124
  rdoc (>= 4.0.0)
129
125
  reline (>= 0.4.2)
130
- json (2.9.1)
126
+ json (2.10.2)
131
127
  json-repair (0.2.0)
132
- language_server-protocol (3.17.0.3)
133
- logger (1.6.5)
134
- mime-types (3.6.0)
128
+ language_server-protocol (3.17.0.4)
129
+ lint_roller (1.1.0)
130
+ logger (1.7.0)
131
+ mime-types (3.6.2)
135
132
  logger
136
133
  mime-types-data (~> 3.2015)
137
- mime-types-data (3.2025.0107)
138
- minitest (5.25.4)
134
+ mime-types-data (3.2025.0408)
135
+ minitest (5.25.5)
139
136
  multi_json (1.15.0)
140
137
  multipart-post (2.4.1)
141
138
  net-http (0.6.0)
142
139
  uri
143
140
  netrc (0.11.0)
144
141
  nio4r (2.7.4)
145
- nokogiri (1.18.1-aarch64-linux-gnu)
142
+ nokogiri (1.18.7-aarch64-linux-gnu)
146
143
  racc (~> 1.4)
147
- nokogiri (1.18.1-aarch64-linux-musl)
144
+ nokogiri (1.18.7-aarch64-linux-musl)
148
145
  racc (~> 1.4)
149
- nokogiri (1.18.1-arm-linux-gnu)
146
+ nokogiri (1.18.7-arm-linux-gnu)
150
147
  racc (~> 1.4)
151
- nokogiri (1.18.1-arm-linux-musl)
148
+ nokogiri (1.18.7-arm-linux-musl)
152
149
  racc (~> 1.4)
153
- nokogiri (1.18.1-arm64-darwin)
150
+ nokogiri (1.18.7-arm64-darwin)
154
151
  racc (~> 1.4)
155
- nokogiri (1.18.1-x86_64-darwin)
152
+ nokogiri (1.18.7-x86_64-darwin)
156
153
  racc (~> 1.4)
157
- nokogiri (1.18.1-x86_64-linux-gnu)
154
+ nokogiri (1.18.7-x86_64-linux-gnu)
158
155
  racc (~> 1.4)
159
- nokogiri (1.18.1-x86_64-linux-musl)
156
+ nokogiri (1.18.7-x86_64-linux-musl)
160
157
  racc (~> 1.4)
161
158
  octokit (4.25.1)
162
159
  faraday (>= 1, < 3)
163
160
  sawyer (~> 0.9)
164
161
  os (1.1.4)
165
162
  parallel (1.26.3)
166
- parser (3.3.7.0)
163
+ parser (3.3.8.0)
167
164
  ast (~> 2.4.1)
168
165
  racc
169
166
  pg (1.5.9)
170
167
  pgvector (0.2.2)
168
+ pp (0.6.2)
169
+ prettyprint
170
+ prettyprint (0.2.0)
171
+ prism (1.4.0)
171
172
  protocol-hpack (1.5.1)
172
173
  protocol-http (0.26.8)
173
174
  protocol-http1 (0.19.1)
@@ -182,22 +183,22 @@ GEM
182
183
  racc (1.8.1)
183
184
  rainbow (3.1.1)
184
185
  rake (13.2.1)
185
- rdoc (6.11.0)
186
+ rdoc (6.13.1)
186
187
  psych (>= 4.0.0)
187
188
  regexp_parser (2.10.0)
188
- reline (0.6.0)
189
+ reline (0.6.1)
189
190
  io-console (~> 0.5)
190
191
  rest-client (2.1.0)
191
192
  http-accept (>= 1.7.0, < 2.0)
192
193
  http-cookie (>= 1.0.2, < 2.0)
193
194
  mime-types (>= 1.16, < 4.0)
194
195
  netrc (~> 0.8)
195
- rexml (3.4.0)
196
+ rexml (3.4.1)
196
197
  rspec (3.13.0)
197
198
  rspec-core (~> 3.13.0)
198
199
  rspec-expectations (~> 3.13.0)
199
200
  rspec-mocks (~> 3.13.0)
200
- rspec-core (3.13.2)
201
+ rspec-core (3.13.3)
201
202
  rspec-support (~> 3.13.0)
202
203
  rspec-expectations (3.13.3)
203
204
  diff-lcs (>= 1.2.0, < 2.0)
@@ -206,23 +207,30 @@ GEM
206
207
  diff-lcs (>= 1.2.0, < 2.0)
207
208
  rspec-support (~> 3.13.0)
208
209
  rspec-support (3.13.2)
209
- rubocop (1.70.0)
210
+ rubocop (1.75.2)
210
211
  json (~> 2.3)
211
- language_server-protocol (>= 3.17.0)
212
+ language_server-protocol (~> 3.17.0.2)
213
+ lint_roller (~> 1.1.0)
212
214
  parallel (~> 1.10)
213
215
  parser (>= 3.3.0.2)
214
216
  rainbow (>= 2.2.2, < 4.0)
215
217
  regexp_parser (>= 2.9.3, < 3.0)
216
- rubocop-ast (>= 1.36.2, < 2.0)
218
+ rubocop-ast (>= 1.44.0, < 2.0)
217
219
  ruby-progressbar (~> 1.7)
218
220
  unicode-display_width (>= 2.4.0, < 4.0)
219
- rubocop-ast (1.37.0)
220
- parser (>= 3.3.1.0)
221
+ rubocop-ast (1.44.1)
222
+ parser (>= 3.3.7.2)
223
+ prism (~> 1.4)
221
224
  rubocop-rake (0.6.0)
222
225
  rubocop (~> 1.0)
223
- rubocop-rspec (3.3.0)
224
- rubocop (~> 1.61)
225
- ruby-openai (7.3.1)
226
+ rubocop-rspec (3.5.0)
227
+ lint_roller (~> 1.1)
228
+ rubocop (~> 1.72, >= 1.72.1)
229
+ ruby-anthropic (0.4.2)
230
+ event_stream_parser (>= 0.3.0, < 2.0.0)
231
+ faraday (>= 1)
232
+ faraday-multipart (>= 1)
233
+ ruby-openai (8.1.0)
226
234
  event_stream_parser (>= 0.3.0, < 2.0.0)
227
235
  faraday (>= 1)
228
236
  faraday-multipart (>= 1)
@@ -231,19 +239,19 @@ GEM
231
239
  addressable (>= 2.3.5)
232
240
  faraday (>= 0.17.3, < 3)
233
241
  securerandom (0.4.1)
234
- sqlite3 (2.5.0-aarch64-linux-gnu)
235
- sqlite3 (2.5.0-aarch64-linux-musl)
236
- sqlite3 (2.5.0-arm-linux-gnu)
237
- sqlite3 (2.5.0-arm-linux-musl)
238
- sqlite3 (2.5.0-arm64-darwin)
239
- sqlite3 (2.5.0-x86_64-darwin)
240
- sqlite3 (2.5.0-x86_64-linux-gnu)
241
- sqlite3 (2.5.0-x86_64-linux-musl)
242
- stringio (3.1.2)
242
+ sqlite3 (2.6.0-aarch64-linux-gnu)
243
+ sqlite3 (2.6.0-aarch64-linux-musl)
244
+ sqlite3 (2.6.0-arm-linux-gnu)
245
+ sqlite3 (2.6.0-arm-linux-musl)
246
+ sqlite3 (2.6.0-arm64-darwin)
247
+ sqlite3 (2.6.0-x86_64-darwin)
248
+ sqlite3 (2.6.0-x86_64-linux-gnu)
249
+ sqlite3 (2.6.0-x86_64-linux-musl)
250
+ stringio (3.1.6)
243
251
  strings-ansi (0.2.0)
244
252
  timeout (0.4.3)
245
- timers (4.3.5)
246
- traces (0.14.1)
253
+ timers (4.4.0)
254
+ traces (0.15.2)
247
255
  tty-cursor (0.7.1)
248
256
  tty-progressbar (0.18.3)
249
257
  strings-ansi (~> 0.2)
@@ -254,7 +262,7 @@ GEM
254
262
  tzinfo (2.0.6)
255
263
  concurrent-ruby (~> 1.0)
256
264
  unicode-display_width (2.6.0)
257
- uri (1.0.2)
265
+ uri (1.0.3)
258
266
  vcr (6.3.1)
259
267
  base64
260
268
  webmock (3.24.0)
data/boxcars.gemspec CHANGED
@@ -31,13 +31,13 @@ Gem::Specification.new do |spec|
31
31
  spec.require_paths = ["lib"]
32
32
 
33
33
  # runtime dependencies
34
- spec.add_dependency "anthropic", "~> 0.3"
35
34
  spec.add_dependency "google_search_results", "~> 2.2"
36
35
  spec.add_dependency "gpt4all", "~> 0.0.5"
37
36
  spec.add_dependency "hnswlib", "~> 0.9"
38
37
  spec.add_dependency "intelligence", ">= 0.8"
39
38
  spec.add_dependency "nokogiri", "~> 1.18"
40
39
  spec.add_dependency "pgvector", "~> 0.2"
40
+ spec.add_dependency "ruby-anthropic", "~> 0.4"
41
41
  spec.add_dependency "ruby-openai", ">= 7.3"
42
42
 
43
43
  # For more information and examples about making a new gem, checkout our
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Boxcars
4
4
  # The current version of the gem.
5
- VERSION = "0.7.3"
5
+ VERSION = "0.7.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxcars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Sullivan
@@ -9,22 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-01-20 00:00:00.000000000 Z
12
+ date: 2025-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: anthropic
16
- requirement: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - "~>"
19
- - !ruby/object:Gem::Version
20
- version: '0.3'
21
- type: :runtime
22
- prerelease: false
23
- version_requirements: !ruby/object:Gem::Requirement
24
- requirements:
25
- - - "~>"
26
- - !ruby/object:Gem::Version
27
- version: '0.3'
28
14
  - !ruby/object:Gem::Dependency
29
15
  name: google_search_results
30
16
  requirement: !ruby/object:Gem::Requirement
@@ -109,6 +95,20 @@ dependencies:
109
95
  - - "~>"
110
96
  - !ruby/object:Gem::Version
111
97
  version: '0.2'
98
+ - !ruby/object:Gem::Dependency
99
+ name: ruby-anthropic
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - "~>"
103
+ - !ruby/object:Gem::Version
104
+ version: '0.4'
105
+ type: :runtime
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - "~>"
110
+ - !ruby/object:Gem::Version
111
+ version: '0.4'
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: ruby-openai
114
114
  requirement: !ruby/object:Gem::Requirement