openlayer 0.10.1 → 0.10.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1c84c5c7b2fb9e20ded919ee102867a8feef5011fd13c1dfd3e4e30121bffb8
|
|
4
|
+
data.tar.gz: ea849a0e3d518ac7c3c4d69ab46fc568b79310d141a260cdfc207c1bbaede165
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8091ff8e13cf791e4e1c54ba89ce658d1e79b65a507c5c3e74b5b827eab1af79f675e015bbff535de23b2465e1e5f36c2fdcc0e3983c340235f263662caaee3b
|
|
7
|
+
data.tar.gz: 5365acf7d29bcfd56c566f1e78cfa19c4a62e3ff25fa0ce64777dd354f30d21417a2cf29d413ed2a437fa9b420c40ef8f7a72f2299be70bf8fa7239b709ac32a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.2 (2026-01-14)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.10.1...v0.10.2](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.1...v0.10.2)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* fix typo in descriptions ([fa53918](https://github.com/openlayer-ai/openlayer-ruby/commit/fa53918916e3f78032faf5fafdd3f62b81d5226e))
|
|
10
|
+
|
|
3
11
|
## 0.10.1 (2026-01-12)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.10.0...v0.10.1](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.0...v0.10.1)
|
data/README.md
CHANGED
|
@@ -12,9 +12,9 @@ module Openlayer
|
|
|
12
12
|
#
|
|
13
13
|
# @param inference_id [String] Query param: Specify the inference id as a query param.
|
|
14
14
|
#
|
|
15
|
-
# @param row [Object] Body param
|
|
15
|
+
# @param row [Object] Body param
|
|
16
16
|
#
|
|
17
|
-
# @param config [Openlayer::Models::InferencePipelines::RowUpdateParams::Config, nil] Body param
|
|
17
|
+
# @param config [Openlayer::Models::InferencePipelines::RowUpdateParams::Config, nil] Body param
|
|
18
18
|
#
|
|
19
19
|
# @param request_options [Openlayer::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
20
20
|
#
|
data/lib/openlayer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openlayer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Openlayer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|