lita-onewheel-aqi 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/lita-onewheel-aqi.gemspec +1 -1
- data/spec/lita/handlers/onewheel_aqi_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: 5429d8a42c910188d126792e6f213d9758f950af
|
4
|
+
data.tar.gz: f422efbd03ed8949ec5de5a8dfae42b851935136
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13e8f26fad285dbdd7562f00eda382d0bf5257c862c1f98056a52c1b49df08512d173480a52dde958e4d55896bd9061930ef352fad2ad16482b46562cf338e93
|
7
|
+
data.tar.gz: '08761236735f81bbae79b3fe47ff7388ddb81127f1c276ce72657ef379c499741250c237608c983e2b109c2343e94e8a10cfb880c0681ab07699210e8eb84152'
|
data/lita-onewheel-aqi.gemspec
CHANGED
@@ -29,6 +29,6 @@ describe Lita::Handlers::OnewheelAqi, lita_handler: true do
|
|
29
29
|
|
30
30
|
it 'queries the aqi' do
|
31
31
|
send_command 'aqi'
|
32
|
-
expect(replies.last).to include("AQI for Portland, OR, USA, Observed: \
|
32
|
+
expect(replies.last).to include("AQI for Portland, OR, USA, Observed: \u000307118\u0003 Unhealthy for Sensitive Groups at 2017-08-09 1100 hours.")
|
33
33
|
end
|
34
34
|
end
|