kovid 0.3.6 → 0.3.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46e28cf1cf2a687ba9844a2a167d64921b7751028b15953db0fa4af9bbfb6942
4
- data.tar.gz: 373975e720f8c411d3c9232d7c7f8f1c124328c3afc3eb91af5561a7e710f3bb
3
+ metadata.gz: 9f0296cea6159b6a286427e3e3f0f3e669e38de5261a556f79d255eda4168f48
4
+ data.tar.gz: 4a1b5f5ab8350542cdf8508eefd9097a2ae5648c42d20e56ee8a412482236e42
5
5
  SHA512:
6
- metadata.gz: 8a9d7ef9d7ce72a11cbef9ed79b741d9018a4be5de76fc471eb3355a70fb2df1e55f80f36cd3363f2b56820b2f4f5e66784c56894d377fb47cbb730c01a04fbb
7
- data.tar.gz: be354f88e26a00de9924b9c3e719d6ef227d4b5679341c4bc747c2e8134dd85688d0cc767b796a45c5018e7e9d3434dbc1a8d170d3e78e1ae1b871e263151f33
6
+ metadata.gz: 13ea4cb674541c0e1d0e81cf2f1f06af0b29097fb7014673f9fb739160b4330d0f67018672e385ca4c63ac8680185108ad3bebc02a9272e8b2a60ed07d0e65da
7
+ data.tar.gz: 938f374c3c6c8733cc8685048b358f8faf4fcd0e23f9564ac9c4ffdb04e7709a0ed242f2edd210211da9e318a4cb5c19077fb11117df7b427ddca73c7a00eca4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kovid (0.3.4)
4
+ kovid (0.3.6)
5
5
  rainbow (~> 3.0)
6
6
  terminal-table (~> 1.8)
7
7
  thor (~> 1.0)
data/kovid.gemspec CHANGED
@@ -53,9 +53,9 @@ Gem::Specification.new do |spec|
53
53
  Stay safe!
54
54
  Emmanuel Hayford.
55
55
 
56
- Data sources:
57
- https://www.worldometers.info/coronavirus/
58
- JHU CSSE GISand Data
56
+ Data Sources:
57
+ * JHU CSSE GISand Data
58
+ * https://www.worldometers.info/coronavirus/
59
59
  ============================================================================
60
60
  }
61
61
  end
data/lib/kovid/cli.rb CHANGED
@@ -72,8 +72,8 @@ module Kovid
72
72
  def data_source
73
73
  source = <<~TEXT
74
74
  Sources:
75
- https://www.worldometers.info/coronavirus/
76
- JHU CSSE GISand Data
75
+ * JHU CSSE GISand Data
76
+ * https://www.worldometers.info/coronavirus/
77
77
  TEXT
78
78
  puts source
79
79
  puts
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.3.6'
4
+ VERSION = '0.3.7'
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.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Hayford
@@ -168,8 +168,8 @@ post_install_message: "\n ===================================================
168
168
  \ * Limiting our movements, how much we touch our faces & social distancing.\n
169
169
  \ * Disinfecting our phones, keys, doorknobs, keyboards, etc.\n * Being
170
170
  there for each other.\n\n Stay safe!\n Emmanuel Hayford.\n\n Data
171
- sources:\n https://www.worldometers.info/coronavirus/\n JHU CSSE GISand
172
- Data\n ============================================================================\n
171
+ Sources:\n * JHU CSSE GISand Data\n * https://www.worldometers.info/coronavirus/\n
172
+ \ ============================================================================\n
173
173
  \ "
174
174
  rdoc_options: []
175
175
  require_paths: