bookworm_buddy 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: dcccf5a1817b029f65ca200806ccab691b1a6cdb
4
+ data.tar.gz: 2da53a4138d11e777a163b552b2a24237d4712cb
5
+ SHA512:
6
+ metadata.gz: 1ef0864d8e14cd68fd878910bd8bcc3d800f50e72560cca6b9dd81ca8092c371a1a1cfb22e8702f9979d00c742afb0a91eb82ecd5baf8c45d827d2eeec6fce27
7
+ data.tar.gz: 8a22891e6deaa9cc06a38387eba07158433b310e745f5233d0eb8567f166f4e25053d8e8b57d3146866879569e9d3d68ff0c341f6195efdbbce7a5250b309f22
data/.DS_Store ADDED
Binary file
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at 31492991+KristenLeach@users.noreply.github.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,5 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{KristenLeach-CLI-app}" }
4
+
5
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,32 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ bookworm_buddy (0.1.0)
5
+ colorize (~> 0.8.1)
6
+ nokogiri
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ coderay (1.1.2)
12
+ colorize (0.8.1)
13
+ method_source (0.9.0)
14
+ mini_portile2 (2.3.0)
15
+ nokogiri (1.8.2)
16
+ mini_portile2 (~> 2.3.0)
17
+ pry (0.11.3)
18
+ coderay (~> 1.1.0)
19
+ method_source (~> 0.9.0)
20
+ rake (10.5.0)
21
+
22
+ PLATFORMS
23
+ ruby
24
+
25
+ DEPENDENCIES
26
+ bookworm_buddy!
27
+ bundler (~> 1.16)
28
+ pry
29
+ rake (~> 10.0)
30
+
31
+ BUNDLED WITH
32
+ 1.16.0
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 KristenLeach
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # BookwormBuddy
2
+
3
+ Welcome to the Bookworm Buddy!
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'bookworm_buddy'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install bookworm_buddy
20
+
21
+ ## Usage
22
+
23
+ After installation, simply run "bookworm_buddy" in your terminal to run the program. Happy reading!
24
+
25
+ ## Development
26
+
27
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
+
29
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
30
+
31
+ ## Contributing
32
+
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/bookworm_buddy. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
34
+
35
+ ## License
36
+
37
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
38
+
39
+ ## Code of Conduct
40
+
41
+ Everyone interacting in the BookwormBuddy project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/bookworm_buddy/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative '../lib/bookworm_buddy.rb'
3
+
4
+ BookwormBuddy::CLI.new.call
5
+
6
+
data/bin/console ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "bookworm_buddy"
5
+ require "irb"
6
+
7
+
8
+
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
@@ -0,0 +1,40 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "bookworm_buddy/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "bookworm_buddy"
8
+ spec.version = BookwormBuddy::VERSION
9
+ spec.authors = ["Kristen Leach"]
10
+ spec.email = ["kristenleach24@gmail.com"]
11
+
12
+ spec.summary = "Bookworm Buddy scrapes Barnes & Noble's book categories for bestselling books and their descriptions"
13
+ spec.description = "Bookworm Buddy is a gem that allows you to choose from 50 Barnes & Noble book categories to see the top 20 bestselling books in that category. You can then choose a book from the list to see a short description. Happy reading!"
14
+ spec.homepage = "https://github.com/KristenLeach/KristenLeach-CLI-app"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ #if spec.respond_to?(:metadata)
20
+ # spec.metadata["allowed_push_host"] = " Set to 'http://rubygems.org'"
21
+ # else
22
+ # raise "RubyGems 2.0 or newer is required to protect against " \
23
+ # "public gem pushes."
24
+ # end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ #spec.bindir = "exe"
30
+ spec.executables << "bookworm_buddy"
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.16"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+ spec.add_development_dependency "pry"
36
+ spec.add_dependency 'colorize', '~> 0.8.1'
37
+ spec.add_dependency "nokogiri"
38
+
39
+ end
40
+
@@ -0,0 +1,10 @@
1
+ require_relative './bookworm_buddy/version'
2
+ require_relative './bookworm_buddy/cli'
3
+ require_relative './bookworm_buddy/scraper'
4
+ require_relative './bookworm_buddy/book'
5
+ require_relative './bookworm_buddy/category'
6
+
7
+ require 'nokogiri'
8
+ require 'open-uri'
9
+ require 'pry'
10
+ require 'colorize'
@@ -0,0 +1,36 @@
1
+ require 'pry'
2
+ class BookwormBuddy::Book
3
+ attr_accessor :title, :author, :price, :description, :description_url
4
+ ALL = []
5
+
6
+ def initialize(bestseller_hash)
7
+ bestseller_hash.each {|key, value| self.send("#{key}=", value)}
8
+ ALL << self
9
+ end
10
+
11
+ def self.create(book_array)
12
+ book_array.each {|book| self.new(book)}
13
+ end
14
+
15
+ def self.list_books_by_category(category_number)
16
+ puts BookwormBuddy::Category::ALL[category_number.to_i - 1].name.colorize(:magenta)
17
+ if ALL == []
18
+ puts "\n""So sorry, that category seems to be empty at the moment. Check back soon!".colorize(:red)
19
+ BookwormBuddy::CLI.new.main_menu
20
+ else
21
+ ALL.each_with_index {|book, index| puts "#{index+1}. \"#{book.title}\" - by: #{book.author} - #{book.price}"}
22
+ end
23
+ end
24
+
25
+ def self.list_title(book)
26
+ puts "'#{book.title}'".colorize(:magenta)
27
+ end
28
+
29
+ def self.list_description(description)
30
+ puts "#{description}"
31
+ end
32
+
33
+ def self.empty
34
+ ALL.clear
35
+ end
36
+ end
@@ -0,0 +1,19 @@
1
+ require 'pry'
2
+ class BookwormBuddy::Category
3
+ attr_accessor :name, :url, :bestsellers
4
+ ALL = []
5
+
6
+ def initialize(category_hash)
7
+ category_hash.each {|key, value| self.send("#{key}=", value)}
8
+ ALL << self
9
+ end
10
+
11
+ def self.create(category_array)
12
+ category_array.each {|category| self.new(category)}
13
+ end
14
+
15
+ def self.list_categories
16
+ ALL.each_with_index {|category, index| puts "#{index+1}. #{category.name}"}
17
+ end
18
+
19
+ end
@@ -0,0 +1,96 @@
1
+ class BookwormBuddy::CLI
2
+
3
+ def call
4
+ puts "\n""--------------------------------------------".colorize(:cyan)
5
+ puts "\n"" Welcome to the Bookworm Buddy! ".colorize(:green)
6
+ puts "\n""--------------------------------------------".colorize(:cyan)
7
+ puts " .--. .---. "
8
+ puts " .---|__| .-. |~~~| "
9
+ puts " .--|===|--| _ |_| |~~~|--. "
10
+ puts " | |===| | / .---!~| .--| |--| "
11
+ puts " |%%| | | / |===| |--|%%| | | "
12
+ puts " |%%| | | /.'/| | |__| | | | "
13
+ puts " | | | | / / |===| |==| | | | "
14
+ puts " | | |__| /.'/ | |_|__| |~~~|__| "
15
+ puts " | |===|--|/.'/ |===|~|--|%%|~~~|--| "
16
+ puts " ^--^---'--^`-^ ^---^-^--^--^---'--' "
17
+ puts "\n""--------------------------------------------"
18
+ puts "\n""We bring you the top 20 Barnes & Noble bestselling books in the category of your choice," "\n" "so you can spend less time searching and more time reading!".colorize(:green)
19
+ puts "\n""Give us one moment to awaken the book gnomes.".colorize(:magenta)
20
+ BookwormBuddy::Scraper.get_categories
21
+ main_menu
22
+ end
23
+
24
+ def main_menu
25
+ puts "\n""To see the list of book categories, enter 'list,' to exit enter 'exit.'".colorize(:green)
26
+ input = gets.strip
27
+ if input == "list"
28
+ list
29
+ elsif input == "exit"
30
+ exit
31
+ else
32
+ puts "\n"".... I am not sure what you meant (neither are the gnomes). Try again?".colorize(:red)
33
+ main_menu
34
+ end
35
+ end
36
+
37
+ def list
38
+ BookwormBuddy::Category.list_categories
39
+ puts "\n""----------------------------------------".colorize(:cyan)
40
+ puts "\n""To see the top 20 bestsellers in a category, enter the category number below.".colorize(:green)
41
+ puts "\n""----------------------------------------""\n".colorize(:cyan)
42
+ bestsellers
43
+ end
44
+
45
+ def bestsellers
46
+ input = gets.strip
47
+ if input.to_i.between?(1, 50)
48
+ BookwormBuddy::Scraper.get_books_by_category(input)
49
+ BookwormBuddy::Book.list_books_by_category(input)
50
+ puts "\n""----------------------------------------".colorize(:cyan)
51
+ puts "\n""To see the summary of a title that interests you, enter that number below. Otherwise, enter 'menu' to return to the main menu.".colorize(:green)
52
+ puts "\n""----------------------------------------""\n".colorize(:cyan)
53
+ description
54
+ elsif input == "menu"
55
+ main_menu
56
+ elsif input == "exit"
57
+ exit
58
+ else
59
+ puts "\n"".... I am not sure what you meant (neither are the gnomes). Try again?".colorize(:red)
60
+ bestsellers
61
+ end
62
+ end
63
+
64
+ def description
65
+ input = gets.strip
66
+ if input.to_i.between?(1, 20)
67
+ BookwormBuddy::Scraper.get_description(input)
68
+ puts "\n""----------------------------------------".colorize(:cyan)
69
+ puts "\n""To see another book, enter that number below. Otherwise, enter 'menu' to return to the main menu.".colorize(:green)
70
+ puts "\n""----------------------------------------""\n".colorize(:cyan)
71
+ description
72
+ elsif input == "menu"
73
+ main_menu
74
+ elsif input == "exit"
75
+ exit
76
+ else
77
+ puts ".... I am not sure what you meant (neither are the gnomes). Try again?".colorize(:red)
78
+ description
79
+ end
80
+ end
81
+
82
+ def exit
83
+ puts "We hope you found what you were looking for.".colorize(:yellow)
84
+ puts "\n"" , , "
85
+ puts " /////| "
86
+ puts " ///// | "
87
+ puts " |~~~| | "
88
+ puts " |===| | "
89
+ puts " |b | | "
90
+ puts " | y | | "
91
+ puts " | e| / "
92
+ puts " |===|/ "
93
+ puts " '---' "
94
+ puts "\n""Happy reading!".colorize(:yellow)
95
+ end
96
+ end
@@ -0,0 +1,47 @@
1
+ require 'pry'
2
+ class BookwormBuddy::Scraper
3
+ attr_accessor :category
4
+ @@categories = []
5
+ @@bestsellers = []
6
+
7
+ def self.get_categories
8
+ doc = Nokogiri::HTML(open("https://www.barnesandnoble.com/b/books/_/N-1fZ29Z8q8?&page=1&showMoreIds=10008"))
9
+ doc.css("ul#sidebar-section-0 li").collect do |link|
10
+ category_hash = {}
11
+ category_hash[:name] = link.text.strip
12
+ category_hash[:url] = "https://www.barnesandnoble.com#{link.css('a.bread-crumbs__item').attr('href').value}"
13
+ @@categories << category_hash
14
+ end
15
+ @@categories.slice!(-1)
16
+ BookwormBuddy::Category.create(@@categories)
17
+ end
18
+
19
+ def self.get_books_by_category(category_number)
20
+ @@bestsellers.clear
21
+ BookwormBuddy::Book.empty
22
+ bestseller_url = @@categories[category_number.to_i - 1][:url]
23
+ doc = Nokogiri::HTML(open(bestseller_url))
24
+ #binding.pry
25
+ doc.css('div.col-lg-8.product-info-listView').each do |book|
26
+ attributes_hash = {}
27
+ attributes_hash[:title] = book.css('h3.product-info-title a').text
28
+ attributes_hash[:author] = book.css('div.product-shelf-author.contributors a').first.text
29
+ attributes_hash[:price] = book.css("span.current a").first.text
30
+ attributes_hash[:description_url] = "https://www.barnesandnoble.com#{book.css('h3.product-info-title a').attr('href').value}"
31
+ attributes_hash[:description] = nil
32
+ @@bestsellers << attributes_hash
33
+ end
34
+ BookwormBuddy::Book.create(@@bestsellers)
35
+ end
36
+
37
+ def self.get_description(book_number)
38
+ book = BookwormBuddy::Book::ALL[book_number.to_i - 1]
39
+ description_link = book.description_url
40
+ doc = Nokogiri::HTML(open(description_link))
41
+ description = doc.css("div#Overview div#productInfoOverview p").text
42
+ book.description = description
43
+ BookwormBuddy::Book.list_title(book)
44
+ BookwormBuddy::Book.list_description(book.description)
45
+ end
46
+
47
+ end
@@ -0,0 +1,3 @@
1
+ module BookwormBuddy
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,136 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bookworm_buddy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kristen Leach
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-02-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: pry
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: colorize
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.8.1
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.8.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: nokogiri
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: Bookworm Buddy is a gem that allows you to choose from 50 Barnes & Noble
84
+ book categories to see the top 20 bestselling books in that category. You can then
85
+ choose a book from the list to see a short description. Happy reading!
86
+ email:
87
+ - kristenleach24@gmail.com
88
+ executables:
89
+ - bookworm_buddy
90
+ extensions: []
91
+ extra_rdoc_files: []
92
+ files:
93
+ - ".DS_Store"
94
+ - ".gitignore"
95
+ - CODE_OF_CONDUCT.md
96
+ - Gemfile
97
+ - Gemfile.lock
98
+ - LICENSE.txt
99
+ - README.md
100
+ - Rakefile
101
+ - bin/bookworm_buddy
102
+ - bin/console
103
+ - bin/setup
104
+ - bookworm_buddy.gemspec
105
+ - lib/bookworm_buddy.rb
106
+ - lib/bookworm_buddy/book.rb
107
+ - lib/bookworm_buddy/category.rb
108
+ - lib/bookworm_buddy/cli.rb
109
+ - lib/bookworm_buddy/scraper.rb
110
+ - lib/bookworm_buddy/version.rb
111
+ homepage: https://github.com/KristenLeach/KristenLeach-CLI-app
112
+ licenses:
113
+ - MIT
114
+ metadata: {}
115
+ post_install_message:
116
+ rdoc_options: []
117
+ require_paths:
118
+ - lib
119
+ required_ruby_version: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ required_rubygems_version: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
129
+ requirements: []
130
+ rubyforge_project:
131
+ rubygems_version: 2.6.14
132
+ signing_key:
133
+ specification_version: 4
134
+ summary: Bookworm Buddy scrapes Barnes & Noble's book categories for bestselling books
135
+ and their descriptions
136
+ test_files: []