api_six_client 1.4.0 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/api_six_client/version.rb +1 -1
- data/lib/api_six_client.rb +3 -2
- 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: 28b568faf89361262fd76898edc829c954b923ab96b1f4cb6303bc45f5122c1f
|
4
|
+
data.tar.gz: cd6d0d1d276a194134049236e15c2898959662064f5909993a2fee11d5ba6f47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 576f0835d861a675bbad4bcdf8c3eef65d32fb356886848f34a97b0e1c69b4bf2a72e2765b955affd6668a60d9eea9b1f4a60c4ecdbaf478c052cee9d027f29d
|
7
|
+
data.tar.gz: ddb84fb7357848ae73a6e9a040e7e8a8914bbd512ac5cf6f1fdece504f3fc85ca4f074a1cd568f0796f72ecdd8c6fb20bcfa6df16650401055cfef1a3fe89f77
|
data/Gemfile.lock
CHANGED
data/lib/api_six_client.rb
CHANGED
@@ -5,6 +5,7 @@ require 'api_six_client/config'
|
|
5
5
|
require 'api_six_client/base'
|
6
6
|
require 'api_six_client/base_v2'
|
7
7
|
require 'api_six_client/base_int'
|
8
|
+
require 'api_six_client/base_v2_int'
|
8
9
|
require 'api_six_client/errors'
|
9
10
|
|
10
11
|
module ApiSixClient
|
@@ -23,8 +24,6 @@ module ApiSixClient
|
|
23
24
|
class Prj < Base; end
|
24
25
|
class Fin < Base; end
|
25
26
|
class Olc < Base; end
|
26
|
-
class Brg_P3 < Base; end
|
27
|
-
class Prj_P3 < Base; end
|
28
27
|
|
29
28
|
class Kms < BaseV2; end
|
30
29
|
class Lyr < BaseV2; end
|
@@ -32,6 +31,8 @@ module ApiSixClient
|
|
32
31
|
class Uas < BaseV2; end
|
33
32
|
|
34
33
|
class OlcInt < BaseInt; end
|
34
|
+
class BrgInt < BaseInt; end
|
35
|
+
class PrjInt < BaseInt; end
|
35
36
|
|
36
37
|
class AuthInt < BaseV2Int; end
|
37
38
|
class UasInt < BaseV2Int; 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.4.
|
4
|
+
version: 1.4.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: 2023-06-
|
11
|
+
date: 2023-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|