kovid 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/kovid.gemspec +3 -7
  3. data/lib/kovid/version.rb +1 -1
  4. metadata +4 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7ae0b899f1e91e81fde1171491b4dd933eb022f1936f96686ca3ead29f4fca1
4
- data.tar.gz: 145b553fca0604fc0c055f7402df0f4e5040a10153ae77a73d0dee0e4c3b4888
3
+ metadata.gz: 818eebe2a40fddcf9a85bf971b8ef3a4f96daeb1cf4c9e8600ea4e3cf01e8490
4
+ data.tar.gz: c78d7baf120b4e345a7450be3b23dbcf5dc371b3810d8e5a60c6ae9b2caf4065
5
5
  SHA512:
6
- metadata.gz: f4810dd236e8fce6ac8866349b881c30b8627bfc77e59d259603d157d1bf26a582d27a305df350aef259231fd48cde98a5d43dfdc20de990dacfa75283f53408
7
- data.tar.gz: 6d7892a076c769e90ed0ead3fddfe4d639c2d3cd41d05bc038094d864c4cd97268cda3cd0bf388d17bf50bf595bce80983a8d54e93d7fed8827e1df83348f8e3
6
+ metadata.gz: 2b32a18ae14c18b930d6e745e4d1a02e92aa7f18ff6ef2f64974747936413adaa07079a2d105d5b9e9ed5ee7e14744551fc08d9f8391042faa2b7238af7a434c
7
+ data.tar.gz: 9ca2edf9042a2f3bd49a367cc9671f5a80c757a685228c13b6780503b64a9e3a78cca8a36e3e1efa871a6010360daedb24c349e6c1cc2982ea63045eacf58b9e
data/kovid.gemspec CHANGED
@@ -42,12 +42,8 @@ Gem::Specification.new do |spec|
42
42
  with the novel coronavirus, I think stats on the issue should be
43
43
  accessible.
44
44
 
45
- There isn't much we can do now besides:
46
-
47
- * Washing our hands with soap frequently.
48
- * Limiting our movements, how much we touch our faces & social distancing.
49
- * Disinfecting our phones, keys, doorknobs, keyboards, etc.
50
- * Being there for each other.
45
+ There isn't much we can do now besides following procedures and hoping
46
+ for the best.
51
47
 
52
48
  Stay safe!
53
49
  Emmanuel Hayford.
@@ -57,7 +53,7 @@ Gem::Specification.new do |spec|
57
53
  * JHU CSSE GISand Data
58
54
  * https://www.worldometers.info/coronavirus/
59
55
 
60
- PS: Please update often, contribute code/ideas, report issues 🙏.
56
+ PS: I'm in search of a Rails/Ruby job. You can hire me (siawmensah@gmail.com).
61
57
  ============================================================================
62
58
  }
63
59
  end
data/lib/kovid/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kovid
4
- VERSION = '0.5.3'
4
+ VERSION = '0.5.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kovid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Hayford
@@ -137,12 +137,10 @@ metadata:
137
137
  post_install_message: "\n ============================================================================\n
138
138
  \ COVID-19 has devasted the world. But while we're fighting\n with the
139
139
  novel coronavirus, I think stats on the issue should be\n accessible.\n\n There
140
- isn't much we can do now besides:\n\n * Washing our hands with soap frequently.\n
141
- \ * Limiting our movements, how much we touch our faces & social distancing.\n
142
- \ * Disinfecting our phones, keys, doorknobs, keyboards, etc.\n * Being
143
- there for each other.\n\n Stay safe!\n Emmanuel Hayford.\n https://emmanuelhayford.com/\n\n
140
+ isn't much we can do now besides following procedures and hoping\n for the
141
+ best.\n\n Stay safe!\n Emmanuel Hayford.\n https://emmanuelhayford.com/\n\n
144
142
  \ Data Sources:\n * JHU CSSE GISand Data\n * https://www.worldometers.info/coronavirus/\n\n
145
- \ PS: Please update often, contribute code/ideas, report issues \U0001F64F.\n
143
+ \ PS: I'm in search of a Rails/Ruby job. You can hire me (siawmensah@gmail.com).\n
146
144
  \ ============================================================================\n
147
145
  \ "
148
146
  rdoc_options: []