power-hours 0.2.1 → 0.2.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/opening_hours/type.rb +1 -1
- data/lib/opening_hours/version.rb +1 -1
- data/sig/power/hours.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: ca0c07e7ca0d65051f706675f2a3337a175cc5f77a01c361d1c7c6df4b64f566
|
|
4
|
+
data.tar.gz: ed03fda4a392391da0646acecfa6a51b5d06fa18368a70f46a1d0ec3d7ba5503
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28f9965ca0eca16d77846d62a0edb2dabf74464a2b78e2916d83f1009e42fe39a0fc00efc6d36a49ce71a64786b8d046236af5bc751d8b1cc6d104f3aa2c94d9
|
|
7
|
+
data.tar.gz: 287d014cf1247bde84996a1d63c722bb9d6102923886bdae32739a81b0a237180a6eb2a1b057224ed9de9c44be0ddcd4c9391da663ff3e2f7f928bc12542a9f3
|
data/lib/opening_hours/type.rb
CHANGED
data/sig/power/hours.rbs
CHANGED
|
@@ -82,7 +82,7 @@ module OpeningHours
|
|
|
82
82
|
class Type
|
|
83
83
|
def type: () -> Symbol
|
|
84
84
|
def cast: (untyped value) -> OpeningHours::Schedule
|
|
85
|
-
def serialize: (untyped value) ->
|
|
85
|
+
def serialize: (untyped value) -> String
|
|
86
86
|
def changed_in_place?: (untyped raw_old_value, untyped new_value) -> bool
|
|
87
87
|
end
|
|
88
88
|
|