setsuzoku 0.14.2 → 0.14.3
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 +19 -18
- data/lib/setsuzoku/service/web_service/credentials/uses_credential_token.rb +2 -2
- data/lib/setsuzoku/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c0b8c050fa9e109346e671c24de8e74926cebfeb633287d1ace06887f6f51c4
|
|
4
|
+
data.tar.gz: f848f52cfea63adb526db081c46e61988a17766d3965651de20f41eddaf55478
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0ec90c69f2c0b534fc2b9f8c41f8b16307b91c5a6c29dfa04f3f19b491d49ad976ebd1c1bd7d9080705d9840745255aa7311b73f156b174aa51d5121eb5d443
|
|
7
|
+
data.tar.gz: c751c9cc1d177c1aeefce1944751e361a01a5a2749c36abbfee713a2aaa564099b03092a38842839f6f5ab790515b9b88f786c123bac2dc1c3fdb4f671139d81
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
setsuzoku (0.14.
|
|
4
|
+
setsuzoku (0.14.3)
|
|
5
5
|
activesupport (>= 5.0, < 7)
|
|
6
6
|
faraday (~> 0.11)
|
|
7
7
|
nokogiri (~> 1.10)
|
|
@@ -10,29 +10,31 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (6.
|
|
13
|
+
activesupport (6.1.4)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
-
i18n (>=
|
|
16
|
-
minitest (
|
|
17
|
-
tzinfo (~>
|
|
18
|
-
zeitwerk (~> 2.
|
|
15
|
+
i18n (>= 1.6, < 2)
|
|
16
|
+
minitest (>= 5.1)
|
|
17
|
+
tzinfo (~> 2.0)
|
|
18
|
+
zeitwerk (~> 2.3)
|
|
19
19
|
addressable (2.7.0)
|
|
20
20
|
public_suffix (>= 2.0.2, < 5.0)
|
|
21
|
-
concurrent-ruby (1.1.
|
|
21
|
+
concurrent-ruby (1.1.9)
|
|
22
22
|
crack (0.4.3)
|
|
23
23
|
safe_yaml (~> 1.0.0)
|
|
24
24
|
diff-lcs (1.4.2)
|
|
25
|
-
faraday (0.17.
|
|
25
|
+
faraday (0.17.4)
|
|
26
26
|
multipart-post (>= 1.2, < 3)
|
|
27
27
|
hashdiff (1.0.1)
|
|
28
|
-
i18n (1.8.
|
|
28
|
+
i18n (1.8.10)
|
|
29
29
|
concurrent-ruby (~> 1.0)
|
|
30
|
-
mini_portile2 (2.
|
|
31
|
-
minitest (5.14.
|
|
30
|
+
mini_portile2 (2.5.3)
|
|
31
|
+
minitest (5.14.4)
|
|
32
32
|
multipart-post (2.1.1)
|
|
33
|
-
nokogiri (1.
|
|
34
|
-
mini_portile2 (~> 2.
|
|
33
|
+
nokogiri (1.11.7)
|
|
34
|
+
mini_portile2 (~> 2.5.0)
|
|
35
|
+
racc (~> 1.4)
|
|
35
36
|
public_suffix (4.0.5)
|
|
37
|
+
racc (1.5.2)
|
|
36
38
|
rake (10.5.0)
|
|
37
39
|
rspec (3.8.0)
|
|
38
40
|
rspec-core (~> 3.8.0)
|
|
@@ -50,16 +52,15 @@ GEM
|
|
|
50
52
|
safe_yaml (1.0.5)
|
|
51
53
|
sorbet (0.5.5675)
|
|
52
54
|
sorbet-static (= 0.5.5675)
|
|
53
|
-
sorbet-runtime (0.5.
|
|
55
|
+
sorbet-runtime (0.5.6480)
|
|
54
56
|
sorbet-static (0.5.5675-universal-darwin-14)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
thread_safe (~> 0.1)
|
|
57
|
+
tzinfo (2.0.4)
|
|
58
|
+
concurrent-ruby (~> 1.0)
|
|
58
59
|
webmock (3.8.0)
|
|
59
60
|
addressable (>= 2.3.6)
|
|
60
61
|
crack (>= 0.3.2)
|
|
61
62
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
62
|
-
zeitwerk (2.4.
|
|
63
|
+
zeitwerk (2.4.2)
|
|
63
64
|
|
|
64
65
|
PLATFORMS
|
|
65
66
|
ruby
|
|
@@ -59,8 +59,8 @@ module Setsuzoku
|
|
|
59
59
|
# @param attrs [Hash] additional attrs to be passed to super if desired.
|
|
60
60
|
#
|
|
61
61
|
# @return [Hash] the attributes to assign to the credential.
|
|
62
|
-
sig { abstract.params(resp: Setsuzoku::ApiResponse, attrs: T::Hash[Symbol, T.untyped]).void }
|
|
63
|
-
def set_token
|
|
62
|
+
sig { abstract.params(resp: Setsuzoku::ApiResponse, attrs: T.nilable(T::Hash[Symbol, T.untyped])).void }
|
|
63
|
+
def set_token!(resp, attrs); end
|
|
64
64
|
end
|
|
65
65
|
end
|
|
66
66
|
end
|
data/lib/setsuzoku/version.rb
CHANGED