api_six_client 1.2.6 → 1.2.7

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: 8135285e1f85df14ece68c7c636693b2f3ace1f23ec9dd5522633c36f22b1da1
4
- data.tar.gz: 0a32d02140cce9c38301e2a6ac7bcda854968a426040187d2e1ba222b0762961
3
+ metadata.gz: 8bfbceb10eeb9fe5ff0b89133ff1d16ee45671c45a757a929f71d487b96d0012
4
+ data.tar.gz: a7a65d05bca68a0b0f6e3ad5aea84a27978639b14ff828299a8fd435c755dd34
5
5
  SHA512:
6
- metadata.gz: 9ec31cba0fdaa8e4a4c7b5388a41a5f3294927456bc607ae167c7987d9567256817f0c8a294a7d593aa16cc7b2dbfdf3ff24dbee435bf0f1df028c7cf54a04ae
7
- data.tar.gz: 7f0cb7ea861acb6bd497eda2b9e05bf784cf294b3a7ce1d501d1f7fa18b194a41d0e4303664315b5709632f1017c0e9e41b9b5b8c3db0eb62e8967ca13713808
6
+ metadata.gz: 9b9afec5b840b25e8c00c8bef8ae4598c5e1f8ddb69d0ea6a3a3f70da768912bc4dc7e24c974080d31af6b009863d3d2bf472e8398c124ff26b84f85adc4b210
7
+ data.tar.gz: efd6677661042707e037ded4afc609eec3820cee11fd9d9bd7bf7d39eaa1566a8908a464e50159ac85eb51b53068e1156beb3d4c8aed7e567a8be42905f6253c
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.7)
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.7"
5
5
  end
@@ -31,7 +31,6 @@ 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
@@ -40,6 +39,7 @@ module ApiSixClient
40
39
  class MatInt < BaseV2Int; end
41
40
  class FinnInt < BaseV2Int; end
42
41
  class LyrInt < BaseV2Int; end
42
+ class BrgInt < 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.7
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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday