api_six_client 1.7.4 → 1.7.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/api_six_client/base_int.rb +1 -0
- data/lib/api_six_client/version.rb +1 -1
- data/lib/api_six_client.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe9cc7a7551f769feb0bc5650b1dd8fccfe098d120943c437b42abf0ef67d802
|
4
|
+
data.tar.gz: 49e02879b0986c62b15a011807032a288cd8a10b360d98d1897ddf580675f49d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f96df85d6f2962fb5542d6d57210a122bcc0c4cad726a660efdcd1317de7da86970a4ab7bdbc861baab502f3aa8246d178de9de4e14607ce08c0986723a23d9
|
7
|
+
data.tar.gz: ae41d634e1e11fc56079a64d927b993e9cccc151755631b5ec3201261ebf8d4de0095a0cf77a4e29941419f5a944e1a2283522897df4c5623f4814b4af3d0551
|
data/Gemfile.lock
CHANGED
@@ -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
|
+
'eno' => { k8s_service: 'http://eno.micro-services:8000', api_int_path: 'api' },
|
21
22
|
}.freeze
|
22
23
|
|
23
24
|
def endpoint
|
data/lib/api_six_client.rb
CHANGED
@@ -40,6 +40,10 @@ module ApiSixClient
|
|
40
40
|
class DcInt < BaseInt; end
|
41
41
|
class UnasInt < BaseInt; end
|
42
42
|
class ConstrInt < BaseInt; end
|
43
|
+
class PlsInt < BaseInt; end
|
44
|
+
class DofInt < BaseInt; end
|
45
|
+
class SvvInt < BaseInt; end
|
46
|
+
class Eno < BaseInt; end
|
43
47
|
end
|
44
48
|
|
45
49
|
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.
|
4
|
+
version: 1.7.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: 2025-
|
11
|
+
date: 2025-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|