Skip to content

Commit

Permalink
Add rss gem
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Apr 27, 2022
1 parent 99bd996 commit c0ebf6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec

### Fixed
- Updated gems (`nokogiri`).
- Added `rss` gem (no longer included with Ruby core).


## [v0.3.12] - 2022-02-27
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PATH
psychgus (~> 1.3)
public_suffix (~> 4.0)
rainbow (~> 3.1)
rss (~> 0.2)
rubyzip (~> 2.3)
tiny_segmenter (~> 0.0)
tty-progressbar (~> 0.18)
Expand Down Expand Up @@ -52,6 +53,9 @@ GEM
rdoc (6.4.0)
psych (>= 4.0.0)
redcarpet (3.5.1)
rexml (3.2.5)
rss (0.2.9)
rexml
rubyzip (2.3.2)
stringio (3.0.1)
strings-ansi (0.2.0)
Expand Down
1 change: 1 addition & 0 deletions nhkore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'psychgus' ,'~> 1.3' # For styling Psych YAML
spec.add_runtime_dependency 'public_suffix' ,'~> 4.0' # For parsing URL domain names
spec.add_runtime_dependency 'rainbow' ,'~> 3.1' # For CLI color output
spec.add_runtime_dependency 'rss' ,'~> 0.2' # For scraping (BingScraper/Scraper)
spec.add_runtime_dependency 'rubyzip' ,'~> 2.3' # For extracting Zip files (GetCmd)
spec.add_runtime_dependency 'tiny_segmenter' ,'~> 0.0' # For splitting Japanese sentences into words
spec.add_runtime_dependency 'tty-progressbar' ,'~> 0.18' # For CLI progress bars
Expand Down

0 comments on commit c0ebf6f

Please sign in to comment.