yuuki 0.1.8 → 0.1.9
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/lib/yuuki/caller.rb +2 -2
- data/lib/yuuki/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: f1292e07e4b6a1e5d86613d99b7f91f423470db509339dd3979e973df9dca795
|
|
4
|
+
data.tar.gz: 791dc8e464f081b7050b8de093c20b0f3ae11985778392f776caec0c148ffb99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbf737b5a801b69a18a37b038e31d6d14479d0dd4e04cb3d52a3af02e49e829bc2089ad270ce3413093c1105a07805340dc11b6349e258148e83e36cefd9b102
|
|
7
|
+
data.tar.gz: d4479b48d82b3680a8b7a65c36678fea22b8c8cb36e39d7e7ed96c951d7012cff27e5f8fd24bc69133bb06efed956183c6036260ffe53eb3252188d5eeb81ca8
|
data/lib/yuuki/caller.rb
CHANGED
|
@@ -211,8 +211,8 @@ module Yuuki
|
|
|
211
211
|
end
|
|
212
212
|
params_block = block unless params.any? {|type, _| type == :block}
|
|
213
213
|
params_hash.empty? ? method[*params_array, ¶ms_block] : method[*params_array, **params_hash, ¶ms_block]
|
|
214
|
+
ensure
|
|
215
|
+
yoshinon&.unlock
|
|
214
216
|
end
|
|
215
|
-
ensure
|
|
216
|
-
yoshinon&.unlock if @use_yoshinon
|
|
217
217
|
end
|
|
218
218
|
end
|
data/lib/yuuki/version.rb
CHANGED