api_six_client 1.4.6 → 1.4.8

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: a95ff8576a7dc0e85b60e56924a7b80e780579ecc021eed52fc1de59391a68c1
4
- data.tar.gz: 3e329fce690bfebdffebc582a250ac73ba705640eb13d30a2639aa62aecb41c8
3
+ metadata.gz: f356f941ae882e2a2e439c7ed01b3ba54c1bd8654543b7752445b8ae5fb43615
4
+ data.tar.gz: 46b2f9b63cf9f0e4457d5fb6f1b3ffe172321f93965a34309742c21f3b87f2f0
5
5
  SHA512:
6
- metadata.gz: b71af991d743f1802bc781c42776e06dc504c92630b39c4538e362574d1257224302df5c0f1a864c96d487a014d7ff126858d2837e9f45a634acabec720454cc
7
- data.tar.gz: a6c44b5217e0b6c98f77000281d4f0be33a15285d9ef7007c7a023e66213bf7749acfe81f805b75620fa6c869f0f4e24862b3809e7ef6809dc4877458abfc9d0
6
+ metadata.gz: 86260da81f7745cc92f2a5975f2c6dcb695ce1e00ff3685170e550fc053d624a3bbf1a1484322d0edcfd1ee5435137f2f9312262b6494f73b67df9d4d5992018
7
+ data.tar.gz: 16e2abd5b61c7eda9269f9f3513a3cb4ad2646fd727ca7c2bd2a2a90f1c8c892e2c2dca005d5b8c2af17b2e8f87a4d39773a2af71d16f1cb6c40f0454574549d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.4.6)
4
+ api_six_client (1.4.8)
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.6"
4
+ VERSION = "1.4.8"
5
5
  end
@@ -31,12 +31,15 @@ module ApiSixClient
31
31
  class Uas < BaseV2; end
32
32
 
33
33
  class OlcInt < BaseInt; end
34
- class BrgInt < BaseInt; end
35
34
  class PrjInt < BaseInt; end
36
35
 
37
36
  class AuthInt < BaseV2Int; end
38
37
  class UasInt < BaseV2Int; end
39
38
  class NtfInt < BaseV2Int; end
39
+ class MatInt < BaseV2Int; end
40
+ class FinnInt < BaseV2Int; end
41
+ class LyrInt < BaseV2Int; end
42
+ class BrgInt < BaseV2Int; end
40
43
  end
41
44
 
42
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.4.6
4
+ version: 1.4.8
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-10-02 00:00:00.000000000 Z
11
+ date: 2023-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday