kovid 0.1.11 → 0.1.12

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: 69bb9029da31d65ec61e33aca03f1e8719105ae941b37be509761d6b64823d85
4
- data.tar.gz: c1e49c8b5323ef9e0db516ec6a9b55ab5c906127a6d090accc4afac62d0bd69d
3
+ metadata.gz: 7caa822059f633a6c539b81680b1687316c7c426df826db701fb3c4f8f6e6d2c
4
+ data.tar.gz: 52aced813f2ae8b7c15a9db83e660dec7dc25e8ce6da56a196b11b24718bf93d
5
5
  SHA512:
6
- metadata.gz: c2bdf77245d95fd7784e6592c390164160b2042d098d713636100efb46f4662973ac0b066a62fed4b8a2f28c4b6e22e277a93b6789856ab56d201213ec14ac77
7
- data.tar.gz: 33b3716e9cb1f5308ae457a0c5d64720cfe120e52c89d2d1a8a2d3dba01ad5eeb8224e750b8dd82e8d58c7e4d255d04a0e45d3167254e4a2ef15521ca3f3f47b
6
+ metadata.gz: 495ce23620686e3945b5d60b71fd7967969f4eb45fe4010f79296d720c87566d968989175c2163016d7b228c3ab0fa37887c7fae46e10538c51006637626775c
7
+ data.tar.gz: 64f22c450cecd6fa413c95a09676b8a3b052c018d611903b898a63c2675a9623e960fe08e6dfa3212e2dc5def2663c8db23a113fa6059b33cf9caa949fb5bcef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kovid (0.1.10)
4
+ kovid (0.1.11)
5
5
  terminal-table
6
6
  thor
7
7
  typhoeus
data/README.md CHANGED
@@ -27,6 +27,8 @@ After installing:
27
27
 
28
28
  You can run `kovid --help` to see the full list of available commands.
29
29
 
30
+ **NOTE:** If you find it irritating to have to type `kovid state michigan`, `covid state michigan` works as well.
31
+
30
32
  #### Commands Overview
31
33
  😷 **Fetching**
32
34
  * `kovid check ghana`
@@ -44,8 +46,6 @@ You can compare as many countries as you want.
44
46
  😷 **Total figures**
45
47
  * `kovid cases`
46
48
 
47
- **PS:** If you find it irritating to have to type `kovid state michigan`, I got your back, `covid state michigan` will work as well.
48
-
49
49
 
50
50
 
51
51
  #### Commands Details
@@ -88,7 +88,8 @@ To check for total figures:
88
88
  ![kovid](https://i.gyazo.com/f8a21ae54152cd945fbb124b72d12ff7.png "Covid data.")
89
89
 
90
90
  ## Source
91
- > https://www.worldometers.info/coronavirus/
91
+ > https://www.worldometers.info/coronavirus/ via [NovelCOVID/API](https://github.com/novelcovid/api)
92
+
92
93
 
93
94
  ## 👨‍💻 Development
94
95
 
@@ -99,7 +100,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
99
100
 
100
101
  ## 🤲 Contributing
101
102
 
102
- There are multiple areas in this repo that can be improved or use some refactoring and for that's why bug reports and pull requests are welcome here on GitHub. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/siaw23/kovid/blob/master/CODE_OF_CONDUCT.md).
103
+ There are multiple areas in this repo that can be improved or use some refactoring. For that reason, bug reports and pull requests are welcome here on GitHub. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/siaw23/kovid/blob/master/CODE_OF_CONDUCT.md).
103
104
 
104
105
 
105
106
  ## 🔖 License
data/{bin → exe}/covid RENAMED
File without changes
data/{bin → exe}/kovid RENAMED
File without changes
data/kovid.gemspec CHANGED
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
23
23
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
24
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
25
  end
26
- spec.bindir = "bin"
27
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
 
30
30
  spec.add_dependency "thor"
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.1.11'
4
+ VERSION = '0.1.12'
5
5
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kovid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Hayford
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-03-22 00:00:00.000000000 Z
12
12
  dependencies:
@@ -112,10 +112,8 @@ description: A CLI tool to fetch and compare the 2019 coronavirus pandemic numbe
112
112
  email:
113
113
  - siawmensah@gmail.com
114
114
  executables:
115
- - console
116
115
  - covid
117
116
  - kovid
118
- - setup
119
117
  extensions: []
120
118
  extra_rdoc_files: []
121
119
  files:
@@ -129,9 +127,9 @@ files:
129
127
  - README.md
130
128
  - Rakefile
131
129
  - bin/console
132
- - bin/covid
133
- - bin/kovid
134
130
  - bin/setup
131
+ - exe/covid
132
+ - exe/kovid
135
133
  - kovid.gemspec
136
134
  - lib/kovid.rb
137
135
  - lib/kovid/cli.rb