api_six_client 1.4.11 → 1.4.12

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: 3c99233e438e0e35097d339cfe768a0993cfd8420a17bbd0eedd7b3632564f8f
4
- data.tar.gz: '09f1b5a49c9ee5194b23f3a147d860235bed74e1fe29d9220404ad7466c0c4f6'
3
+ metadata.gz: 8508d8b1ebc7c89bbcc9669d8e7fb468ab6558ff36f86f2c81f26ba63170832e
4
+ data.tar.gz: 2fdef6e7837e3067afd594d1225f4d3be5774735bfd95c9d869567a999b19ff1
5
5
  SHA512:
6
- metadata.gz: d97bee94a9aa1c490392ce3a9b159c51ded583663a73a0fda8bec3aec2d639eea33ddcff39376dac646f17a65ae1330725e69d64ec4ba41187aacdb6b3f9dc2f
7
- data.tar.gz: af16b7a173de0b16a7d3547000a8fc9afb22456f210952a04165d3bea544b97c0f7f38e2c15ed80736d8723f9863da27cb723c1e6e6cf0753d05c198e6eac82d
6
+ metadata.gz: 9e42b15b86fbc7ca686e3903dcebf568e14292d77289d0a6a1d34e89ac0e8980ed8cfb087e2c7ff0937c7d12f99c5a71b82296d2371a49acdd80eaa2b7bc8c8e
7
+ data.tar.gz: f0cf8d97f6395ca4bb5e38900c362a3624bcf586cf9c85daddb4582e894c1a6f981799c24c347fd1968f6678eab652275a538f8aa790d9fa2e64d223d43a437e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.4.11)
4
+ api_six_client (1.4.12)
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.4.11"
4
+ VERSION = "1.4.12"
5
5
  end
@@ -39,6 +39,7 @@ module ApiSixClient
39
39
  class MatInt < BaseInt; end
40
40
  class FinnInt < BaseInt; end
41
41
  class LyrInt < BaseInt; end
42
+ class GbkInt < BaseInt; end
42
43
  class Val < BaseInt; end
43
44
  end
44
45
 
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.4.11
4
+ version: 1.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-25 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday