exa-ai-ruby 1.1.1 → 1.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/exa/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbb55f4b95516f779fda2e4f26d34d38778ce94186683001768348b8378e06ac
4
- data.tar.gz: dc31ed93afbc2a1f7d96db620fe975d70c2aaa7647a11eaa7592ae973e9fe5cb
3
+ metadata.gz: db2209bdedef9b83244089dc9741f0f5efb80c97b6dcb5a35d84bdbfa5a75578
4
+ data.tar.gz: 44d3a68b788de10a8515524efb56c5cad08e3ab0a5f9278f4d0c32a55471100c
5
5
  SHA512:
6
- metadata.gz: 8bcb3d9fa20d16ac14435ad04c327ab508afa1461fe0aa0f99528a5eb423fb32246bfdf5db732547c52bab9f89107dc5feae65f28879699948ef9d188570929f
7
- data.tar.gz: 56019a774cb70ab4a1f73a9586c1e02735d3df867313c6c62d0012b19180f1067d6b0aa8774b5625a71d5b0b0f3ce924e490c86b8d99256444d66bf3da00b4c7
6
+ metadata.gz: dc728d52cb343576e48632e765864e47f5b800662d15cc9748e2c438e9b0f93c1b71bb1f884075337117fcfa755d4d3fca702c42093157783877bf0adf5d3677
7
+ data.tar.gz: 938036e4dd8429695ec519870cd3edb121c4b113c3127f557a790a02246f71a51335802f963330f7a83360236b9931dee8adc3c8c9724eb40bb11a49de4008dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.2] - 2025-10-27
4
+ - Broaden support to Ruby 3.1+ by relaxing the gem's minimum Ruby requirement.
5
+
3
6
  ## [1.1.1] - 2025-10-26
4
7
  - Add CLI output formatters: `--format jsonl` emits one JSON object per line, and `--format markdown` prints share-ready bullet lists/tables.
5
8
  - Document copy-paste ready CLI and Ruby API examples in the README so users/LLMs can get started instantly.
data/lib/exa/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Exa
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exa-ai-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vicente Reig Rincon de Arellano
@@ -249,7 +249,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
249
249
  requirements:
250
250
  - - ">="
251
251
  - !ruby/object:Gem::Version
252
- version: 3.4.0
252
+ version: '3.1'
253
253
  required_rubygems_version: !ruby/object:Gem::Requirement
254
254
  requirements:
255
255
  - - ">="