covid19-rb 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/covid19.gemspec +2 -2
- data/lib/covid19/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5acf38b77dcdc9a312dbeeb7fec66afe98694f0929835106502d7c44df9f4dee
|
4
|
+
data.tar.gz: 2ca07122ac56018fd3b3cd3c54036495c31ebe47d8939009b3a90defaa490218
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b222a656e812f2edfc38861f819db9a8a3451e7922d071cbb6e25065b7bedc8462ebfcd1a8f60a6f0d7a64b839e0cda74233697ca888eb0cba42d8de25c75a26
|
7
|
+
data.tar.gz: c709ff264daf489ad0a3877a8ae7be183c2fb1270bb258930be8b91495cc7cea9af2006fa79a978994a444a2d1a2b852601a2c8647edb6c6b7d5c8c03d93080f
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
covid19-rb (0.1.
|
4
|
+
covid19-rb (0.1.3)
|
5
5
|
arssene
|
6
6
|
|
7
7
|
GEM
|
@@ -34,7 +34,7 @@ GEM
|
|
34
34
|
net-http-digest_auth (1.4.1)
|
35
35
|
net-http-persistent (3.1.0)
|
36
36
|
connection_pool (~> 2.2)
|
37
|
-
nokogiri (1.10.
|
37
|
+
nokogiri (1.10.9)
|
38
38
|
mini_portile2 (~> 2.4.0)
|
39
39
|
nokogumbo (2.0.2)
|
40
40
|
nokogiri (~> 1.8, >= 1.8.4)
|
data/covid19.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = 'Fight Covid-19'
|
12
12
|
spec.description = 'Helps developers integrate information regarding Covid-19 in their webistes'
|
13
|
-
spec.homepage = 'https://github.com/viccarrasco/
|
13
|
+
spec.homepage = 'https://github.com/viccarrasco/covid19-rb'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
|
16
16
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
19
19
|
spec.metadata['homepage_uri'] = spec.homepage
|
20
20
|
spec.metadata['source_code_uri'] = spec.homepage
|
21
|
-
spec.metadata['changelog_uri'] = 'https://github.com/viccarrasco/
|
21
|
+
spec.metadata['changelog_uri'] = 'https://github.com/viccarrasco/covid19-rb/blob/master/CHANGE_LOG.md'
|
22
22
|
else
|
23
23
|
raise 'RubyGems 2.0 or newer is required to protect against ' \
|
24
24
|
'public gem pushes.'
|
data/lib/covid19/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: covid19-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vic Carrasco
|
@@ -112,14 +112,14 @@ files:
|
|
112
112
|
- lib/covid19/lib/timeline.rb
|
113
113
|
- lib/covid19/lib/validators/query_validator.rb
|
114
114
|
- lib/covid19/version.rb
|
115
|
-
homepage: https://github.com/viccarrasco/
|
115
|
+
homepage: https://github.com/viccarrasco/covid19-rb
|
116
116
|
licenses:
|
117
117
|
- MIT
|
118
118
|
metadata:
|
119
119
|
allowed_push_host: https://rubygems.org
|
120
|
-
homepage_uri: https://github.com/viccarrasco/
|
121
|
-
source_code_uri: https://github.com/viccarrasco/
|
122
|
-
changelog_uri: https://github.com/viccarrasco/
|
120
|
+
homepage_uri: https://github.com/viccarrasco/covid19-rb
|
121
|
+
source_code_uri: https://github.com/viccarrasco/covid19-rb
|
122
|
+
changelog_uri: https://github.com/viccarrasco/covid19-rb/blob/master/CHANGE_LOG.md
|
123
123
|
post_install_message:
|
124
124
|
rdoc_options: []
|
125
125
|
require_paths:
|