SDzoo 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: 422c510c931c36a62a908347ee2218b4c547f4ee
4
+ data.tar.gz: 879d61e6e2fd3ad69abf5f804788cf8c3c95dbd6
5
+ SHA512:
6
+ metadata.gz: 89de33dc8800d10db594df568675b5bea932b666bd6dddfb9b4a0bef2fd41c098df3f48abfa818d259ca61e13b666cae0cea602b73c5104d2e361bcd65ab561a
7
+ data.tar.gz: 76b4cd5e30eb54c10679eb4fa8ca63e338c0b1239923c0f15f08186d495c84e51839771125929d8b65109214220678248473740134cd0e1dbfe86de66f0c7fa4
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /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 burra.archana@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,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in SDzoo.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Archana Burra
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,31 @@
1
+ # SDzoo
2
+
3
+ Welcome to the San Diego Zoo CLI application! Use this CLI app to find information about all the animals listed on the San Diego Zoo website, including life span, conservation status, taxonomic information and a fun fact! The app/author is not affiliated with the SD zoo.
4
+
5
+ ## Installation
6
+
7
+ $ gem install SDzoo
8
+
9
+ ## Usage
10
+
11
+ Type the below and follow the on screen prompts.
12
+
13
+ $ SDzoo
14
+
15
+ ## Development
16
+
17
+ 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.
18
+
19
+ 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).
20
+
21
+ ## Contributing
22
+
23
+ Bug reports and pull requests are welcome on GitHub at https://github.com/burrahey/SDzoo. 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.
24
+
25
+ ## License
26
+
27
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
28
+
29
+ ## Code of Conduct
30
+
31
+ Everyone interacting in the SDzoo project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/burrahey/SDzoo/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/SDzoo.gemspec ADDED
@@ -0,0 +1,38 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "SDzoo/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "SDzoo"
8
+ spec.version = SDzoo::VERSION
9
+ spec.authors = ["Archana Burra"]
10
+ spec.email = ["burra.archana@gmail.com"]
11
+
12
+ spec.summary = %q{San Diego Zoo CLI app to view information about various kinds of animals.}
13
+ spec.description = %q{Find information about all the animals listed on the San Diego Zoo website, including life span, conservation status, taxonomic information and a fun fact! The app/author is not affiliated with the SD zoo.}
14
+ spec.homepage = "https://github.com/burrahey/SDzoo-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"] = "https://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 = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.15"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+ spec.add_dependency "nokogiri", "1.6.6.2"
36
+ spec.add_dependency "colorize", "~> 0"
37
+
38
+ end
data/bin/SDzoo ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative '../lib/SDzoo.rb'
4
+
5
+ SDzoo::CLI.new.call
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "SDzoo"
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__)
data/bin/setup ADDED
@@ -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
data/lib/SDzoo.rb ADDED
@@ -0,0 +1,11 @@
1
+ require_relative "SDzoo/version"
2
+ require_relative "SDzoo/cli"
3
+ require_relative "SDzoo/animal"
4
+ require_relative "SDzoo/scraper"
5
+
6
+ require 'nokogiri'
7
+ require 'open-uri'
8
+ require 'colorize'
9
+ module SDzoo
10
+ # Your code goes here...
11
+ end
@@ -0,0 +1,68 @@
1
+ class SDzoo::ANIMAL
2
+ attr_accessor :name, :url, :taxonomy, :conservation_status, :life_span, :fun_fact
3
+
4
+ @@all_mammals = []
5
+ @@all_reptiles = []
6
+ @@all_birds = []
7
+ @@all_fish = []
8
+ @@all_arthropods = []
9
+ @@all_amphibians = []
10
+
11
+ def initialize(name, url, type)
12
+ @name = name
13
+ @url = url
14
+ @type = type
15
+ self.class.send("all_#{type}") << self
16
+ end
17
+
18
+ def add_attributes_to_animal(animal_hash)
19
+ animal_hash.each do |type, value|
20
+ self.send("#{type}=", value)
21
+ end
22
+ end
23
+
24
+ def self.all_mammals
25
+ @@all_mammals
26
+ end
27
+
28
+ def self.all_reptiles
29
+ @@all_reptiles
30
+ end
31
+
32
+ def self.all_birds
33
+ @@all_birds
34
+ end
35
+
36
+ def self.all_fish
37
+ @@all_fish
38
+ end
39
+
40
+ def self.all_arthropods
41
+ @@all_arthropods
42
+ end
43
+
44
+ def self.all_amphibians
45
+ @@all_amphibians
46
+ end
47
+
48
+ def self.display_all(type)
49
+ self.send("all_#{type}").each_with_index do |animal, index|
50
+ puts "#{index+1}. #{animal.name}"
51
+ end
52
+ puts "\n"
53
+ end
54
+
55
+ def display_all_attributes
56
+ puts "NAME: #{@name}"
57
+ if @conservation_status.downcase.include?("threat") || @conservation_status.downcase.include?("danger")
58
+ puts "CONSERVATION STATUS: #{@conservation_status}".colorize(:red)
59
+ else
60
+ puts "CONSERVATION STATUS: #{@conservation_status}".colorize(:green)
61
+ end
62
+ puts "LIFE SPAN: #{@life_span}"
63
+ puts "FUN FACT: #{@fun_fact}"
64
+ puts "TAXONOMIC INFO:"
65
+ puts "#{@taxonomy}"
66
+ puts "\n"
67
+ end
68
+ end
data/lib/SDzoo/cli.rb ADDED
@@ -0,0 +1,119 @@
1
+ class SDzoo::CLI
2
+
3
+ def call
4
+ puts "Welcome to the San Diego Zoo CLI app!"
5
+ puts "To get started, what type of animals would you like to learn more about?"
6
+ main_menu
7
+ input = gets.strip.downcase
8
+
9
+ while input != "exit"
10
+
11
+ if valid_input?(input)
12
+ create_animals(input)
13
+ SDzoo::ANIMAL.display_all(input)
14
+
15
+ puts "What animal would you like to find out more about? Enter a number or name."
16
+ more = gets.strip
17
+
18
+ # Handle the case where they entered a number
19
+ if more.to_i > 0 && more.to_i < SDzoo::ANIMAL.send("all_#{input}").length
20
+ search_by_number(input, more)
21
+ else
22
+ # Handle the case where they entered a name
23
+ search_by_name(input, more)
24
+ end
25
+
26
+ sleep(2)
27
+ else
28
+ "Sorry, that wasn't valid input."
29
+ end
30
+ puts "\nWhat kind of animal would you like to learn about next?"
31
+ main_menu
32
+ input = gets.strip.downcase
33
+ end
34
+
35
+ bye
36
+ end
37
+
38
+ def valid_input?(input)
39
+ valid = ['mammals', 'birds', 'amphibians', 'arthropods', 'fish', 'reptiles']
40
+ if valid.include?(input)
41
+ return true
42
+ else
43
+ return false
44
+ end
45
+ end
46
+
47
+ def create_animals(type)
48
+ animal_array = SDzoo::SCRAPER.scrape_and_create_animals(type)
49
+ end
50
+
51
+ def add_attributes_to_animals(animal)
52
+ animal_hash = SDzoo::SCRAPER.add_attributes_to_animal(animal.url)
53
+ animal.add_attributes_to_animal(animal_hash)
54
+ end
55
+
56
+ def search_by_number(input, more)
57
+ animal = SDzoo::ANIMAL.send("all_#{input}")[more.to_i - 1]
58
+ add_attributes_to_animals(animal)
59
+ puts "\nOkay, here's some more info:"
60
+ animal.display_all_attributes
61
+
62
+ end
63
+
64
+ def search_by_name(input, more)
65
+ potential_answers = SDzoo::ANIMAL.send("all_#{input}").select {|animal| animal.name.downcase.include?(more.downcase)}
66
+ if potential_answers.length == 0
67
+ puts "\nSorry, none of the animal names match that description."
68
+ elsif potential_answers.length == 1
69
+ animal = potential_answers[0]
70
+ add_attributes_to_animals(animal)
71
+ animal.display_all_attributes
72
+ else
73
+ puts "\nHere are some of the #{input} that match that name: "
74
+ potential_answers.each do |animal|
75
+ add_attributes_to_animals(animal)
76
+ animal.display_all_attributes
77
+ end
78
+ end
79
+ end
80
+
81
+ def main_menu
82
+ puts <<~HEREDOC
83
+ Mammals
84
+ Reptiles
85
+ Birds
86
+ Amphibians
87
+ Arthropods
88
+ Fish
89
+ HEREDOC
90
+ puts "You can choose a name from above, or type 'exit'"
91
+ end
92
+
93
+ def bye
94
+ puts "Goodbye! Thanks for using the San Diego Zoo CLI app."
95
+ puts <<~HEREDOC
96
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
97
+ @@@@@@@@@@@@@@@@@@@@@@@'~~~ ~~~`@@@@@@@@@@@@@@@@@@@@@@@@@
98
+ @@@@@@@@@@@@@@@@@@' `@@@@@@@@@@@@@@@@@@@@
99
+ @@@@@@@@@@@@@@@' `@@@@@@@@@@@@@@@@@
100
+ @@@@@@@@@@@@@' `@@@@@@@@@@@@@@@
101
+ @@@@@@@@@@@' `@@@@@@@@@@@@@
102
+ @@@@@@@@@@' `@@@@@@@@@@@@
103
+ @@@@@@@@@' `@@@@@@@@@@@
104
+ @@@@@@@@@ @@@@@@@@@@@
105
+ @@@@@@@@' n, `@@@@@@@@@@
106
+ @@@@@@@@ _/ | _ @@@@@@@@@@
107
+ @@@@@@@@ /' `'/ @@@@@@@@@@
108
+ @@@@@@@@a <~ .' a@@@@@@@@@@
109
+ @@@@@@@@@ .' | @@@@@@@@@@@
110
+ @@@@@@@@@a _/ | a@@@@@@@@@@@
111
+ @@@@@@@@@@a _/ `.`. a@@@@@@@@@@@@
112
+ @@@@@@@@@@@a ____/ ' \__ | |______ a@@@@@@@@@@@@@
113
+ @@@@@@@@@@@@@a__/___/ /__\ \ \ \___.a@@@@@@@@@@@@@@@
114
+ @@@@@@@@@@@@@/ (___.'\_______)\_|_| \@@@@@@@@@@@@@@@@
115
+ @@@@@@@@@@@@|\________ ~~~~~\@@@@@@@@@@
116
+ HEREDOC
117
+ puts "P.S You can do more to help stop animal extinction here: http://endextinction.org/"
118
+ end
119
+ end
@@ -0,0 +1,31 @@
1
+ class SDzoo::SCRAPER
2
+
3
+ BASE_PATH = "http://animals.sandiegozoo.org/"
4
+ BASE_TYPE_PATH = "animals/"
5
+ def self.scrape_and_create_animals(type)
6
+
7
+ sections = Nokogiri::HTML(open(BASE_PATH + BASE_TYPE_PATH + type)).search("div.views-field-title span.field-content a")
8
+
9
+ sections.each do |section|
10
+ animal = SDzoo::ANIMAL.new(section.text, section["href"], type)
11
+ end
12
+
13
+ end
14
+
15
+ def self.add_attributes_to_animal(file_path)
16
+ animal_hash = {}
17
+
18
+ doc = Nokogiri::HTML(open(BASE_PATH + file_path))
19
+
20
+ taxo_array = doc.css("div.field-node--field-classifications.field-name-field-classifications div.field__items div.field__item ul").text.split("\n\t")
21
+
22
+ animal_hash[:taxonomy] = taxo_array.join("\n").strip.chomp(",")
23
+
24
+ animal_hash[:conservation_status] = doc.search("div.vocabulary-conservation-status div.field__item").text.strip
25
+ animal_hash[:life_span] = doc.css("div#block-sidebarcontent").text.strip.split("\n\n")[1].strip
26
+ animal_hash[:fun_fact] = doc.css("div#block-sidebarcontent").text.strip.split("FUN FACTS")[-1].strip.split(".")[0] + "."
27
+
28
+ animal_hash
29
+ end
30
+
31
+ end
@@ -0,0 +1,3 @@
1
+ module SDzoo
2
+ VERSION = "0.1.0"
3
+ end
data/spec.md ADDED
@@ -0,0 +1,6 @@
1
+ # Specifications for the CLI Assessment
2
+
3
+ Specs:
4
+ - [x] Have a CLI for interfacing with the application
5
+ - [x] Pull data from an external source
6
+ - [x] Implement both list and detail views
metadata ADDED
@@ -0,0 +1,119 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: SDzoo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Archana Burra
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-08-29 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.15'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.15'
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: nokogiri
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '='
46
+ - !ruby/object:Gem::Version
47
+ version: 1.6.6.2
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '='
53
+ - !ruby/object:Gem::Version
54
+ version: 1.6.6.2
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'
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: Find information about all the animals listed on the San Diego Zoo website,
70
+ including life span, conservation status, taxonomic information and a fun fact!
71
+ The app/author is not affiliated with the SD zoo.
72
+ email:
73
+ - burra.archana@gmail.com
74
+ executables: []
75
+ extensions: []
76
+ extra_rdoc_files: []
77
+ files:
78
+ - ".gitignore"
79
+ - CODE_OF_CONDUCT.md
80
+ - Gemfile
81
+ - LICENSE.txt
82
+ - README.md
83
+ - Rakefile
84
+ - SDzoo.gemspec
85
+ - bin/SDzoo
86
+ - bin/console
87
+ - bin/setup
88
+ - lib/SDzoo.rb
89
+ - lib/SDzoo/animal.rb
90
+ - lib/SDzoo/cli.rb
91
+ - lib/SDzoo/scraper.rb
92
+ - lib/SDzoo/version.rb
93
+ - spec.md
94
+ homepage: https://github.com/burrahey/SDzoo-cli-app
95
+ licenses:
96
+ - MIT
97
+ metadata:
98
+ allowed_push_host: https://rubygems.org
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
+ rubyforge_project:
115
+ rubygems_version: 2.6.12
116
+ signing_key:
117
+ specification_version: 4
118
+ summary: San Diego Zoo CLI app to view information about various kinds of animals.
119
+ test_files: []