myweatherforecast 1.0.1 → 1.0.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/myweatherforecast.rb +1 -6
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11ea5e686749c95022011a476df5dca9249c52be154c1bc05cb0a3617b8ac788
|
4
|
+
data.tar.gz: e81794bc2bf5cd63883f1ed8ec88dffe27ec5f05bbff94d215e44b096a21cc4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4a67326665bb8bee5cf7c15800c037d9ff9f2b93889d42acf9ca9ddd5e53834f4fcbc95a640b044ca1655d344327e868a67a54324bc3890790528b6e4c88e6f
|
7
|
+
data.tar.gz: 2888f61cc51a0739838aef54b2e170912ca49bdb781b3f86bddf32ef826337a1ce2b873287c2b86e4e72a1b5b8600224f9360e89d6f0dd090e7303de3a1a1da9
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/myweatherforecast.rb
CHANGED
@@ -114,11 +114,6 @@ class MyWeatherForecast
|
|
114
114
|
|
115
115
|
def emoji()
|
116
116
|
|
117
|
-
h = {
|
118
|
-
'clear-day' => :sun,
|
119
|
-
'partly-cloudy-day' => :sun_behind_cloud
|
120
|
-
}
|
121
|
-
|
122
117
|
h = {
|
123
118
|
'clear-day' => :sun,
|
124
119
|
'clear-night' => :night_with_stars,
|
@@ -128,7 +123,7 @@ class MyWeatherForecast
|
|
128
123
|
'wind' => :leaf_fluttering_in_wind,
|
129
124
|
'fog' => :fog,
|
130
125
|
'cloudy' => :cloud,
|
131
|
-
'partly-cloudy-day' => :
|
126
|
+
'partly-cloudy-day' => :sun_behind_cloud,
|
132
127
|
'partly-cloudy-night' => :cloud
|
133
128
|
}
|
134
129
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: myweatherforecast
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
T8ZItjfCqcG6MNMdmPqplYAqpSJzVB9ucdkrz8Ia5Lf1waJw6Dd0m1zHWYSofIH8
|
36
36
|
HuG3HnRIMQNQE2s1PFtxmX2w
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2020-
|
38
|
+
date: 2020-06-16 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: forecast_io
|
metadata.gz.sig
CHANGED
Binary file
|