api_six_client 1.7.0 → 1.7.1

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: 17dde48ebdec6797f37d56eb368b3e3be165030c2fbedac315903bc34993abdb
4
- data.tar.gz: aa0f8d85168359a586540390e2d407d1b70b1e3a7705535b3ff51b12b5ccccc7
3
+ metadata.gz: e0a9eee2eafda4164894344789fecff3d4728437b2d284afab3bf992f7020233
4
+ data.tar.gz: 180a8540ea368725ae0d236bdbf42bb6d29dd5d8b43e4b31f0df68b8257b3721
5
5
  SHA512:
6
- metadata.gz: c236c2deb61f13a60fa7bcf0290be66f2050d8b003484e9aca5841e99831a2e56740a57462af92763ea935ba4568fec3d4344bb992a3501c55d9dc455610068d
7
- data.tar.gz: 93f47740013fa17869f0698c31f562be6240bec63c281c669aa0b6887ee46dc0361cc6e2d79b0075a1398773f5b3aa5a79f8c078fa8ea604397178681d2106d1
6
+ metadata.gz: bc8d28bc3859787c2bf0a835e6065613d669a57442473bb761f4449fd059810331b76da859ff4f56b9626578d9d562c73e1da3928b8f4f5da84323d02ac9f425
7
+ data.tar.gz: 52ddb8a8e4bcf6fa284816a591a1e6392c862c0ad7642052374e4dbe4bc28174fd9989f095ad5acf570d82ea3517a4e8172874281ce32004bb563d6c7c60f5fa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.7.0)
4
+ api_six_client (1.7.1)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -18,6 +18,7 @@ module ApiSixClient
18
18
  'brg_int' => { k8s_service: 'http://brg-api.micro-services:3000', api_int_path: 'api_int' },
19
19
  'prj_int' => { k8s_service: 'http://prj-api.micro-services:5000', api_int_path: 'api_int' },
20
20
  'owna_int' => { k8s_service: 'http://owna-api.micro-services:3000', api_int_path: 'api_int' },
21
+ 'unas_int' => { k8s_service: 'http://unas-api.micro-services:3000', api_int_path: 'api_int' },
21
22
  }.freeze
22
23
 
23
24
  def endpoint
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.7.0"
4
+ VERSION = "1.7.1"
5
5
  end
@@ -38,6 +38,7 @@ module ApiSixClient
38
38
  class LegaInt < BaseInt; end
39
39
  class OwnaInt < BaseInt; end
40
40
  class DcInt < BaseInt; end
41
+ class UnasInt < BaseInt; end
41
42
  end
42
43
 
43
44
  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.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-24 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday