lita-onewheel-forecast-io 1.4.10 → 1.4.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4c96df4333594f7487e637c7603806c2432426b
4
- data.tar.gz: 22703801a850358515d34952096a8b8bf8c99a03
3
+ metadata.gz: 33dc9d11a270c21e86e4bcf16edfeca51a44e1ea
4
+ data.tar.gz: 66208f153063969114b20b7c67fe8907bb455ff5
5
5
  SHA512:
6
- metadata.gz: f79b9505feb5f0c6581129040d102e999181bf20d2b3568bf436c909b1ecb9b740b341db10cc5bf390af0add5101b6d0813c0d5df1749552a6a3d4929466daf6
7
- data.tar.gz: e222e6b06378ea2a36d6e98998e3cc9f2aec239163161fc78230ad49eaa384c772d9277f02c37e201c8ed9cd59a75e604888ac11b921f97eb9a183de07326e8d
6
+ metadata.gz: 829c0e5971290d70a7bf001444bed9e7281c2c29677056122ecd61daf8aa7cb597f8db8d6a6431a3a0d128ff9162bf2c4753a9e720408bc602c8a71d0342904e
7
+ data.tar.gz: 40741740952e137111420fc642545ef9f86e7ad661fe39f6a5b9e9f3e488096fe20f581612172a29a799206bf828635bf142cf5f399ce6b2b5951d037cb9f6a3
@@ -479,7 +479,7 @@ module ForecastIo
479
479
  window_close_temp = hour['temperature']
480
480
  end
481
481
 
482
- if !time_to_open_the_windows and time_to_close_the_windows and hour['temperature'].to_i < 71
482
+ if !time_to_open_the_windows and time_to_close_the_windows and hour['temperature'].to_i <= 75
483
483
  time_to_open_the_windows = hour['time']
484
484
  end
485
485
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-forecast-io'
3
- spec.version = '1.4.10'
3
+ spec.version = '1.4.11'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = <<-EOS
@@ -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('Close the windows at 16:00, it will be 72°F. Open them back up at 17:00. The high today will be 72°F.')
516
+ expect(replies.last).to eq('Close the windows at 16:00, it will be 72°F. Open them back up at 16:00. The high today will be 72°F.')
517
517
  end
518
518
 
519
519
  it 'will not say a 28.000000000000004% chance of rain' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-forecast-io
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-26 00:00:00.000000000 Z
11
+ date: 2016-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita