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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/exa/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db2209bdedef9b83244089dc9741f0f5efb80c97b6dcb5a35d84bdbfa5a75578
|
|
4
|
+
data.tar.gz: 44d3a68b788de10a8515524efb56c5cad08e3ab0a5f9278f4d0c32a55471100c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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.
|
|
252
|
+
version: '3.1'
|
|
253
253
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
254
254
|
requirements:
|
|
255
255
|
- - ">="
|