api_six_client 1.7.1 → 1.7.2

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: e0a9eee2eafda4164894344789fecff3d4728437b2d284afab3bf992f7020233
4
- data.tar.gz: 180a8540ea368725ae0d236bdbf42bb6d29dd5d8b43e4b31f0df68b8257b3721
3
+ metadata.gz: 63d9b60ffa67603d32de557b48bb86e8b338ad579ddd573f8e7d62cbac7f3c95
4
+ data.tar.gz: 901ea25ef9d13cc4814ebe00dfcd21416c4fab374f1208f0957eb4cd4ccac7cc
5
5
  SHA512:
6
- metadata.gz: bc8d28bc3859787c2bf0a835e6065613d669a57442473bb761f4449fd059810331b76da859ff4f56b9626578d9d562c73e1da3928b8f4f5da84323d02ac9f425
7
- data.tar.gz: 52ddb8a8e4bcf6fa284816a591a1e6392c862c0ad7642052374e4dbe4bc28174fd9989f095ad5acf570d82ea3517a4e8172874281ce32004bb563d6c7c60f5fa
6
+ metadata.gz: 65934f09c7cf82587c7fc671edc22e73f96cce914d95ce84d881e37a81088fe2fe5adcb27d0f4ad734a78e468dd5d33609083752a8196a72de10b32afa6ac616
7
+ data.tar.gz: 62a110ef491afc802307a2408bd7a39973564b87b7db027fe17cbb29572b55c69ae047c0d6adf799bf08a3c5f3d30e7ba90626e6a484658f1e84dea8c07e9ce6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.7.1)
4
+ api_six_client (1.7.2)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -18,7 +18,6 @@ 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' },
22
21
  }.freeze
23
22
 
24
23
  def endpoint
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.7.1"
4
+ VERSION = "1.7.2"
5
5
  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.7.1
4
+ version: 1.7.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: 2024-09-12 00:00:00.000000000 Z
11
+ date: 2024-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday