wdt-skywise-forecast 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/wdt/skywise/forecast/version.rb +1 -1
- data/lib/wdt/skywise/forecast.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae9276a2954e740ce78914ef0c0213604a58e61c
|
4
|
+
data.tar.gz: c3da25f04d288736f7c934e56efc475b91aa1411
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d74d16857bbb3ad3e451e6a305012c26fe633db996316031ff679c6cf9bb06a62cb32e816397d31fd12cb2296793c4e1c2f833e77f0121db94e891026c0d70d1
|
7
|
+
data.tar.gz: d1a6a2c8d1b66801a9c2046ad9ee5f3a1ce2f465943681f0d52d7557ac48264a2e3933322a3a2e95215a2c3a755cf823dc38eb9639a70f8845aafa48051d7638
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# WDT
|
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")
|
data/lib/wdt/skywise/forecast.rb
CHANGED
@@ -70,7 +70,7 @@ module Wdt
|
|
70
70
|
end
|
71
71
|
|
72
72
|
def auth
|
73
|
-
{app_id
|
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.
|
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-
|
11
|
+
date: 2016-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|