openlayer 0.10.1 → 0.10.3

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: e0841c00599788043bf5639b38510cb115cc867a7758e5db7fe705ef9e680921
4
- data.tar.gz: 956f84d37c5e5c52dd3e12b51386f6f6c83a01f1789fcd2d35c04943b150ac41
3
+ metadata.gz: 927c45ca6005710aacbd787af53ea7d0c5fa72a701b9c234e222691427254c7b
4
+ data.tar.gz: 67a70480f93675dacf9d63f6dc75ea86748bc3bf392b631a76ffdb9c0febe306
5
5
  SHA512:
6
- metadata.gz: 7b2ac9b332ed286684ada298e4c8d7befd93deba04082c09aaefa760e80c03cb0e4205a7be68de86ce8e481e62eb4b9faaf1e8d8fbbe167a4c1fe289992bf88f
7
- data.tar.gz: 7646f4c2cc1ef8aae204724080f30aea32361c2f3d24fe56229c826886138058bda0bb865241f33d3911565760b0426b800df0e7ba0cf072a437928365238d92
6
+ metadata.gz: 9d2749094c01f1e5c4abad064bb7bcd73dbbb2f994cf32208e3d483ae6b2000e5ee6a3772de4458d9908c7f628ade8513819fc8eeababb622e8fb265dcecf69b
7
+ data.tar.gz: 7c23c272d82c928cef57c1b14f11c8095959d9a9a407fd05863d7182127eaec15ac538ffdba56cbaedb4cbcca574a55961aa75d2ba055bbdee025f1d703c499f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.3 (2026-01-17)
4
+
5
+ Full Changelog: [v0.10.2...v0.10.3](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.2...v0.10.3)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** update `actions/checkout` version ([0bced62](https://github.com/openlayer-ai/openlayer-ruby/commit/0bced6215cd0974ba5697350885e20699d88c362))
10
+
11
+ ## 0.10.2 (2026-01-14)
12
+
13
+ Full Changelog: [v0.10.1...v0.10.2](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.1...v0.10.2)
14
+
15
+ ### Chores
16
+
17
+ * fix typo in descriptions ([fa53918](https://github.com/openlayer-ai/openlayer-ruby/commit/fa53918916e3f78032faf5fafdd3f62b81d5226e))
18
+
3
19
  ## 0.10.1 (2026-01-12)
4
20
 
5
21
  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
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "openlayer", "~> 0.10.1"
20
+ gem "openlayer", "~> 0.10.3"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -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
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Openlayer
4
- VERSION = "0.10.1"
4
+ VERSION = "0.10.3"
5
5
  end
@@ -22,9 +22,9 @@ module Openlayer
22
22
  inference_pipeline_id,
23
23
  # Query param: Specify the inference id as a query param.
24
24
  inference_id:,
25
- # Body param:
25
+ # Body param
26
26
  row:,
27
- # Body param:
27
+ # Body param
28
28
  config: nil,
29
29
  request_options: {}
30
30
  )
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.1
4
+ version: 0.10.3
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-12 00:00:00.000000000 Z
11
+ date: 2026-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi