myweatherforecast 1.0.4 → 1.0.5
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 +2 -4
- data/lib/myweatherforecast.rb +2 -1
- 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: 76cbe1a9ee289baf82c0081e2b1f446017a950b811d35ea8b5c087e1f4be23ed
|
|
4
|
+
data.tar.gz: 05bdc15ba9fcb48a9746b581e2601eb1ac51599e05af17691188b02b902b436f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1529784ef4a4229e7e949781219d02691c5f41096bbbba36f9db747d1f3550e5f54e557e22ab2627e54a4cb493195d3da42c910848e6d9e63ef8372bc3ceafc1
|
|
7
|
+
data.tar.gz: 8d00c0cfee676ef590c17601b5fe35bfadf01d44e1d2227cbc811ba80ebda3870b707960d8debf8a48d0fee8286af0ccf3e691c652c88ad2141dab2a2a8e70f5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
�4�@Dzޚ,ߓ,8%��z?�F0s��V���y� �X�
|
|
4
|
-
R\�E��
|
|
1
|
+
U F?�܍�Չ�KHb������-Y�d�"��u��GT)�k�Z@���,ي�5h��#(�Y�R�^q���^��S�_s|t�8= s��?�og:�G�(@�Sf^G?�'���,�@����@�l5,0��L86̱篸��3���Վ?6>��j��sѰۭ烣��[�G��[�ӽܹ��Ӕ�,��S~w�a������2]�Z'˭�Q�������B�vwn_�ԸT=�l@�" 0% M���g��]Q�
|
|
2
|
+
Bb5s����� ������R�*��
|
data/lib/myweatherforecast.rb
CHANGED
|
@@ -340,7 +340,8 @@ class MyWeatherForecast
|
|
|
340
340
|
def next_3days()
|
|
341
341
|
|
|
342
342
|
days().take(4)[1..-1].map do |x|
|
|
343
|
-
"%s: %s - %s %s" % [x.time.strftime("%a"), x.tempmin,
|
|
343
|
+
"%s: %s - %s #{x.emoji} %s" % [x.time.strftime("%a"), x.tempmin,
|
|
344
|
+
x.tempmax, x.summary]
|
|
344
345
|
end.join("\n")
|
|
345
346
|
|
|
346
347
|
end
|
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.5
|
|
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-07-
|
|
38
|
+
date: 2020-07-17 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
|