mondex 0.0.1

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3ef1d89978a179a2e607bfe3b98c8bba40e705f318846e7561a014cea020d940
4
+ data.tar.gz: 306ec2b37e225c28d64b4f4e7a51a1417f6c5574198fa15a5d733b0908e104fc
5
+ SHA512:
6
+ metadata.gz: 37fdb197fab61ae2b8c92a1666ee9c285b4543b25b80cae1142049d1411cffb224f853f13d563074268bdbe0605c5c1f8fc69879912f93e019f3c5b38c0b7200
7
+ data.tar.gz: ad35381e9db55d6c8f8fb67cc22db0fabbe27fa28e90686d3d1c0466e9c116302af2e2c094bd3982071d199a573fac2b88d01e4b3f747dd7381fd726115904ea
@@ -0,0 +1,8 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
@@ -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 'shaqrivergalimba24@gmail.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,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in mondex.gemspec
4
+ gemspec
@@ -0,0 +1,30 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ mondex (0.1.0)
5
+ nokogiri
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ coderay (1.1.2)
11
+ method_source (0.9.2)
12
+ mini_portile2 (2.4.0)
13
+ nokogiri (1.10.9)
14
+ mini_portile2 (~> 2.4.0)
15
+ pry (0.12.2)
16
+ coderay (~> 1.1.0)
17
+ method_source (~> 0.9.0)
18
+ rake (10.5.0)
19
+
20
+ PLATFORMS
21
+ ruby
22
+
23
+ DEPENDENCIES
24
+ bundler (~> 2.0)
25
+ mondex!
26
+ pry
27
+ rake (~> 10.0)
28
+
29
+ BUNDLED WITH
30
+ 2.0.1
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 'Shaquille Galimba'
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.
@@ -0,0 +1,46 @@
1
+ # Mondex
2
+
3
+ It's like Pokedex but for Monster Hunter Bosses!
4
+ Gives you the details of the boss you will hunt
5
+ Allows user the choice to list all the monster and species
6
+ Then the app shows the details of a monster they have chosen.
7
+
8
+ ## Installation
9
+
10
+ Add this line to your application's Gemfile:
11
+
12
+ ```ruby
13
+ gem 'mondex'
14
+ ```
15
+
16
+ And then execute:
17
+
18
+ $ bundle
19
+
20
+ Or install it yourself as:
21
+
22
+ $ gem install mondex
23
+
24
+ ## Usage
25
+
26
+ Learn about a certain Monster hunter boss before you even unlock them.
27
+ Save a lot of time searching through the web for a boss' weakness or resistances.
28
+ Know which monsters belong to certain species to help you finish those quests!
29
+
30
+ ## Development
31
+
32
+ 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.
33
+
34
+ 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).
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/'shaquillegalimba'/mondex. 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.
39
+
40
+ ## License
41
+
42
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
43
+
44
+ ## Code of Conduct
45
+
46
+ Everyone interacting in the Mondex project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/'shaquillegalimba'/mondex/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "mondex"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative "../lib/environment"
3
+
4
+ Mondex::CLI.new.call
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,5 @@
1
+ module Concerns::Findable
2
+ def find_by_name(name)
3
+ self.all.find {|i| i.name == name}
4
+ end
5
+ end
@@ -0,0 +1,17 @@
1
+ module Concerns
2
+ end
3
+ require_relative 'concerns/findable'
4
+ require_relative "mondex/version"
5
+ require_relative "mondex/cli"
6
+ require_relative "mondex/scraper"
7
+ require_relative "mondex/monster"
8
+ require_relative "mondex/species"
9
+
10
+
11
+ require 'nokogiri'
12
+ require 'pry'
13
+
14
+ module Mondex
15
+ class Error < StandardError; end
16
+ # Your code goes here...
17
+ end
@@ -0,0 +1,129 @@
1
+ require 'colorize'
2
+
3
+ class Mondex::CLI
4
+ WEBSITE = "https://monsterhunterworld.wiki.fextralife.com/Large+Monsters"
5
+
6
+ def call
7
+ puts "Getting information from Ecological Research...".colorize(:red)
8
+ create_monsters
9
+ puts "Definitely not bribing...".colorize(:red)
10
+ add_attributes_to_monsters
11
+ puts "Information retrieved!".colorize(:green)
12
+ puts "WELCOME TO MONDEX!".colorize(:blue)
13
+ puts "Your monster hunter 'Pokedex'!"
14
+ puts "'Know your enemy' before you hunt and carve your spoils!"
15
+ main_menu
16
+ end
17
+
18
+
19
+ def main_menu
20
+ puts "Pick the number of your choice.".colorize(:yellow)
21
+ puts "1. List all monster"
22
+ puts "2. List all species"
23
+ puts "3. Exit Mondex :("
24
+ choice = gets.strip
25
+
26
+ case choice
27
+ when "1"
28
+ pick_monsters(Mondex::Monster.all)
29
+ when "2"
30
+ print_species
31
+ when "3"
32
+ goodbye
33
+ exit
34
+ else
35
+ invalid_selection
36
+ main_menu
37
+ end
38
+ end
39
+
40
+ def print_details(monster)
41
+ puts "----------------------------------------------------------------------------"
42
+ puts monster.name.colorize(:color => :black, :background => :white)
43
+ puts "Description:".colorize(:blue)
44
+ puts " #{monster.bio}"
45
+ puts "Species: ".colorize(:light_blue) + "#{monster.species.name} | " + "Locations: ".colorize(:light_blue) + "#{monster.locations}"
46
+ puts "Weaknesses:".colorize(:red)
47
+ monster.weakness.each {|w| puts " #{w}"} if monster.weakness
48
+ puts "Resistances:".colorize(:green)
49
+ monster.resistances.each {|r| puts " #{r}"} if monster.resistances
50
+ puts "Elements:".colorize(:yellow)
51
+ puts " #{monster.elements}"
52
+ puts "----------------------------------------------------------------------------"
53
+ end
54
+
55
+ def print_monsters_details(array_of_monsters)
56
+ array_of_monsters.each {|m| print_details(m)}
57
+ end
58
+
59
+ def print_list(array_of_monsters)
60
+ array_of_monsters.each_with_index {|m, i| puts "#{i+1}. #{m.name}"}
61
+ end
62
+
63
+ def pick_monsters(array_of_monsters)
64
+ print_list(array_of_monsters)
65
+
66
+ input = nil
67
+ while input != 'Exit'
68
+ puts "Type the number or name of the monster to view its details".colorize(:yellow)
69
+ puts "'all' to view all monster details".colorize(:yellow)
70
+ puts "'list' to view the list of monsters".colorize(:yellow)
71
+ puts "'exit' to go back to main menu".colorize(:yellow)
72
+ input = gets.strip.split.map {|w| w.capitalize}.join(" ")
73
+ number_choice = (input.to_i) - 1
74
+ monsters = array_of_monsters.select {|m| m.name.include?(input)}
75
+
76
+ if input == "All"
77
+ print_monsters_details(array_of_monsters)
78
+ main_menu
79
+ elsif monsters != []
80
+ print_monsters_details(monsters)
81
+ elsif number_choice.between?(0, array_of_monsters.count - 1)
82
+ print_details(array_of_monsters[number_choice])
83
+ elsif input == 'List'
84
+ print_list(array_of_monsters)
85
+ else
86
+ invalid_selection
87
+ end
88
+ end
89
+ main_menu
90
+ end
91
+
92
+ def print_species
93
+ print_list(Mondex::Species.all)
94
+ pick_monsters_through_species
95
+ end
96
+
97
+ def pick_monsters_through_species
98
+ puts "Pick a number to show all monsters that belong to that species".colorize(:yellow)
99
+ input = (gets.strip.to_i) - 1
100
+
101
+ if input.between?(0, Mondex::Species.all.count - 1)
102
+ monsters = Mondex::Species.all[input].monsters
103
+ pick_monsters(monsters)
104
+ else
105
+ invalid_selection
106
+ pick_monsters_through_species
107
+ end
108
+ end
109
+
110
+ def invalid_selection
111
+ puts "Please pick a valid selection".colorize(:red)
112
+ end
113
+
114
+ def goodbye
115
+ puts "Thank you for using Mondex! Happy hunting!".upcase.colorize(:green)
116
+ end
117
+
118
+ def create_monsters
119
+ monster_array = Mondex::Scraper.scrape_list_page(WEBSITE)
120
+ Mondex::Monster.create_from_list(monster_array)
121
+ end
122
+
123
+ def add_attributes_to_monsters
124
+ Mondex::Monster.all.each do |monster|
125
+ attributes = Mondex::Scraper.scrape_monster_page(monster.url)
126
+ monster.add_attributes(attributes)
127
+ end
128
+ end
129
+ end
@@ -0,0 +1,42 @@
1
+ class Mondex::Monster
2
+ extend Concerns::Findable
3
+ attr_accessor :name, :bio, :locations, :url, :weakness, :elements, :resistances
4
+ attr_reader :species
5
+
6
+ @@all = []
7
+
8
+ def initialize(monster_hash)
9
+ monster_hash.each do |attribute, value|
10
+ self.send("#{attribute}=", value)
11
+ end
12
+ @@all << self
13
+ end
14
+
15
+ def self.all
16
+ @@all
17
+ end
18
+
19
+ def self.create_from_list(monsters_array)
20
+ monsters_array.each do |hash|
21
+ Mondex::Monster.new(hash)
22
+ end
23
+ end
24
+
25
+ def add_species(species)
26
+ @species = species
27
+ end
28
+
29
+ def add_attributes(hash)
30
+ hash.each do |attribute, value|
31
+ if attribute == :species
32
+ new_species = Mondex::Species.create_or_find_by_name(value)
33
+ self.add_species(new_species)
34
+ new_species.add_monster(self)
35
+ else
36
+ self.send("#{attribute}=", value)
37
+ end
38
+ end
39
+ self
40
+ end
41
+
42
+ end
@@ -0,0 +1,44 @@
1
+ require 'open-uri'
2
+ class Mondex::Scraper
3
+
4
+ def self.scrape_list_page(index_url)
5
+ monster_page = Nokogiri::HTML(open(index_url))
6
+ monsters_list = monster_page.css("#tagged-pages-container a")
7
+
8
+ monsters = []
9
+ monsters_list.each do |m|
10
+ monster_name = m.text
11
+ monster_url = m.attribute("href")
12
+ monsters << {name: monster_name, url: monster_url}
13
+ end
14
+ monsters
15
+ end
16
+
17
+ def self.scrape_monster_page(url)
18
+ monster = {}
19
+
20
+ monster_page = Nokogiri::HTML(open("https:" + url))
21
+
22
+ monster[:bio] = monster_page.css("#wiki-content-block blockquote p").text
23
+
24
+ monster_box = monster_page.css("div.infobox .wiki_table tr").children.map {|el| el.text.strip}.reject {|c| c.empty?}
25
+ monster_box.each_with_index do |title, idx|
26
+ if title == "Location(s)" || title == "Locations"
27
+ monster[:locations] = monster_box[idx+1]
28
+ elsif title == "Species"
29
+ monster[:species] = monster_box[idx+1].delete_suffix("s")
30
+ elsif title == "Elements"
31
+ monster[:elements] = monster_box[idx+1]
32
+ elsif title == "Weakness" || title == "Weaknesses"
33
+ monster[:weakness] = monster_box[idx+1].gsub(/[(][A-Z]/, "(w").gsub("\u00e2\u00AD\u0090", "*").gsub("\u00A0", "").split /(?=[A-Z])/
34
+ elsif title == "Resistances"
35
+ monster[:resistances] = monster_box[idx+1].gsub(/[(][A-Z]/, "(w").gsub("\u00e2\u00AD\u0090", "*").gsub("\u00A0", "").split /(?=[A-Z])/
36
+ end
37
+ end
38
+
39
+ monster[:species] = monster_page.css("#wiki-content-block ul li").find {|t| t.text.include?("Species")}.text.split(": ")[1].delete_suffix("s") unless monster[:species]
40
+
41
+ monster
42
+ end
43
+
44
+ end
@@ -0,0 +1,25 @@
1
+ class Mondex::Species
2
+ extend Concerns::Findable
3
+ attr_accessor :name
4
+ attr_reader :monsters
5
+
6
+ @@all = []
7
+
8
+ def initialize(name)
9
+ @name = name
10
+ @monsters = []
11
+ @@all << self
12
+ end
13
+
14
+ def add_monster(monster)
15
+ @monsters << monster
16
+ end
17
+
18
+ def self.all
19
+ @@all.sort_by {|s| s.name}
20
+ end
21
+
22
+ def self.create_or_find_by_name(species_name)
23
+ self.find_by_name(species_name) || self.new(species_name)
24
+ end
25
+ end
@@ -0,0 +1,3 @@
1
+ module Mondex
2
+ VERSION = "0.1.0"
3
+ end
Binary file
@@ -0,0 +1,43 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "mondex/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "mondex"
8
+ spec.version = '0.0.1'
9
+ spec.authors = ["Shaquille Galimba"]
10
+ spec.email = "shaqrivergalimba24@gmail.com"
11
+
12
+ spec.summary = "Mondex is like Pokedex but for Monster hunter boss!"
13
+ spec.description = "Gives you the species, locations, and weaknesses of a specific monster."
14
+ spec.homepage = "https://rubygems.org/gems/mondex"
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"] = "http://www.mondex.com"
21
+ #
22
+ # spec.metadata["homepage_uri"] = spec.homepage
23
+ # spec.metadata["source_code_uri"] = "http://www.mondex.com"
24
+ # spec.metadata["changelog_uri"] = "http://www.mondex.com"
25
+ # else
26
+ # raise "RubyGems 2.0 or newer is required to protect against " \
27
+ # "public gem pushes."
28
+ # end
29
+
30
+ # Specify which files should be added to the gem when it is released.
31
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
34
+ end
35
+ spec.bindir = "exe"
36
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
37
+ spec.require_paths = ["lib"]
38
+
39
+ spec.add_development_dependency "bundler", "~> 2.0"
40
+ spec.add_development_dependency "rake", "~> 10.0"
41
+ spec.add_development_dependency "pry"
42
+ spec.add_dependency "nokogiri"
43
+ end
@@ -0,0 +1,46 @@
1
+ 1. flow
2
+ 2. classes
3
+ 2a. class relationships
4
+
5
+ FLOW
6
+ Application greets the user and give a brief description about itself
7
+ Ask user if they want to list all the monster, list species, or exit the application
8
+ if user choose to list all the monster
9
+ list all the monster
10
+ ask user to choose monster of their choice or view all monster
11
+ prints out the details of the chosen monster
12
+ if user choose to list species
13
+ list all the species
14
+ ask user to choose a specific species
15
+ list all the monsters that belongs to the species
16
+ ask user to choose from the monster list or view all
17
+ prints out the details of the chosen monster
18
+ if user choose exit
19
+ exit the program
20
+
21
+ CLASSES
22
+ -CLI
23
+ -Scraper
24
+ -Monster
25
+ -Species
26
+
27
+ CLASS RELATIONSHIPS
28
+ -Monster has one Species
29
+ -Species has many Monster
30
+ -Scraper scrape data to create Monster instances and give its attributes
31
+ -CLI interact and give information with the user
32
+
33
+
34
+
35
+
36
+
37
+ https://monsterhunterworld.wiki.fextralife.com/Large+Monsters
38
+ -Boss
39
+ -Species, Locations
40
+ -Link to a specific boss
41
+ -Name
42
+ -Description
43
+ -Weakness
44
+ -Species
45
+ -Monster
46
+ -Name
metadata ADDED
@@ -0,0 +1,118 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mondex
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Shaquille Galimba
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-03-18 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: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
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: nokogiri
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description: Gives you the species, locations, and weaknesses of a specific monster.
70
+ email: shaqrivergalimba24@gmail.com
71
+ executables: []
72
+ extensions: []
73
+ extra_rdoc_files: []
74
+ files:
75
+ - ".gitignore"
76
+ - CODE_OF_CONDUCT.md
77
+ - Gemfile
78
+ - Gemfile.lock
79
+ - LICENSE.txt
80
+ - README.md
81
+ - Rakefile
82
+ - bin/console
83
+ - bin/mondex
84
+ - bin/setup
85
+ - lib/concerns/findable.rb
86
+ - lib/environment.rb
87
+ - lib/mondex/cli.rb
88
+ - lib/mondex/monster.rb
89
+ - lib/mondex/scraper.rb
90
+ - lib/mondex/species.rb
91
+ - lib/mondex/version.rb
92
+ - mondex-0.1.0.gem
93
+ - mondex.gemspec
94
+ - notes.md
95
+ homepage: https://rubygems.org/gems/mondex
96
+ licenses:
97
+ - MIT
98
+ metadata: {}
99
+ post_install_message:
100
+ rdoc_options: []
101
+ require_paths:
102
+ - lib
103
+ required_ruby_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: '0'
108
+ required_rubygems_version: !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
113
+ requirements: []
114
+ rubygems_version: 3.0.3
115
+ signing_key:
116
+ specification_version: 4
117
+ summary: Mondex is like Pokedex but for Monster hunter boss!
118
+ test_files: []