fractal_api 0.1.4 → 0.1.5
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 +20 -9
- data/fractal_api.gemspec +1 -1
- data/lib/fractal_api/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f781155e5457786b5cf172c0c1fd926254844c371c8e939ea7709c3cb0765448
|
|
4
|
+
data.tar.gz: d79fa1c0a523af63f9b33093407e2ceb45beaa678b2838a3d8deeb4986b423db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 001da6b43019dc64e7f28a8bf86c6ebe10c8637a4e9fe2ca5a91641c0db9e747cc6569eddcbf94eb3c1b60ab8430d6a5ec890692ba06091303133e13cbacb7fb
|
|
7
|
+
data.tar.gz: bf4706fa8fe13df32d990a947d7349830213bcaa7b6a0ed0afeac2af79177cbd51afd2588186c7a569b7df54499ac3a077df46d8e39a38a0ad2db1ed29ede4ca
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fractal_api (0.1.
|
|
4
|
+
fractal_api (0.1.5)
|
|
5
5
|
faraday
|
|
6
6
|
faraday_middleware
|
|
7
7
|
faraday_middleware-multi_json
|
|
@@ -17,20 +17,30 @@ GEM
|
|
|
17
17
|
rexml
|
|
18
18
|
diff-lcs (1.4.4)
|
|
19
19
|
dotenv (2.7.6)
|
|
20
|
-
faraday (1.
|
|
20
|
+
faraday (1.10.0)
|
|
21
21
|
faraday-em_http (~> 1.0)
|
|
22
22
|
faraday-em_synchrony (~> 1.0)
|
|
23
23
|
faraday-excon (~> 1.1)
|
|
24
|
+
faraday-httpclient (~> 1.0)
|
|
25
|
+
faraday-multipart (~> 1.0)
|
|
24
26
|
faraday-net_http (~> 1.0)
|
|
25
|
-
faraday-net_http_persistent (~> 1.
|
|
26
|
-
|
|
27
|
+
faraday-net_http_persistent (~> 1.0)
|
|
28
|
+
faraday-patron (~> 1.0)
|
|
29
|
+
faraday-rack (~> 1.0)
|
|
30
|
+
faraday-retry (~> 1.0)
|
|
27
31
|
ruby2_keywords (>= 0.0.4)
|
|
28
32
|
faraday-em_http (1.0.0)
|
|
29
33
|
faraday-em_synchrony (1.0.0)
|
|
30
34
|
faraday-excon (1.1.0)
|
|
35
|
+
faraday-httpclient (1.0.1)
|
|
36
|
+
faraday-multipart (1.0.4)
|
|
37
|
+
multipart-post (~> 2)
|
|
31
38
|
faraday-net_http (1.0.1)
|
|
32
|
-
faraday-net_http_persistent (1.
|
|
33
|
-
|
|
39
|
+
faraday-net_http_persistent (1.2.0)
|
|
40
|
+
faraday-patron (1.0.0)
|
|
41
|
+
faraday-rack (1.0.0)
|
|
42
|
+
faraday-retry (1.0.3)
|
|
43
|
+
faraday_middleware (1.2.0)
|
|
34
44
|
faraday (~> 1.0)
|
|
35
45
|
faraday_middleware-multi_json (0.0.6)
|
|
36
46
|
faraday_middleware
|
|
@@ -38,7 +48,7 @@ GEM
|
|
|
38
48
|
hashdiff (1.0.1)
|
|
39
49
|
method_source (1.0.0)
|
|
40
50
|
multi_json (1.15.0)
|
|
41
|
-
multipart-post (2.
|
|
51
|
+
multipart-post (2.2.3)
|
|
42
52
|
pry (0.13.1)
|
|
43
53
|
coderay (~> 1.1)
|
|
44
54
|
method_source (~> 1.0)
|
|
@@ -58,7 +68,7 @@ GEM
|
|
|
58
68
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
69
|
rspec-support (~> 3.10.0)
|
|
60
70
|
rspec-support (3.10.2)
|
|
61
|
-
ruby2_keywords (0.0.
|
|
71
|
+
ruby2_keywords (0.0.5)
|
|
62
72
|
vcr (6.0.0)
|
|
63
73
|
webmock (3.12.1)
|
|
64
74
|
addressable (>= 2.3.6)
|
|
@@ -66,6 +76,7 @@ GEM
|
|
|
66
76
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
67
77
|
|
|
68
78
|
PLATFORMS
|
|
79
|
+
-darwin-21
|
|
69
80
|
x86_64-darwin-19
|
|
70
81
|
x86_64-linux
|
|
71
82
|
|
|
@@ -80,4 +91,4 @@ DEPENDENCIES
|
|
|
80
91
|
webmock
|
|
81
92
|
|
|
82
93
|
BUNDLED WITH
|
|
83
|
-
2.
|
|
94
|
+
2.3.10
|
data/fractal_api.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
24
24
|
spec.require_paths = ['lib']
|
|
25
25
|
|
|
26
|
-
spec.required_ruby_version = '
|
|
26
|
+
spec.required_ruby_version = '> 2.0'
|
|
27
27
|
|
|
28
28
|
spec.add_dependency 'faraday'
|
|
29
29
|
spec.add_dependency 'faraday_middleware'
|
data/lib/fractal_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fractal_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Finpoint
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -209,13 +209,13 @@ files:
|
|
|
209
209
|
homepage: https://www.finpoint.co.uk
|
|
210
210
|
licenses: []
|
|
211
211
|
metadata: {}
|
|
212
|
-
post_install_message:
|
|
212
|
+
post_install_message:
|
|
213
213
|
rdoc_options: []
|
|
214
214
|
require_paths:
|
|
215
215
|
- lib
|
|
216
216
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
217
217
|
requirements:
|
|
218
|
-
- - "
|
|
218
|
+
- - ">"
|
|
219
219
|
- !ruby/object:Gem::Version
|
|
220
220
|
version: '2.0'
|
|
221
221
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -224,8 +224,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
224
224
|
- !ruby/object:Gem::Version
|
|
225
225
|
version: '0'
|
|
226
226
|
requirements: []
|
|
227
|
-
rubygems_version: 3.
|
|
228
|
-
signing_key:
|
|
227
|
+
rubygems_version: 3.0.3
|
|
228
|
+
signing_key:
|
|
229
229
|
specification_version: 4
|
|
230
230
|
summary: FractalApi client
|
|
231
231
|
test_files: []
|