kovid 0.5.8 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9e98d79edab013cca60f87fb6d029bb52f134aabb62acca2f8e05f6ee2895aa
4
- data.tar.gz: f7b831b8a6df27d48677b3388d0384ffa1ad89ba9ea7d9b93cb28e113bcedd46
3
+ metadata.gz: d7d6bfb3cb9be53c0ba94fc9f788705f2878d31686ada02106fd2e5dd296b5fd
4
+ data.tar.gz: b1d448270c2fed3bd31fd5f1311f32322bfe096cdec42e9cf7f99af99d5c0793
5
5
  SHA512:
6
- metadata.gz: 36912afb5ad4c9cf3c5bc26251dfedbb1b6607cd9f8dba25d1bf659a9ae65b7b1b09334cbff4515469b493a8d05ece640908dfae3e0cc31ceaeffd5823a11274
7
- data.tar.gz: 37115e8aa26d5e35ab3063cce1437d2db20ba9339bf79fc286a20ee503334ff717927fe4a766bd1d3f2ae97d419eb802fcf4a6711dbd9b01ca199bc11ba024bf
6
+ metadata.gz: 175b4e746c10544101a29ce05ba76b28cc5542b95b198afb7584a2188cf570e551c304485ee6d09e464ecb5e81e7534bd3df9d81cfe4d52b6b9dab5368c6452c
7
+ data.tar.gz: 2e16b56052821e5d7fbb04caf97ac1b019b5430548990aed576166144a61d24a4763c93589589a034ebe7b08f0f7cf350ba2582605eee8e9a98f66ce3e9ce37c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kovid (0.5.7)
4
+ kovid (0.5.8)
5
5
  ascii_charts (~> 0.9.1)
6
6
  rainbow (~> 3.0)
7
7
  terminal-table (~> 1.8)
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
39
39
 
40
40
  spec.post_install_message = "
41
41
  ============================================================================
42
- COVID-19 has devasted the world. But while we're fighting
42
+ COVID-19 has devasted the world. While we're fighting
43
43
  with the novel coronavirus, I think stats on the issue should be
44
44
  accessible.
45
45
 
@@ -16,10 +16,10 @@ module Kovid
16
16
 
17
17
  CASES_DEATHS_RECOVERED_CTODAY_DTODAY = [
18
18
  'Cases'.paint_white,
19
- 'Deaths'.paint_red,
20
- 'Recovered'.paint_green,
21
19
  'Cases Today'.paint_white,
22
- 'Deaths Today'.paint_red
20
+ 'Deaths'.paint_red,
21
+ 'Deaths Today'.paint_red,
22
+ 'Recovered'.paint_green
23
23
  ].freeze
24
24
 
25
25
  DATE_CASES_DEATHS_RECOVERED = [
@@ -99,10 +99,10 @@ module Kovid
99
99
  rows = [
100
100
  [
101
101
  comma_delimit(data['cases']),
102
- comma_delimit(data['deaths']),
103
- comma_delimit(data['recovered']),
104
102
  check_if_positve(data['todayCases']),
105
- check_if_positve(data['todayDeaths'])
103
+ comma_delimit(data['deaths']),
104
+ check_if_positve(data['todayDeaths']),
105
+ comma_delimit(data['recovered'])
106
106
  ]
107
107
  ]
108
108
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kovid
4
- VERSION = '0.5.8'
4
+ VERSION = '0.6.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kovid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Hayford
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-02 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ascii_charts
@@ -135,8 +135,8 @@ metadata:
135
135
  source_code_uri: https://github.com/siaw23/kovid
136
136
  changelog_uri: https://github.com/siaw23/kovid
137
137
  post_install_message: "\n ============================================================================\n
138
- \ COVID-19 has devasted the world. But while we're fighting\n with the
139
- novel coronavirus, I think stats on the issue should be\n accessible.\n\n There
138
+ \ COVID-19 has devasted the world. While we're fighting\n with the novel
139
+ coronavirus, I think stats on the issue should be\n accessible.\n\n There
140
140
  isn't much we can do now besides following procedures and hoping\n for the
141
141
  best.\n\n Stay safe!\n Emmanuel Hayford.\n https://emmanuelhayford.com\n\n
142
142
  \ PS: I'm in search of a Rails/Ruby job.\n\n You can hire me (siawmensah@gmail.com).\n