forest_admin_datasource_rpc 1.4.1 → 1.5.0

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: 6bece90690b3556a077252a411ca3698fcd3682fc2a7e3af161f122447886d19
4
- data.tar.gz: add1129c808d8bf8c59dc5849ddf5f64f989390b5aeff870b1ce4cc3b33b43c5
3
+ metadata.gz: fa34527f17b5434eb9dcd947bfc9503a9ab038efac46504b790d2a4a92663ca7
4
+ data.tar.gz: 7a9799e412677394475a122d84a98b55696400875077e610dddb059de903c41d
5
5
  SHA512:
6
- metadata.gz: 69275291c2182af38e4431f969258bde201926ffe081ae7ed2e6a82dd15d0487dd14293043a1e0ad29317b70361553dd8cae4e801aea5bc11dbaf76168641884
7
- data.tar.gz: d401aad1237091cc4595d45b3c17cf301e5e58d595bf317392c6ff1c63207a8be8c6350e200e3b25dab3664b611fae16d186d212b2eb4d52230320f0af916a8d
6
+ metadata.gz: aad37960638b577f87cea4a657ebd29aa3c2a15c5b399c5c87eb99e1cf6eaab5aecabf25969a2a4ac3e5c9e9d7bbf4753005c2f6209337cb9bfe7d4ab8f62758
7
+ data.tar.gz: 85f95b753d9e97921cc3c63c42c76e28941bfe4b9b753cfd7a8230d51883d8ef47430cde6c07e19042a563fc614497f324833ecf3535dc1a8c0dd6fe9b58111c
@@ -41,7 +41,7 @@ module ForestAdminDatasourceRpc
41
41
  faraday.ssl.verify = !ForestAdminRpcAgent::Facades::Container.cache(:debug)
42
42
  end
43
43
 
44
- timestamp = Time.now.utc.iso8601
44
+ timestamp = Time.now.utc.iso8601(3)
45
45
  signature = generate_signature(timestamp)
46
46
 
47
47
  headers = {
@@ -17,7 +17,7 @@ module ForestAdminDatasourceRpc
17
17
  def start
18
18
  return if @closed
19
19
 
20
- timestamp = Time.now.utc.iso8601
20
+ timestamp = Time.now.utc.iso8601(3)
21
21
  signature = generate_signature(timestamp)
22
22
 
23
23
  headers = {
@@ -1,3 +1,3 @@
1
1
  module ForestAdminDatasourceRpc
2
- VERSION = "1.4.1"
2
+ VERSION = "1.5.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_datasource_rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-10-03 00:00:00.000000000 Z
12
+ date: 2025-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday