lita-onewheel-forecast-io 1.1.1 → 1.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e7939943f8bb42823cc685f74687541f8099cf3
4
- data.tar.gz: dd6ab041be109af577e9988caca667c389782ee2
3
+ metadata.gz: 27cd610e8ed3707cda9e18848c69fd7eaf9d5391
4
+ data.tar.gz: e40acfb2a26cc9ac16db135c8b4e0697565ba6d0
5
5
  SHA512:
6
- metadata.gz: 17a04e305e21c1e4ec04f7405c58be6882999e1516c9edaeadc71eecd6c89755894b69a81f0aedcbdc45fe8837b06f7cbce366a00e848f490e87bd14989ce57a
7
- data.tar.gz: 95fb3a33b960f4fc540b9bb5893ffdb4800cfaa67f5a26bf0e74a8ca38287d3c2a512b6a3d4b36d0b9b6259f9d7e42144adb466da80736bf4564086374590e1a
6
+ metadata.gz: 7a73229e0db9b35c7550a3c5b3f467ef4706ceff3d560d47fd4cfe867d2cfdfa6180f25f5746d4eb57567c43db620c1b6d736a16ff2951c090dd9d8e5dd01675
7
+ data.tar.gz: a83246caeb3c6362363eddbd1ade3cf384d29289901866ab0917f796a5317ed68b9e1bdcb97b6b6e4fff06909e4fc4e64ac8e66e397ce77426acf0c0e57d43ba
@@ -30,6 +30,7 @@ module ForecastIo
30
30
  response.reply location.location_name + ' ' + do_the_sun_thing(forecast, ansi_chars)
31
31
  response.reply location.location_name + ' ' + do_the_cloud_thing(forecast, ansi_chars)
32
32
  response.reply location.location_name + ' ' + do_the_daily_rain_thing(forecast)
33
+ response.reply location.location_name + ' ' + do_the_humidity_thing(forecast, ansi_chars, 'humidity')
33
34
  end
34
35
 
35
36
  def handle_irc_ansirain_intensity(response)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-forecast-io'
3
- spec.version = '1.1.1'
3
+ spec.version = '1.2.0'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = <<-EOS
@@ -447,6 +447,7 @@ describe Lita::Handlers::OnewheelForecastIo, lita_handler: true do
447
447
  expect(replies[5]).to eq("Portland, OR 48hr sun forecast |\u000308████████████████████\u000307▇▇▅\u000309▅▅▃\u000303▁_▁\u000309▃▃▃\u000303▁▁▁▁▃\u000309▃▅\u000307▇▇▇▇\u000308▇▇▇▇▇▇\u0003| max 100%")
448
448
  expect(replies[6]).to eq("Portland, OR 24h cloud cover |___________▁▁▁▁▁▁▁▁▃▅▅▅| range 0% - 49.0%")
449
449
  expect(replies[7]).to eq("Portland, OR 48 hr snows |\u000302_______________________❄❄❄❄▁▁▁▁▁▁▁▁▁▁▁▁▁❄❄❄❄❄❄❄❄_\u0003| max 4.0%")
450
+ expect(replies.last).to eq("Portland, OR 67%|\u000307▇\u000308▇▇▇\u000311▅▅▅▅▅▅▅▅▅▅\u000308▇▇▇▇▇▇▇\u000307▇▇▇▇▇▇▇▇▇▇▇▇\u000304████████████████\u0003|80% range: 41%-85%")
450
451
  end
451
452
 
452
453
  it '!ansipressure' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-forecast-io
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps