wdt-skywise-forecast 0.1.3 → 0.1.4

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: ae9276a2954e740ce78914ef0c0213604a58e61c
4
- data.tar.gz: c3da25f04d288736f7c934e56efc475b91aa1411
3
+ metadata.gz: c48d4227b4436df304e93978ee52774aa1fc8b0c
4
+ data.tar.gz: 71c50aeb51021094c1447abc354075248b053b98
5
5
  SHA512:
6
- metadata.gz: d74d16857bbb3ad3e451e6a305012c26fe633db996316031ff679c6cf9bb06a62cb32e816397d31fd12cb2296793c4e1c2f833e77f0121db94e891026c0d70d1
7
- data.tar.gz: d1a6a2c8d1b66801a9c2046ad9ee5f3a1ce2f465943681f0d52d7557ac48264a2e3933322a3a2e95215a2c3a755cf823dc38eb9639a70f8845aafa48051d7638
6
+ metadata.gz: 70d1b46ff1ec3d0f677cdeb5bda3b30dcdfb2d4d7c1bd228db71953f79aa1fc51b5605f9d6ed0b58b65b4736c83becbd2e8b1df236aa5a317f02dfbc5def9739
7
+ data.tar.gz: 988af9e6148b240ab1d5b1f44f11d44967e8353f6d231f1f2e2cc402346be5dc9806b0c8f98dc5b9959276e9c3f8ba06159e79dd6e9085016a212f9675f2d9a8
@@ -59,11 +59,11 @@ module Wdt
59
59
  elsif options.has_key?(:CITY) && ( !options.has_key?(:STATE) && !options.has_key?(:COUNTRY))
60
60
  error = "STATE or COUNTRY must be provided with CITY"
61
61
  success = false
62
- elsif options.has_key?(:LAT) && !options.has_key?(:LONG)
63
- error = "LONG must be provided with LAT"
62
+ elsif options.has_key?(:LAT) && !options.has_key?(:LON)
63
+ error = "LON must be provided with LAT"
64
64
  success = false
65
- elsif options.has_key?(:LONG) && !options.has_key?(:LAT)
66
- error = "LAT must be provided with LONG"
65
+ elsif options.has_key?(:LON) && !options.has_key?(:LAT)
66
+ error = "LAT must be provided with LON"
67
67
  success = false
68
68
  end
69
69
  {error: error, success: success}
@@ -1,7 +1,7 @@
1
1
  module Wdt
2
2
  module Skywise
3
3
  module Forecast
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wdt-skywise-forecast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Patterson