lita-onewheel-forecast-io 1.3.0 → 1.3.1
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/lita-onewheel-forecast-io.gemspec +1 -1
- data/spec/lita/handlers/forecast_io_spec.rb +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: 4fa365e73970836739726522b1c776bf2d40b121
|
4
|
+
data.tar.gz: 5df39963ce43f8ca81a626af7cfe3065831e3072
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ea55eafba3dd4e7c01d24b73f29f71fe08370cd1cf23d14e3354787617750a224fa975c0fa7e0d05018bb42261588b4c521cae7fbc869d9583da7e85295c5a7
|
7
|
+
data.tar.gz: 5f92d99839eccb27be0c266737f48c0f198ad4870ad7361f3d0feb5bf31eeb797c65ce422db482798856b858f3d4e979801700672e00c2e734943dbcaca58cae
|
@@ -513,7 +513,7 @@ describe Lita::Handlers::OnewheelForecastIo, lita_handler: true do
|
|
513
513
|
it '!windows' do
|
514
514
|
mock_up 'windows'
|
515
515
|
send_command 'windows'
|
516
|
-
expect(replies.last).to eq('
|
516
|
+
expect(replies.last).to eq('Shut them down at 16:00.')
|
517
517
|
end
|
518
518
|
|
519
519
|
# it 'colors strings' do
|