yuuki 1.0.1 → 1.0.2
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/periodic_caller.rb +1 -1
- data/lib/yuuki/version.rb +1 -1
- data/sig/yuuki/periodic_caller.rbs +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: 73ee236ec079617db802006ec29558cb42cbeb17143487fb5d03f9b0781e2211
|
|
4
|
+
data.tar.gz: 507eaffb469b260061af77703546bfb20bb4c9e5c8d62c26b946a861a2c69f36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70b198d6f2b79d3df1a27bd750d5ded8d7a1a827b6078f90f34b03ff701716d60a69dd0baa5e2774c4da0b2af7ccbc4b46fb9139056d301a6cfa59b5adcbe714
|
|
7
|
+
data.tar.gz: 7a8cdefa1d6aa71c65f45b6dda02e6b6987435d82efc821a31a3d40d2921443ad69088bd7e83a339aed22462894ac33afa84416f20af93ecb1468c9895a497d2
|
data/lib/yuuki/version.rb
CHANGED
|
@@ -13,6 +13,6 @@ module Yuuki
|
|
|
13
13
|
def on_error: () { (StandardError) -> untyped } -> void
|
|
14
14
|
|
|
15
15
|
# loops forever; only returns by raising (when no on_error callback is set)
|
|
16
|
-
def
|
|
16
|
+
def start: (?Integer gmtoff, **untyped args) ?{ (?) -> untyped } -> bot
|
|
17
17
|
end
|
|
18
18
|
end
|