nhkore 0.3.19 → 0.3.22
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 +11 -5
- data/Gemfile.lock +2 -4
- data/README.md +6 -1
- data/lib/nhkore/cli/get_cmd.rb +5 -5
- data/lib/nhkore/lib.rb +1 -0
- data/lib/nhkore/scraper.rb +2 -2
- data/lib/nhkore/search_scraper.rb +6 -8
- data/lib/nhkore/sifter.rb +3 -3
- data/lib/nhkore/user_agents.rb +1171 -0
- data/lib/nhkore/version.rb +1 -1
- data/nhkore.gemspec +1 -2
- metadata +7 -20
data/lib/nhkore/version.rb
CHANGED
data/nhkore.gemspec
CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
21
21
|
'homepage_uri' => 'https://github.com/esotericpig/nhkore',
|
22
22
|
'source_code_uri' => 'https://github.com/esotericpig/nhkore',
|
23
23
|
'bug_tracker_uri' => 'https://github.com/esotericpig/nhkore/issues',
|
24
|
-
'changelog_uri' => 'https://github.com/esotericpig/nhkore/blob/
|
24
|
+
'changelog_uri' => 'https://github.com/esotericpig/nhkore/blob/v0.3/CHANGELOG.md',
|
25
25
|
# 'documentation_uri' => '',
|
26
26
|
# 'wiki_uri' => '',
|
27
27
|
# 'mailing_list_uri' => '',
|
@@ -60,7 +60,6 @@ Gem::Specification.new do |spec|
|
|
60
60
|
spec.add_dependency 'http-cookie' ,'~> 1.0' # Parses/Sets cookies [(Bing)Scraper].
|
61
61
|
spec.add_dependency 'nokogiri' ,'~> 1' # Parses HTML.
|
62
62
|
spec.add_dependency 'public_suffix' ,'~> 6.0' # Parses URL domain names.
|
63
|
-
spec.add_dependency 'ronin-web-user_agents','~> 0.1' # Generates a random User-Agent.
|
64
63
|
spec.add_dependency 'rss' ,'~> 0.3' # Parses RSS feeds [(Bing)Scraper].
|
65
64
|
# Data/Files.
|
66
65
|
spec.add_dependency 'csv' ,'~> 3.3' # Outputs CSV.
|
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.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bradley Whited
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bimyou_segmenter
|
@@ -108,20 +108,6 @@ dependencies:
|
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '6.0'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: ronin-web-user_agents
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '0.1'
|
118
|
-
type: :runtime
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
requirements:
|
122
|
-
- - "~>"
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: '0.1'
|
125
111
|
- !ruby/object:Gem::Dependency
|
126
112
|
name: rss
|
127
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -309,6 +295,7 @@ files:
|
|
309
295
|
- lib/nhkore/search_scraper.rb
|
310
296
|
- lib/nhkore/sifter.rb
|
311
297
|
- lib/nhkore/splitter.rb
|
298
|
+
- lib/nhkore/user_agents.rb
|
312
299
|
- lib/nhkore/util.rb
|
313
300
|
- lib/nhkore/variator.rb
|
314
301
|
- lib/nhkore/version.rb
|
@@ -325,23 +312,23 @@ metadata:
|
|
325
312
|
homepage_uri: https://github.com/esotericpig/nhkore
|
326
313
|
source_code_uri: https://github.com/esotericpig/nhkore
|
327
314
|
bug_tracker_uri: https://github.com/esotericpig/nhkore/issues
|
328
|
-
changelog_uri: https://github.com/esotericpig/nhkore/blob/
|
315
|
+
changelog_uri: https://github.com/esotericpig/nhkore/blob/v0.3/CHANGELOG.md
|
329
316
|
post_install_message: |
|
330
317
|
+=============================================================================+
|
331
|
-
| NHKore v0.3.
|
318
|
+
| NHKore v0.3.22
|
332
319
|
|
|
333
320
|
| You can now use [nhkore] on the command line.
|
334
321
|
|
|
335
322
|
| Homepage: https://github.com/esotericpig/nhkore
|
336
323
|
| Code: https://github.com/esotericpig/nhkore
|
337
324
|
| Bugs: https://github.com/esotericpig/nhkore/issues
|
338
|
-
| Changelog: https://github.com/esotericpig/nhkore/blob/
|
325
|
+
| Changelog: https://github.com/esotericpig/nhkore/blob/v0.3/CHANGELOG.md
|
339
326
|
+=============================================================================+
|
340
327
|
rdoc_options:
|
341
328
|
- "--hyperlink-all"
|
342
329
|
- "--show-hash"
|
343
330
|
- "--title"
|
344
|
-
- NHKore v0.3.
|
331
|
+
- NHKore v0.3.22 Doc
|
345
332
|
- "--main"
|
346
333
|
- README.md
|
347
334
|
require_paths:
|