api_six_client 1.7.8 → 1.7.9

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: aef019142d4bcd566d8a2433a3fa01c67a02df1ebf8895e6af78fa63bbb88c43
4
- data.tar.gz: c7cb9aa71a64a16a75bd5f894bddecedfc51e5fd41626ed35b4799cb3adfaf3a
3
+ metadata.gz: fd8e13dddd7089de8ee18571d08fda34f8eb0b0b7fb9536f36c08c97c28a6e11
4
+ data.tar.gz: 5aee5b7709d412b66e02101f0c806141b5a2eb139af9b499d49dfeff327616f8
5
5
  SHA512:
6
- metadata.gz: 52d07fcd1eea189f5d4b35b6e55aecabd7342c72e74dbad63748f9362d5a26da6cef7aa5495d8ac008d91ec5fce70aed74821f89c72bd9872393a47f5ea6a412
7
- data.tar.gz: fd089d30b5d0d7baf2e6967f97d735e47d309b7eb6cd2e623a2eafdc282d75a0d83236f284c960f99d8c5c711856b77d165b5b6ecdced01e97e8283a258fc5c4
6
+ metadata.gz: 27345421445d185a7967fb2725675c009e44dd91e06d1fdabc86e7866d559b11ae5e4ea9c383ff8dd6cb366ca29baae6ba50c7cc0f612fd2e7a8d33d1ed796b5
7
+ data.tar.gz: 6b4927b77d30f378ce92929a3feb79d93e27b4078d34b9c41bcae8fad8995bd976abfee3303ea7e4cd4185a5da6a5ea1c55498cfa83980a84e392ba185f78fcc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.7.8)
4
+ api_six_client (1.7.9)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -18,7 +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
- 'eno' => { k8s_service: 'http://eno-api.micro-services:8000', api_int_path: 'api' },
21
+ 'eno' => { k8s_service: 'http://eno-api.micro-services:8000', api_int_path: 'eno/api' },
22
22
  }.freeze
23
23
 
24
24
  def endpoint
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.7.8"
4
+ VERSION = "1.7.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_six_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.8
4
+ version: 1.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov