api_six_client 1.7.2 → 1.7.5

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: cb8a679d6729c0b412f86b31a972a799864363c45c8f83dcdc956e6d2ba0d924
4
+ data.tar.gz: e0fb41cf6c50336a20d7637cd92c0dfbbd63af90331b260b965e9cd01e0ae69b
5
5
  SHA512:
6
- metadata.gz: 65934f09c7cf82587c7fc671edc22e73f96cce914d95ce84d881e37a81088fe2fe5adcb27d0f4ad734a78e468dd5d33609083752a8196a72de10b32afa6ac616
7
- data.tar.gz: 62a110ef491afc802307a2408bd7a39973564b87b7db027fe17cbb29572b55c69ae047c0d6adf799bf08a3c5f3d30e7ba90626e6a484658f1e84dea8c07e9ce6
6
+ metadata.gz: 90168f19ee3663d012dd349d0cc575e4067fc99f8e6d149d354b5dbd0baf54e098163469468e0e0ff134631d3ff3fa26f122bbb299d6c502a9a60c18f439a874
7
+ data.tar.gz: 1fc4a8e059bd54ecb3bae8d2650c695efbc51e10e2952724c7a61efe4047549be2a8cda5bb33fe24bff4f32c0200efb1bb4401d635e541f8ef15f71490decd28
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.5)
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.5"
5
5
  end
@@ -39,6 +39,9 @@ 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
43
+ class PlsInt < BaseInt; end
44
+ class DofInt < BaseInt; end
42
45
  end
43
46
 
44
47
  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.5
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-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday