nhkore 0.3.10 → 0.3.11
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 +4 -4
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +12 -12
- data/lib/nhkore/version.rb +1 -1
- data/nhkore.gemspec +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc298d17b3c9ee8377bbbe86758f8e25a0bbb3e876752c64968bef635a03c5a4
|
|
4
|
+
data.tar.gz: 5935c3ba9918290aaa81a0b41189dcc400df17eea543d2c5baa38d5f0363576d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46d025d796348807303f2dcf74ef2901dc05f2b55f8b4bd4e28410ef64b26dea0bef7897a3cd46000996bfc60aff4303dad931bf97b176224b2395ec360cdf6e
|
|
7
|
+
data.tar.gz: cdc0938140e2d83b5b4f60a93781bc24d23445d1e5fd85ad6f7619dea78f06a2ae7d29fdf4d85c29d25d7bca37e60a2a397ea613cb3dd05a445b1e4970bbf775
|
data/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,16 @@ 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.
|
|
8
|
+
## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.11...HEAD)
|
|
9
9
|
-
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
## [v0.3.11] - 2021-10-25
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Updated `nokogiri` gem for *Dependabot* security vulnerability.
|
|
16
|
+
|
|
17
|
+
|
|
12
18
|
## [v0.3.10] - 2021-07-13
|
|
13
19
|
|
|
14
20
|
### Fixed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
nhkore (0.3.
|
|
4
|
+
nhkore (0.3.11)
|
|
5
5
|
attr_bool (~> 0.2)
|
|
6
6
|
bimyou_segmenter (~> 1.2)
|
|
7
7
|
cri (~> 2.15)
|
|
@@ -9,7 +9,7 @@ PATH
|
|
|
9
9
|
highline (~> 2.0)
|
|
10
10
|
http-cookie (~> 1.0)
|
|
11
11
|
japanese_deinflector (~> 0.0)
|
|
12
|
-
nokogiri (~> 1.
|
|
12
|
+
nokogiri (~> 1.12)
|
|
13
13
|
psychgus (~> 1.3)
|
|
14
14
|
public_suffix (~> 4.0)
|
|
15
15
|
rainbow (~> 3.0)
|
|
@@ -28,22 +28,22 @@ GEM
|
|
|
28
28
|
cri (2.15.11)
|
|
29
29
|
domain_name (0.5.20190701)
|
|
30
30
|
unf (>= 0.0.5, < 1.0.0)
|
|
31
|
-
down (5.2.
|
|
32
|
-
addressable (~> 2.
|
|
31
|
+
down (5.2.4)
|
|
32
|
+
addressable (~> 2.8)
|
|
33
33
|
highline (2.0.3)
|
|
34
34
|
http-cookie (1.0.4)
|
|
35
35
|
domain_name (~> 0.5)
|
|
36
36
|
japanese_deinflector (0.0.2)
|
|
37
|
-
mini_portile2 (2.
|
|
37
|
+
mini_portile2 (2.6.1)
|
|
38
38
|
minitest (5.14.4)
|
|
39
|
-
nokogiri (1.
|
|
40
|
-
mini_portile2 (~> 2.
|
|
39
|
+
nokogiri (1.12.5)
|
|
40
|
+
mini_portile2 (~> 2.6.1)
|
|
41
41
|
racc (~> 1.4)
|
|
42
|
-
psych (4.0.
|
|
42
|
+
psych (4.0.2)
|
|
43
43
|
psychgus (1.3.4)
|
|
44
44
|
psych (>= 3.0)
|
|
45
45
|
public_suffix (4.0.6)
|
|
46
|
-
racc (1.
|
|
46
|
+
racc (1.6.0)
|
|
47
47
|
rainbow (3.0.0)
|
|
48
48
|
rake (13.0.6)
|
|
49
49
|
raketeer (0.2.13)
|
|
@@ -64,8 +64,8 @@ GEM
|
|
|
64
64
|
tty-cursor (~> 0.7)
|
|
65
65
|
unf (0.1.4)
|
|
66
66
|
unf_ext
|
|
67
|
-
unf_ext (0.0.
|
|
68
|
-
unicode-display_width (2.
|
|
67
|
+
unf_ext (0.0.8)
|
|
68
|
+
unicode-display_width (2.1.0)
|
|
69
69
|
yard (0.9.26)
|
|
70
70
|
yard_ghurt (1.2.1)
|
|
71
71
|
rake
|
|
@@ -86,4 +86,4 @@ DEPENDENCIES
|
|
|
86
86
|
yard_ghurt (~> 1.2)
|
|
87
87
|
|
|
88
88
|
BUNDLED WITH
|
|
89
|
-
2.2.
|
|
89
|
+
2.2.29
|
data/lib/nhkore/version.rb
CHANGED
data/nhkore.gemspec
CHANGED
|
@@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
|
|
|
50
50
|
spec.add_runtime_dependency 'highline' ,'~> 2.0' # For CLI input/output
|
|
51
51
|
spec.add_runtime_dependency 'http-cookie' ,'~> 1.0' # For parsing/setting cookies (BingScraper/Scraper)
|
|
52
52
|
spec.add_runtime_dependency 'japanese_deinflector' ,'~> 0.0' # For unconjugating Japanese words (plain/dictionary form)
|
|
53
|
-
spec.add_runtime_dependency 'nokogiri' ,'~> 1.
|
|
53
|
+
spec.add_runtime_dependency 'nokogiri' ,'~> 1.12' # For scraping/hacking
|
|
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.0' # For CLI color output
|
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.
|
|
4
|
+
version: 0.3.11
|
|
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: 2021-
|
|
11
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: attr_bool
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: '1.
|
|
117
|
+
version: '1.12'
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '1.
|
|
124
|
+
version: '1.12'
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: psychgus
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -398,7 +398,7 @@ metadata:
|
|
|
398
398
|
changelog_uri: https://github.com/esotericpig/nhkore/blob/master/CHANGELOG.md
|
|
399
399
|
post_install_message: |2+
|
|
400
400
|
|
|
401
|
-
NHKore v0.3.
|
|
401
|
+
NHKore v0.3.11
|
|
402
402
|
|
|
403
403
|
You can now use [nhkore] on the command line.
|
|
404
404
|
|
|
@@ -413,7 +413,7 @@ rdoc_options:
|
|
|
413
413
|
- "--hyperlink-all"
|
|
414
414
|
- "--show-hash"
|
|
415
415
|
- "--title"
|
|
416
|
-
- NHKore v0.3.
|
|
416
|
+
- NHKore v0.3.11 Doc
|
|
417
417
|
- "--main"
|
|
418
418
|
- README.md
|
|
419
419
|
require_paths:
|