openlayer 0.11.0 → 0.11.1

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: e92e5f3bc5aa051bb13a3c02768e4bb9ff37064544d52a955e6e0c2224789087
4
- data.tar.gz: 8345b345d968332e0a34f1225d81a4e9189b7bea654892a0648256cb7fc1948d
3
+ metadata.gz: da7479f1b4806e1f408b5f23df379faff05be86cbe2cb0a47452901503451cbd
4
+ data.tar.gz: cd78757f4ba90bda28c4d56378870891deadb397c17457ae6e79791995a34bda
5
5
  SHA512:
6
- metadata.gz: 7fb097a48a538e4549ee6a43bb5da6032992dde0df2d75080f0e35d543872360a24695afddf34dd19c48683d320758cccf982d7839807be025b9b6e1037b7fef
7
- data.tar.gz: 23d32daed3b058abf2940eeb642469a0a1352652a3ec87993b7c3bbe0430a2aa1c8453bd88ba59018365fc971f9cc3e42cdcf4886141a94fbec5d440bdc4af99
6
+ metadata.gz: d0044e30049558273ebad96952ea9fc7ad2de5f9e07626d1bc341824a95fa6b757508ac92745ddbb1b76c8164176482fc7641033e00eb379a6f34426e0d42f4c
7
+ data.tar.gz: 3df1e20f753a2c34452c1da56e5a749a44a64e514284d51bbc7bd7addfa27f56641726aa36d7db61dcdaa6036a60c719f93039663288660df332834b6d387cdf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.1 (2026-03-08)
4
+
5
+ Full Changelog: [v0.11.0...v0.11.1](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.11.0...v0.11.1)
6
+
7
+ ### Chores
8
+
9
+ * **ci:** skip uploading artifacts on stainless-internal branches ([0f387a6](https://github.com/openlayer-ai/openlayer-ruby/commit/0f387a6d5698d7f1765458aeb280b953c4aa101a))
10
+
3
11
  ## 0.11.0 (2026-03-06)
4
12
 
5
13
  Full Changelog: [v0.10.10...v0.11.0](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.10...v0.11.0)
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.11.0"
20
+ gem "openlayer", "~> 0.11.1"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Openlayer
4
- VERSION = "0.11.0"
4
+ VERSION = "0.11.1"
5
5
  end
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.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Openlayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-06 00:00:00.000000000 Z
11
+ date: 2026-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi