weatheruby 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/weather/exceptions.rb +10 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: baa8437d2c006154a45cada91b3a10ec57f31b2c
|
4
|
+
data.tar.gz: 1d95315f8d7f997a9899b42a69c2423c6c4611f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5259121157813245b11f45d73933696833de2ef2c696e42a7981e13c839502ebf43f554a4abe16ba71b1ce503cfcdcde88ab499874e7eb30b37c4c1910e1095b
|
7
|
+
data.tar.gz: 97e0361aeeecf3f694d3fe8bc0ff36094f26ee6b864ebf193965861243afcb24c757250f99fbbd618a6b53ceb7bab86b0f634a973ce348211311480f69991045
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: weatheruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eli Foster
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|
@@ -62,6 +62,7 @@ files:
|
|
62
62
|
- CHANGELOG.md
|
63
63
|
- bin/weatheruby
|
64
64
|
- lib/weather/actions.rb
|
65
|
+
- lib/weather/exceptions.rb
|
65
66
|
- lib/weatheruby.rb
|
66
67
|
homepage: https://github.com/elifoster/weatheruby
|
67
68
|
licenses:
|