api_six_client 1.2.1 → 1.2.2

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: e84fe93bc2ec65ca6414bc18743702d075122ed1b5200650bb2ebdcf606448bc
4
- data.tar.gz: 8668933ceb8853d2dd01a6d3f94c3c3a58e64fbe3f97f041c25ef1f034c62a60
3
+ metadata.gz: c88e9cf7ca7dff6431c737e35976a398e88ad26251b7d5b37c49130a99f246f5
4
+ data.tar.gz: ad8bd4616ad07c63b179af513c959c4a26a7c122a6f313d5a255030481ad9be4
5
5
  SHA512:
6
- metadata.gz: 667bfc03efc5579aaa0774fa8d1b867f2e0c649e8b8023fe01d8f0beb76ae5789cb7dcb61cd8c2138c249bf1e53aead12b9a3e45fcb2bab1c66a3aa36017855b
7
- data.tar.gz: 66139955352a4afbe2e031ca0f4ac6ff1d5366dd7b7e47da1939adf24440ed14f460fab7d770971f5a5727715bbc75677437c108296dc4a80691ee8d1e52563b
6
+ metadata.gz: 6faaf41a4cca87a47ef744a3b338d3df09717abb43e69754098f6a2c0d8132efb8cd4886d96f23b65f0305477f5af82760d37b97226586251f602dad5a9227ad
7
+ data.tar.gz: d96c3e7bcbb8ece114b686771c376fdf206ac961126c4bec40bc4220143efe8d54f31a1b90543bf896ba3d51085fb47e898c4e19300d7ac8c737ad0b30b3fe14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.2.1)
4
+ api_six_client (1.2.2)
5
5
  faraday (~> 1)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.2.1"
4
+ VERSION = "1.2.2"
5
5
  end
@@ -26,7 +26,9 @@ module ApiSixClient
26
26
  class Fin < Base; end
27
27
  class Olc < Base; end
28
28
  class Eno < Base; end
29
+ class Uas < Base; end
29
30
 
30
31
  class AuthInt < BaseInt; end
31
32
  class OlcInt < BaseInt; end
33
+ class UasInt < BaseInt; end
32
34
  end
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.2.1
4
+ version: 1.2.2
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-05-23 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday