api_six_client 1.6.9 → 1.6.10

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: da15100ced30d073bca2ee04fd946ed48ac5425d4197e3892f772b3c25076e46
4
- data.tar.gz: 5625abfda041a6c40c6aa8ae0bd4e666fa25efe6e994c186573330c43e64e410
3
+ metadata.gz: 1b4dbed11ae854db2b72bc68f4d7562e27d7a60b1817d8980f5b3c37d9953524
4
+ data.tar.gz: 52802fc7131c95adcd8822ba7384a9d6bffa274975361368a3a1bed5d081f96e
5
5
  SHA512:
6
- metadata.gz: fca7c404f6ad8a650ab7e6e6327557e09c27bb5e923012e911e06cb8a5fc098f1178a16b7e8ba6266b0cf1a57026b06c1ad368293bb9a7fe4165ca2cf14f998b
7
- data.tar.gz: 5cc766360a05424ef795caa579305b2c7e1b82cf5d68b523ed34c2b93c7d0df99087492ab0d0d2914c940b4a1a8195ac36aaeac1529f14cf09b6e8e6c1e16fc1
6
+ metadata.gz: 34d37911e72c3095ca65ca4ca9439a9875ff0cbeee55cb4cc8bc1c3f9223d3773809ba2d899870881ede6c7af86f2f709aaf1de68c8e45c363edb16008942a15
7
+ data.tar.gz: f9d6e27a961e36305c7273a8f389fe5e799882b771b6608264f6939dcb09a12929bee511567d902b3f00664cda3b1dac1aa8cbfdc03bf9f3dd747e48c57ef4f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.6.9)
4
+ api_six_client (1.6.10)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -16,8 +16,8 @@ module ApiSixClient
16
16
  'prj_int' => { k8s_service: 'http://prj-api.micro-services:5000', api_int_path: 'api_int' },
17
17
  'owna_int' => { k8s_service: 'http://owna-api.micro-services:3000', api_int_path: 'api_int' },
18
18
 
19
- 'olc_hid' => { k8s_service: 'http://core-web.micro-services:3000', api_int_path: 'api_hidden' },
20
- 'auth_hid' => { k8s_service: 'http://auth-api.micro-services:80', api_int_path: 'api_int' },
19
+ 'olc_hid' => { k8s_service: 'http://core-web.micro-services:3000', api_int_path: 'api_hid' },
20
+ 'auth_hid' => { k8s_service: 'http://auth-api.micro-services:80', api_int_path: 'api_hid' },
21
21
  }.freeze
22
22
 
23
23
  def endpoint
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.6.9"
4
+ VERSION = "1.6.10"
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.6.9
4
+ version: 1.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov