foobara-agent 0.0.19 → 0.0.20

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: a8033849f6ba2e137ede7ef837ba585f2e6705149e1a65c1282c971b524efbc7
4
- data.tar.gz: 59bfa9001aa1badda383fc35a73dafa7fbf3d5adfec50bba217c291e74e25751
3
+ metadata.gz: 17773b8b47ace046d920b37565e0b5327fad2bba050f867c9a951ee89b780a93
4
+ data.tar.gz: 861120d98c2c9cce6f5194403cc950d7ff6c096061be4ebd8cd7a3f93f43c78f
5
5
  SHA512:
6
- metadata.gz: 5625b3b2d52a6193b387c1031ca4950273a81eb872f349ccd43f2c63607e9f15615f17a26b1852d2d4a2d86585ffbb0ada7a816e23303babe2fc05bc86e4df41
7
- data.tar.gz: ba10c928d42bce2d8cd20e5a98d6652ec8241b3e1a10cda7625e2b299307a1aa08561c36185733c65b2795ec08aa61024e6b7f87097d3bf08ff73d90d181746b
6
+ metadata.gz: be3168705a2ef7bfcc7a9ab2cde4713c91451857fbb762f121ada60d48cf590d5b0c184ca514221c58fb2b2bdbef08e20f95b7783ba54e83cb9f55fa37546350
7
+ data.tar.gz: c02c9a0b4dd95b228a8d723ed84af909040f50c8bb2694aea0b30e30a1ab7356f5f074d6a8e64a1ba47b5a113b69e013ad1db0f5fb98ded799ffcc8d5e89760d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.20] - 2025-07-23
2
+
3
+ - Fix bug with result type being an array without any message to the user
4
+
1
5
  ## [0.0.19] - 2025-07-23
2
6
 
3
7
  - Skip result: input if result is a Model and properly cast result
@@ -167,7 +167,7 @@ module Foobara
167
167
  *self.class.built_result_type.target_class.attributes_type.element_types.keys
168
168
  )
169
169
  else
170
- inputs[:result]
170
+ [inputs[:result], nil]
171
171
  end
172
172
  end
173
173
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi