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: e0841c00599788043bf5639b38510cb115cc867a7758e5db7fe705ef9e680921
4
- data.tar.gz: 956f84d37c5e5c52dd3e12b51386f6f6c83a01f1789fcd2d35c04943b150ac41
3
+ metadata.gz: f1c84c5c7b2fb9e20ded919ee102867a8feef5011fd13c1dfd3e4e30121bffb8
4
+ data.tar.gz: ea849a0e3d518ac7c3c4d69ab46fc568b79310d141a260cdfc207c1bbaede165
5
5
  SHA512:
6
- metadata.gz: 7b2ac9b332ed286684ada298e4c8d7befd93deba04082c09aaefa760e80c03cb0e4205a7be68de86ce8e481e62eb4b9faaf1e8d8fbbe167a4c1fe289992bf88f
7
- data.tar.gz: 7646f4c2cc1ef8aae204724080f30aea32361c2f3d24fe56229c826886138058bda0bb865241f33d3911565760b0426b800df0e7ba0cf072a437928365238d92
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
@@ -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.2"
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.2"
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.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-12 00:00:00.000000000 Z
11
+ date: 2026-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi