api_six_client 1.2.6 → 1.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8135285e1f85df14ece68c7c636693b2f3ace1f23ec9dd5522633c36f22b1da1
4
- data.tar.gz: 0a32d02140cce9c38301e2a6ac7bcda854968a426040187d2e1ba222b0762961
3
+ metadata.gz: 691f1adc2774176162f7adb49856b433a1e260797cfd7dd7605ea07b71b594e3
4
+ data.tar.gz: 53377797bc34c14e432617f98388033ddc53ffd191817f3c330f8cdfd63de690
5
5
  SHA512:
6
- metadata.gz: 9ec31cba0fdaa8e4a4c7b5388a41a5f3294927456bc607ae167c7987d9567256817f0c8a294a7d593aa16cc7b2dbfdf3ff24dbee435bf0f1df028c7cf54a04ae
7
- data.tar.gz: 7f0cb7ea861acb6bd497eda2b9e05bf784cf294b3a7ce1d501d1f7fa18b194a41d0e4303664315b5709632f1017c0e9e41b9b5b8c3db0eb62e8967ca13713808
6
+ metadata.gz: 76d992d9f2c5cca5f26c8f94e73d6fc647bb7b2e091591d371f1c40d4eff24f981556ff7f929510cbe636a7180df51cff930fbf6f63cfdf1da2012d9a12ad193
7
+ data.tar.gz: 5dede23443a5098cdb533aa261c23ae5b43fa9d7af4688c50263608eaa7bb10d8b56f1422bf46c51c87110998067cb0abc85e60446f33feeb92063b3c1e4aa5b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.2.6)
4
+ api_six_client (1.2.8)
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.6"
4
+ VERSION = "1.2.8"
5
5
  end
@@ -20,7 +20,6 @@ module ApiSixClient
20
20
  class Brg < Base; end
21
21
  class Gbk < Base; end
22
22
  class Mat < Base; end
23
- class Val < Base; end
24
23
  class Prj < Base; end
25
24
  class Fin < Base; end
26
25
  class Olc < Base; end
@@ -31,7 +30,6 @@ module ApiSixClient
31
30
  class Uas < BaseV2; end
32
31
 
33
32
  class OlcInt < BaseInt; end
34
- class BrgInt < BaseInt; end
35
33
  class PrjInt < BaseInt; end
36
34
 
37
35
  class AuthInt < BaseV2Int; end
@@ -40,6 +38,8 @@ module ApiSixClient
40
38
  class MatInt < BaseV2Int; end
41
39
  class FinnInt < BaseV2Int; end
42
40
  class LyrInt < BaseV2Int; end
41
+ class BrgInt < BaseV2Int; end
42
+ class Val < BaseV2Int; end
43
43
  end
44
44
 
45
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.2.6
4
+ version: 1.2.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-24 00:00:00.000000000 Z
11
+ date: 2023-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday