nhkore 0.3.12 → 0.3.13

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: a1ed5e0631738cbe261a4f7c1353e533f309a5aa773884358932ab511c973ff4
4
- data.tar.gz: ceef0781bbca1de5c19a7fe1e9a8d75a67b81c28a0dc9bd98fa229f55565338a
3
+ metadata.gz: 21663a8ce4850b7f03361289832cfdb6caa5bc64e62af1ff7cd4b91b7fc2329b
4
+ data.tar.gz: de45874fc3834c492ea74ad26067504629185db39fff2f42148a24b4be453cc9
5
5
  SHA512:
6
- metadata.gz: 844772ec30a1b8743914c23a21de3fcbbc1a72c143c4228b339272bda1081548ce9f52f12641be6ac62a577768961619784f2b42dea29b7ff2f7c81c4a7441af
7
- data.tar.gz: afaf96c454af89fdfd4078cc5e0d35bcc615573a38e10f0fc67765e1f04bb619802f3356a806ffab4a35b637e07c98505ae001d0fd75a31c1d0c7502ea404904
6
+ metadata.gz: 0ea9413c534cb11d60764e6dd95473b65e6a76418b28ca69441c18741cd6920992f0289a6d9f5c39ed0124023296992f7a60696099ce056b009cadcf8e863867
7
+ data.tar.gz: a223dd3e9416b5487274e3218fe55e6c936019a4faf58343a6c4fc9a3bc69c55805c08f42411337ce672766cd72934c423aff734bce766273e9a5707d356eceb
data/CHANGELOG.md CHANGED
@@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  Format is based on [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0),
6
6
  and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.12...HEAD)
8
+ ## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.13...HEAD)
9
9
  -
10
10
 
11
11
 
12
+ ## [v0.3.13] - 2022-04-27
13
+
14
+ ### Fixed
15
+ - Updated gems (`nokogiri`).
16
+ - Added `rss` gem (no longer included with Ruby core).
17
+
18
+
12
19
  ## [v0.3.12] - 2022-02-27
13
20
 
14
21
  ### Fixed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nhkore (0.3.12)
4
+ nhkore (0.3.13)
5
5
  attr_bool (~> 0.2)
6
6
  bimyou_segmenter (~> 1.2)
7
7
  cri (~> 2.15)
@@ -13,6 +13,7 @@ PATH
13
13
  psychgus (~> 1.3)
14
14
  public_suffix (~> 4.0)
15
15
  rainbow (~> 3.1)
16
+ rss (~> 0.2)
16
17
  rubyzip (~> 2.3)
17
18
  tiny_segmenter (~> 0.0)
18
19
  tty-progressbar (~> 0.18)
@@ -28,7 +29,7 @@ GEM
28
29
  cri (2.15.11)
29
30
  domain_name (0.5.20190701)
30
31
  unf (>= 0.0.5, < 1.0.0)
31
- down (5.3.0)
32
+ down (5.3.1)
32
33
  addressable (~> 2.8)
33
34
  highline (2.0.3)
34
35
  http-cookie (1.0.4)
@@ -36,14 +37,14 @@ GEM
36
37
  japanese_deinflector (0.0.2)
37
38
  mini_portile2 (2.8.0)
38
39
  minitest (5.15.0)
39
- nokogiri (1.13.3)
40
+ nokogiri (1.13.4)
40
41
  mini_portile2 (~> 2.8.0)
41
42
  racc (~> 1.4)
42
43
  psych (4.0.3)
43
44
  stringio
44
45
  psychgus (1.3.4)
45
46
  psych (>= 3.0)
46
- public_suffix (4.0.6)
47
+ public_suffix (4.0.7)
47
48
  racc (1.6.0)
48
49
  rainbow (3.1.1)
49
50
  rake (13.0.6)
@@ -52,6 +53,9 @@ GEM
52
53
  rdoc (6.4.0)
53
54
  psych (>= 4.0.0)
54
55
  redcarpet (3.5.1)
56
+ rexml (3.2.5)
57
+ rss (0.2.9)
58
+ rexml
55
59
  rubyzip (2.3.2)
56
60
  stringio (3.0.1)
57
61
  strings-ansi (0.2.0)
@@ -67,7 +71,7 @@ GEM
67
71
  tty-cursor (~> 0.7)
68
72
  unf (0.1.4)
69
73
  unf_ext
70
- unf_ext (0.0.8)
74
+ unf_ext (0.0.8.1)
71
75
  unicode-display_width (2.1.0)
72
76
  webrick (1.7.0)
73
77
  yard (0.9.27)
@@ -91,4 +95,4 @@ DEPENDENCIES
91
95
  yard_ghurt (~> 1.2)
92
96
 
93
97
  BUNDLED WITH
94
- 2.3.8
98
+ 2.3.12
@@ -10,5 +10,5 @@
10
10
 
11
11
 
12
12
  module NHKore
13
- VERSION = '0.3.12'
13
+ VERSION = '0.3.13'
14
14
  end
data/nhkore.gemspec CHANGED
@@ -54,6 +54,7 @@ Gem::Specification.new do |spec|
54
54
  spec.add_runtime_dependency 'psychgus' ,'~> 1.3' # For styling Psych YAML
55
55
  spec.add_runtime_dependency 'public_suffix' ,'~> 4.0' # For parsing URL domain names
56
56
  spec.add_runtime_dependency 'rainbow' ,'~> 3.1' # For CLI color output
57
+ spec.add_runtime_dependency 'rss' ,'~> 0.2' # For scraping (BingScraper/Scraper)
57
58
  spec.add_runtime_dependency 'rubyzip' ,'~> 2.3' # For extracting Zip files (GetCmd)
58
59
  spec.add_runtime_dependency 'tiny_segmenter' ,'~> 0.0' # For splitting Japanese sentences into words
59
60
  spec.add_runtime_dependency 'tty-progressbar' ,'~> 0.18' # For CLI progress bars
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nhkore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Bradley Whited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-27 00:00:00.000000000 Z
11
+ date: 2022-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: attr_bool
@@ -164,6 +164,20 @@ dependencies:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
166
  version: '3.1'
167
+ - !ruby/object:Gem::Dependency
168
+ name: rss
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '0.2'
174
+ type: :runtime
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '0.2'
167
181
  - !ruby/object:Gem::Dependency
168
182
  name: rubyzip
169
183
  requirement: !ruby/object:Gem::Requirement
@@ -398,7 +412,7 @@ metadata:
398
412
  changelog_uri: https://github.com/esotericpig/nhkore/blob/master/CHANGELOG.md
399
413
  post_install_message: |
400
414
  +=============================================================================+
401
- | NHKore v0.3.12
415
+ | NHKore v0.3.13
402
416
  |
403
417
  | You can now use [nhkore] on the command line.
404
418
  |
@@ -411,7 +425,7 @@ rdoc_options:
411
425
  - "--hyperlink-all"
412
426
  - "--show-hash"
413
427
  - "--title"
414
- - NHKore v0.3.12 Doc
428
+ - NHKore v0.3.13 Doc
415
429
  - "--main"
416
430
  - README.md
417
431
  require_paths: