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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2899d69aebd2e3c0a8f7b381570abb9a27d3e4c086d7facaf78aa90359cf1819
4
- data.tar.gz: 9a0f95995d1cbe6e3bdc36f8c6fdf912680ee369c1917ef23f794ca643550b66
3
+ metadata.gz: 5acf38b77dcdc9a312dbeeb7fec66afe98694f0929835106502d7c44df9f4dee
4
+ data.tar.gz: 2ca07122ac56018fd3b3cd3c54036495c31ebe47d8939009b3a90defaa490218
5
5
  SHA512:
6
- metadata.gz: 8dd8f331c63507a392f084e1ad07b5e31eb081ee32d2b46840464b77fda45f3c5701135439ed16fdae0345943478940b9a6daa9421a719bc1b9c9e071b078052
7
- data.tar.gz: ef0a5f0ba9407d5805e3767fa76e4fd7a8b95b6e8162aa6e1380ff3c26c6eeb273364796b7a853f45b113c5c46d10bd3341375408ec514dba01dcea7d1e18a6a
6
+ metadata.gz: b222a656e812f2edfc38861f819db9a8a3451e7922d071cbb6e25065b7bedc8462ebfcd1a8f60a6f0d7a64b839e0cda74233697ca888eb0cba42d8de25c75a26
7
+ data.tar.gz: c709ff264daf489ad0a3877a8ae7be183c2fb1270bb258930be8b91495cc7cea9af2006fa79a978994a444a2d1a2b852601a2c8647edb6c6b7d5c8c03d93080f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- covid19-rb (0.1.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.8)
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)
@@ -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/covid-19'
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/covid-19/blob/master/CHANGE_LOG.md'
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.'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Covid19
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
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.2
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/covid-19
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/covid-19
121
- source_code_uri: https://github.com/viccarrasco/covid-19
122
- changelog_uri: https://github.com/viccarrasco/covid-19/blob/master/CHANGE_LOG.md
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: