api_six_client 1.7.2 → 1.7.4

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: 63d9b60ffa67603d32de557b48bb86e8b338ad579ddd573f8e7d62cbac7f3c95
4
- data.tar.gz: 901ea25ef9d13cc4814ebe00dfcd21416c4fab374f1208f0957eb4cd4ccac7cc
3
+ metadata.gz: 8f4b7fa63bd8745f8b9fe6826af90ba441ad2e0f63ab06a9f759c8a37c50a653
4
+ data.tar.gz: 05e04c7caa8f3d74ea508977c9746af6370eae69ec7e82bb21b8ed4f8185fe73
5
5
  SHA512:
6
- metadata.gz: 65934f09c7cf82587c7fc671edc22e73f96cce914d95ce84d881e37a81088fe2fe5adcb27d0f4ad734a78e468dd5d33609083752a8196a72de10b32afa6ac616
7
- data.tar.gz: 62a110ef491afc802307a2408bd7a39973564b87b7db027fe17cbb29572b55c69ae047c0d6adf799bf08a3c5f3d30e7ba90626e6a484658f1e84dea8c07e9ce6
6
+ metadata.gz: a7fe58518f4e3039332049bb4bfc02dc54d4eb90c0601f6fa0f412cc9ef6b04a345e8d26a5472921fab1353f8e43cd4c97320ef613ab0aaf6a233f455f4563a7
7
+ data.tar.gz: 3efb29ed4986be63405dc97e738880338c302f25b9899476ce401dc673f738b919d06e90e4253d6e7159672e3923131b3f252b81859ada00b5295214820b3325
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.7.2)
4
+ api_six_client (1.7.4)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -18,6 +18,7 @@ GEM
18
18
 
19
19
  PLATFORMS
20
20
  arm64-darwin-21
21
+ x86_64-darwin-21
21
22
  x86_64-linux
22
23
 
23
24
  DEPENDENCIES
@@ -25,4 +26,4 @@ DEPENDENCIES
25
26
  rake (~> 13.0)
26
27
 
27
28
  BUNDLED WITH
28
- 2.5.10
29
+ 2.5.7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.7.2"
4
+ VERSION = "1.7.4"
5
5
  end
@@ -39,6 +39,7 @@ module ApiSixClient
39
39
  class OwnaInt < BaseInt; end
40
40
  class DcInt < BaseInt; end
41
41
  class UnasInt < BaseInt; end
42
+ class ConstrInt < BaseInt; end
42
43
  end
43
44
 
44
45
  A6C = ApiSixClient
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_six_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-17 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday