wdt-skywise-forecast 0.1.2 → 0.1.3

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: 0a5630468679794086ef17b9c19252bcf321b122
4
- data.tar.gz: c96acdb2e1883790bbffe222e4a0cd2658dc9113
3
+ metadata.gz: ae9276a2954e740ce78914ef0c0213604a58e61c
4
+ data.tar.gz: c3da25f04d288736f7c934e56efc475b91aa1411
5
5
  SHA512:
6
- metadata.gz: ddb2dd44d62069150bf7fc467b2481154e035706c45a6eb0c88bbe22424d6417cb9f65205547d8bf003420ca7e7b3558f9f1905b5fa0e680ef5879ccbc789f0a
7
- data.tar.gz: 9af18a4685da809250cd7431fe123df8e795f69218dc651b05c2e42af4d4775998a4c87b0ce145f7eb1d8ffff52cc86ab17444f5889a557cec11164aa9f81f00
6
+ metadata.gz: d74d16857bbb3ad3e451e6a305012c26fe633db996316031ff679c6cf9bb06a62cb32e816397d31fd12cb2296793c4e1c2f833e77f0121db94e891026c0d70d1
7
+ data.tar.gz: d1a6a2c8d1b66801a9c2046ad9ee5f3a1ce2f465943681f0d52d7557ac48264a2e3933322a3a2e95215a2c3a755cf823dc38eb9639a70f8845aafa48051d7638
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # WDT Skywise API
1
+ # WDT SkyWise Current & Forecast API
2
2
  [![Code Climate](https://codeclimate.com/github/coryp/wdt-skywise-forecast/badges/gpa.svg)](https://codeclimate.com/github/coryp/wdt-skywise-forecast)
3
3
  [![Gem Version](https://badge.fury.io/rb/wdt-skywise-forecast.svg)](https://badge.fury.io/rb/wdt-skywise-forecast)
4
4
  [![Build Status](https://travis-ci.org/coryp/wdt-skywise-forecast.svg?branch=master)](https://travis-ci.org/coryp/wdt-skywise-forecast)
@@ -85,3 +85,5 @@ The full structure can be found [here](https://skywise.wdtinc.com/root/mega-docs
85
85
 
86
86
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
87
87
 
88
+
89
+ Developed by [Knockdown Outdoors](http://www.knockdownoutdoors.com "Knockdown Outdoors")
@@ -1,7 +1,7 @@
1
1
  module Wdt
2
2
  module Skywise
3
3
  module Forecast
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
@@ -70,7 +70,7 @@ module Wdt
70
70
  end
71
71
 
72
72
  def auth
73
- {app_id: Wdt::Skywise::Forecast::Client.app_id, app_key: Wdt::Skywise::Forecast::Client.app_key}
73
+ {"app_id" => Wdt::Skywise::Forecast::Client.app_id, "app_key" => Wdt::Skywise::Forecast::Client.app_key}
74
74
  end
75
75
  end
76
76
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wdt-skywise-forecast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Patterson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-13 00:00:00.000000000 Z
11
+ date: 2016-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler