lita-onewheel-forecast-io 1.3.5 → 1.3.6
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/lita/handlers/forecasts.rb +1 -1
- data/lita-onewheel-forecast-io.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23f6c48591e55e4113405cc117c61551d383fff6
|
4
|
+
data.tar.gz: 18170c097c7a36cc5e9ef16410440fc0007a7a30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c6583ae6171f7d6ffa8b05c451ac21b27cc6be940f6981e5ce78e72156b875f01fddc9b8ca2e7c643108c4ed3c7e88a7533cb1b2d1f5c4335cc5d5cb758d133
|
7
|
+
data.tar.gz: 3d230c9398e9372e9da49b5a8300721dac83e2f56f0fc41ce96fe964ac64a6198535ee5017c68b2090fa863aac2c80f1a680a3f65500e9277e79fe5cc246e445
|
@@ -477,7 +477,7 @@ module ForecastIo
|
|
477
477
|
"Leave 'em open, no excess heat today."
|
478
478
|
else
|
479
479
|
time_at = Time.at(time_to_close_the_windows).to_datetime
|
480
|
-
"
|
480
|
+
"Close the windows at #{time_at.strftime('%k:%M')}."
|
481
481
|
end
|
482
482
|
end
|
483
483
|
end
|