exa-ai 0.4.0 → 0.4.1

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: 4cc4ccfc59e93013765b9289621cdb0447c4cc5bbc24e1585376ebae4b7b6ff0
4
- data.tar.gz: 45cbb8655d636906d1230651896aeab9375720e655ca4d18c74f12a425ea5bd7
3
+ metadata.gz: 636e2bd945c3fc5f9d73e7f350a229dc804703d1f42fff0bc5f596f187de79a3
4
+ data.tar.gz: 11cfbf774f057c79f2bfdef85a0d8e034c255dd557d154be8620bf1a24a19d66
5
5
  SHA512:
6
- metadata.gz: 4d569c43e3d9071accaeb081c6c8b51bbd0248258aa36331a8874ae17b648686bf22da5d73faee00b0a8d4a6b2b5a62dc47bcec5e4d4d7202d20870dca4ebb4e
7
- data.tar.gz: 41c7f61f7de1dcc31fec84588cc2ed6287ddec597554cc18d7a9afbc0b044a790792a598ddfaef68e12174178a373081c3274e6240f6c91f908db14101fc4887
6
+ metadata.gz: dd922b361f4f05ea025205d2c00c454547f58633242abfd4b7b8dd35279295978df494142f9e3d59d82a51e5a65b92bb627fb4063c17e8445f5a9b27579bbf8b
7
+ data.tar.gz: 0a27904cbd4a126dd375763b2c3c65edd068fc6f3c619ac91585b37083e64dba4cc5564c40e6e924cee1e2828b7b3e16edc230f07c261d1c26b0da7dafbb08c7
@@ -77,7 +77,7 @@ begin
77
77
  search = client.cancel_webset_search(webset_id: webset_id, id: search_id)
78
78
 
79
79
  # Format and output
80
- output = Exa::CLI::Formatters::WebsetSearchFormatter.format(search, output_format)
80
+ output = Exa::CLI::Formatters::SearchFormatter.format(search, output_format)
81
81
  puts output
82
82
 
83
83
  rescue Exa::NotFound => e
@@ -203,7 +203,7 @@ begin
203
203
  search = client.create_webset_search(webset_id: args[:webset_id], **search_params)
204
204
 
205
205
  # Format and output result
206
- output = Exa::CLI::Formatters::WebsetSearchFormatter.format(search, output_format)
206
+ output = Exa::CLI::Formatters::SearchFormatter.format(search, output_format)
207
207
  puts output
208
208
 
209
209
  rescue Exa::ConfigurationError => e
@@ -78,7 +78,7 @@ begin
78
78
  search = client.get_webset_search(webset_id: webset_id, id: search_id)
79
79
 
80
80
  # Format and output
81
- output = Exa::CLI::Formatters::WebsetSearchFormatter.format(search, output_format)
81
+ output = Exa::CLI::Formatters::SearchFormatter.format(search, output_format)
82
82
  puts output
83
83
 
84
84
  rescue Exa::NotFound => e
data/lib/exa/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Exa
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exa-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Jackson