boxcars 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e58db8383158eb46fa9b359ca29822796f46a83e9770ab262af147f2f26516a
4
- data.tar.gz: 261d53fe053d0c3ea7756ee154ff73a077aa5cd2307056f807c20772f06d97bc
3
+ metadata.gz: 8de5394d5685d1b4deaa0c3c600b2211c6eda983d00fe474d25beb8733e11cce
4
+ data.tar.gz: 73bf2070533a235a8c3e6036d6f48465fc6d4ed22d8b120797d87441cb2657f9
5
5
  SHA512:
6
- metadata.gz: a6629134fb279e4d2556b2a1ec0a1ef43932370099f92b667a8ea45bf355aa9e9dbf5f8ee53cca0c66ba1b09a1198d38cbf168ecb3b7541814d1513287e4f353
7
- data.tar.gz: fc6d01c0497346f7965296f4ebb7c6b69d67d48f4ec4853a1a8235134e50a966f13cd39ef0b488bab4d27caa8da6d907ae885e70fe63a46732fc859c11c5acde
6
+ metadata.gz: c7996425e870726fc4a0e395fbf1a2f68b5bae9e584998fdbb6250aace415cdbc5953272871be8127df48a274548b5c5e34a6e8470f822c936b8b8c3df15333c
7
+ data.tar.gz: d3231558be47f6496dab661f63592ef4d44c9eb0426f4686a4caacd548b1dd1c2d68f1c1b8cfa97b2e3c3929c86531a121d4dee9473d16360931b44b30f8903e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.4.3](https://github.com/BoxcarsAI/boxcars/tree/v0.4.3) (2023-09-19)
4
+
5
+ [Full Changelog](https://github.com/BoxcarsAI/boxcars/compare/v0.4.2...v0.4.3)
6
+
3
7
  ## [v0.4.2](https://github.com/BoxcarsAI/boxcars/tree/v0.4.2) (2023-08-05)
4
8
 
5
9
  [Full Changelog](https://github.com/BoxcarsAI/boxcars/compare/v0.4.1...v0.4.2)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- boxcars (0.4.3)
4
+ boxcars (0.4.4)
5
5
  anthropic (~> 0.1)
6
6
  google_search_results (~> 2.2)
7
7
  gpt4all (~> 0.0.4)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Boxcars
4
4
  # The current version of the gem.
5
- VERSION = "0.4.3"
5
+ VERSION = "0.4.4"
6
6
  end
@@ -28,6 +28,7 @@ module Boxcars
28
28
  end
29
29
 
30
30
  def self.from_xml(xml)
31
+ xml = xml[xml.index("<")..-1] unless xml.start_with?("<")
31
32
  doc = Nokogiri::XML.parse(xml)
32
33
  if doc.errors.any?
33
34
  Boxcars.debug("XML: #{xml}", :yellow)
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.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Sullivan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-09-19 00:00:00.000000000 Z
12
+ date: 2023-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: anthropic