api_six_client 1.7.4 → 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: 8f4b7fa63bd8745f8b9fe6826af90ba441ad2e0f63ab06a9f759c8a37c50a653
4
- data.tar.gz: 05e04c7caa8f3d74ea508977c9746af6370eae69ec7e82bb21b8ed4f8185fe73
3
+ metadata.gz: cb8a679d6729c0b412f86b31a972a799864363c45c8f83dcdc956e6d2ba0d924
4
+ data.tar.gz: e0fb41cf6c50336a20d7637cd92c0dfbbd63af90331b260b965e9cd01e0ae69b
5
5
  SHA512:
6
- metadata.gz: a7fe58518f4e3039332049bb4bfc02dc54d4eb90c0601f6fa0f412cc9ef6b04a345e8d26a5472921fab1353f8e43cd4c97320ef613ab0aaf6a233f455f4563a7
7
- data.tar.gz: 3efb29ed4986be63405dc97e738880338c302f25b9899476ce401dc673f738b919d06e90e4253d6e7159672e3923131b3f252b81859ada00b5295214820b3325
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.4)
4
+ api_six_client (1.7.5)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.7.4"
4
+ VERSION = "1.7.5"
5
5
  end
@@ -40,6 +40,8 @@ module ApiSixClient
40
40
  class DcInt < BaseInt; end
41
41
  class UnasInt < BaseInt; end
42
42
  class ConstrInt < BaseInt; end
43
+ class PlsInt < BaseInt; end
44
+ class DofInt < BaseInt; end
43
45
  end
44
46
 
45
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.4
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: 2025-03-04 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