weatherizableAPI 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/lib/open_weather_api/weather.rb +1 -1
- data/lib/weatherizableAPI/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 955ee62888df41116675a8e79db39b75c23d204d1ede0e9b97ada70b5f28cdb2
|
4
|
+
data.tar.gz: 0bc144f6ab33db7fd47b46883842b3d6afdff92869a21de0ceff08e200b9cc09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 694250f2f0886beac9eff24e947523fad21421a0db9c8d10b76e052ba9b4545c90b5558d5ec803df8116e71872f358ec77b889cc1c98e39ccd549966d49e62aa
|
7
|
+
data.tar.gz: 65d59ba960c498db2b3275aa633d570a2b1b1a1c3d3ff484bea954c4c280b436f46da75805c739b50158352abe6de440c33c7825eff33761e1af75b60c479edf
|
@@ -5,7 +5,7 @@ module OpenWeatherApi
|
|
5
5
|
include ActiveModel::Serializers::JSON
|
6
6
|
|
7
7
|
attr_accessor :id, :coord, :weather, :main, :base, :visibility, :wind,
|
8
|
-
:clouds, :dt, :sys, :timezone, :name, :cod, :message, :params
|
8
|
+
:clouds, :dt, :sys, :timezone, :name, :cod, :message, :params, :rain
|
9
9
|
|
10
10
|
def attributes=(hash)
|
11
11
|
hash.each do |key, value|
|