api_six_client 1.2.2 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -25
- data/api_six_client.gemspec +1 -1
- data/lib/api_six_client/version.rb +1 -1
- data/lib/api_six_client.rb +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd36ec4d129e75145e125183cc544adc31692f3dc24d4d03262b232d75e2040e
|
4
|
+
data.tar.gz: b78b1b6d2e482e2cd6fc4a524dcb4b748ed5014b508eb43ae61d110ac3c17f3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 300c27ce6399958c58707ec63b08b3c0228d254a117b619e811a7bc1e7ff879216d703e48b6b1bb22aaec19b90da21c229808e3b4297700783d4d7f450d3a76e
|
7
|
+
data.tar.gz: 28cafdda86f08a0882c4c4cf15a08fe4be9ce4c65ab33c4bb7cbac8b828c4e66c4a16d47b534e0cc52878d9bee569ebdd37a85b2a313457193dceb4e7c686f6e
|
data/Gemfile.lock
CHANGED
@@ -1,36 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
api_six_client (1.
|
5
|
-
faraday (~>
|
4
|
+
api_six_client (1.3.0)
|
5
|
+
faraday (~> 2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
faraday (
|
11
|
-
faraday-
|
12
|
-
faraday-em_synchrony (~> 1.0)
|
13
|
-
faraday-excon (~> 1.1)
|
14
|
-
faraday-httpclient (~> 1.0)
|
15
|
-
faraday-multipart (~> 1.0)
|
16
|
-
faraday-net_http (~> 1.0)
|
17
|
-
faraday-net_http_persistent (~> 1.0)
|
18
|
-
faraday-patron (~> 1.0)
|
19
|
-
faraday-rack (~> 1.0)
|
20
|
-
faraday-retry (~> 1.0)
|
10
|
+
faraday (2.7.6)
|
11
|
+
faraday-net_http (>= 2.0, < 3.1)
|
21
12
|
ruby2_keywords (>= 0.0.4)
|
22
|
-
faraday-
|
23
|
-
faraday-em_synchrony (1.0.0)
|
24
|
-
faraday-excon (1.1.0)
|
25
|
-
faraday-httpclient (1.0.1)
|
26
|
-
faraday-multipart (1.0.4)
|
27
|
-
multipart-post (~> 2)
|
28
|
-
faraday-net_http (1.0.1)
|
29
|
-
faraday-net_http_persistent (1.2.0)
|
30
|
-
faraday-patron (1.0.0)
|
31
|
-
faraday-rack (1.0.0)
|
32
|
-
faraday-retry (1.0.3)
|
33
|
-
multipart-post (2.3.0)
|
13
|
+
faraday-net_http (3.0.2)
|
34
14
|
rake (13.0.6)
|
35
15
|
ruby2_keywords (0.0.5)
|
36
16
|
|
data/api_six_client.gemspec
CHANGED
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
30
30
|
spec.require_paths = ["lib"]
|
31
31
|
|
32
|
-
spec.add_dependency 'faraday', '~>
|
32
|
+
spec.add_dependency 'faraday', '~> 2'
|
33
33
|
|
34
34
|
# For more information and examples about making a new gem, checkout our
|
35
35
|
# guide at: https://bundler.io/guides/creating_gem.html
|
data/lib/api_six_client.rb
CHANGED
@@ -17,12 +17,14 @@ module ApiSixClient
|
|
17
17
|
end
|
18
18
|
|
19
19
|
class Brg < Base; end
|
20
|
+
class Brg_P3 < Base; end
|
20
21
|
class Gbk < Base; end
|
21
22
|
class Kms < Base; end
|
22
23
|
class Lyr < Base; end
|
23
24
|
class Mat < Base; end
|
24
25
|
class Val < Base; end
|
25
26
|
class Prj < Base; end
|
27
|
+
class Prj_P3 < Base; end
|
26
28
|
class Fin < Base; end
|
27
29
|
class Olc < Base; end
|
28
30
|
class Eno < 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.
|
4
|
+
version: 1.3.0
|
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-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '2'
|
27
27
|
description: ApiSix is a Ruby gem that provides access to various Lytics services.
|
28
28
|
email:
|
29
29
|
- ei.dobrorodnov@gmail.com
|