lita-onewheel-forecast-io 1.6.0 → 1.6.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/lib/lita/handlers/irc_handlers.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: b6f57f5a29f509e73c611fb9120855eb98f166c4
|
4
|
+
data.tar.gz: 83eb9ea76b5fdd9bae7e6353d3ced6f4cc34ae05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3532844a52c1881cac88770c52c42880f405c3f749811eb61f6d61194390245466e9ebe6ef66805188958f160a3c92f6348b70941a67ca7e15de80c062d86c26
|
7
|
+
data.tar.gz: 4f269c1c7abcfe500dc095df1b48e3520c331ac66f9b9b4bfefe9a62a7d9d3d0e503d73843f035eca5f7ecd8a759b3abc4e42533e677ebc7dc11b160af0a20e4
|
@@ -227,7 +227,7 @@ module ForecastIo
|
|
227
227
|
response.reply "#{windows_time}"
|
228
228
|
end
|
229
229
|
|
230
|
-
def handle_http_windows(response)
|
230
|
+
def handle_http_windows(request, response)
|
231
231
|
location = geo_lookup(response.user, '97232')
|
232
232
|
forecast = get_forecast_io_results(response.user, location)
|
233
233
|
windows_data = do_the_windows_thing(forecast)
|