api_six_client 1.2.3 → 1.2.4
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 +1 -3
- 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: b9b4370ca10b750830b247e1cae6a3b4d37787a1374d26ea85bdc1cba6bdce66
|
4
|
+
data.tar.gz: 4627739c9059dd2e846839e2913f1782e58e4bb84845a75d5114796945b7c14b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b33d0f27a9955fca49a0e81496b6c3cbdd3a6e8df7ff4acf574874a898383ed5675b6baca16bc9479a3fbae8f22cd733a2f9c72a5632bbe0cfd4bf5a6b0f7328
|
7
|
+
data.tar.gz: ebf9f9f7cce72a3035834335d4e8e483b34edf94f3b5c002e366c8942fda17cf33cc8283941cc72339de4926215be326a2912a0cc44787c71b71466781ef0a50
|
data/Gemfile.lock
CHANGED
data/lib/api_six_client.rb
CHANGED
@@ -17,15 +17,13 @@ module ApiSixClient
|
|
17
17
|
end
|
18
18
|
|
19
19
|
class Brg < Base; end
|
20
|
-
class Brg_P3 < Base; end
|
21
20
|
class Gbk < Base; end
|
22
21
|
class Kms < Base; end
|
23
22
|
class Lyr < Base; end
|
24
23
|
class Mat < Base; end
|
25
24
|
class Val < Base; end
|
26
25
|
class Prj < Base; end
|
27
|
-
class
|
28
|
-
class Fin < Base; end
|
26
|
+
class Finn < Base; end
|
29
27
|
class Olc < Base; end
|
30
28
|
class Eno < Base; end
|
31
29
|
class Uas < Base; 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.2.
|
4
|
+
version: 1.2.4
|
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-
|
11
|
+
date: 2023-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|