openlayer 0.10.8 → 0.10.9

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: ca9f2c217ae543aba2ab0809609066b34fb633f6c20506696b3a0297b9b2cc4d
4
- data.tar.gz: 5b394b061861c4c56369e10752f0f5a2881c8fa2dca50c5a46c591c47e6edb99
3
+ metadata.gz: 6cecf5ae95a69b0a2dc9c6f96b93e54e93222dc3b6f61b355473044eaca6a1b8
4
+ data.tar.gz: b4a669027fe6286c47fc8a6b7c1ba30c9df79afaa18db41b7f9b0f4668ce69b6
5
5
  SHA512:
6
- metadata.gz: 7d60a7f09998b3f834545d383efb3f49e2d1f2e676cd6919e40aaf1469e8af0e5e6760a34a416baed60bd94f9b6fd3f22a022415332d000fd0c486a3e633b235
7
- data.tar.gz: 6cf8889d0cf95a5a61bca8883664a19dfdbb59f6b20cafbb28810de1913851bfc59d07a2af1038a32f3ed6ce6f4a593da4589d1a82a2692f2ffee4449c9d0b4b
6
+ metadata.gz: 17ee119b9a71e8c68aab9a0bc1fdd04a01f8f16afc0a4e124fe27762a48ebe04b349fe8e230e55588ec15d4d74257f3c488e601b7426e5ad4cd7bede2aaec39a
7
+ data.tar.gz: 2f166e14c9939ea858a0ca192663a39f3a86e2f0c60b74687d023e5b5811969355ab06779778e5ec7255d18980f0e9adcd78047e348c82ba0845250994d075ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.9 (2026-02-27)
4
+
5
+ Full Changelog: [v0.10.8...v0.10.9](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.8...v0.10.9)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([a59a123](https://github.com/openlayer-ai/openlayer-ruby/commit/a59a123df184dc784fb6a67474efb6442cf7abcf))
10
+
3
11
  ## 0.10.8 (2026-02-20)
4
12
 
5
13
  Full Changelog: [v0.10.7...v0.10.8](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.7...v0.10.8)
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.8"
20
+ gem "openlayer", "~> 0.10.9"
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.10.8"
4
+ VERSION = "0.10.9"
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.10.8
4
+ version: 0.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Openlayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-20 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi