# -*- encoding: utf-8 -*- # stub: dexter_plusplus 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "dexter_plusplus".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/sean-slaughter/dexter-plusplus", "homepage_uri" => "https://github.com/sean-slaughter/dexter-plusplus", "source_code_uri" => "https://github.com/sean-slaughter/dexter-plusplus" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["sean-slaughter".freeze] s.date = "2020-06-21" s.email = ["sthompson2822@gmail.com".freeze] s.executables = ["dexter-plusplus".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "NOTES.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/dexter-plusplus".freeze, "bin/setup".freeze, "dexter_plusplus.gemspec".freeze, "lib/concerns/findable.rb".freeze, "lib/dexter_plusplus/ability.rb".freeze, "lib/dexter_plusplus/ability_menu.rb".freeze, "lib/dexter_plusplus/api.rb".freeze, "lib/dexter_plusplus/cli.rb".freeze, "lib/dexter_plusplus/item.rb".freeze, "lib/dexter_plusplus/item_menu.rb".freeze, "lib/dexter_plusplus/move.rb".freeze, "lib/dexter_plusplus/move_menu.rb".freeze, "lib/dexter_plusplus/pokemon.rb".freeze, "lib/dexter_plusplus/pokemon_menu.rb".freeze, "lib/dexter_plusplus/type.rb".freeze, "lib/dexter_plusplus/type_menu.rb".freeze, "lib/dexter_plusplus/version.rb".freeze, "lib/environment.rb".freeze] s.homepage = "https://github.com/sean-slaughter/dexter-plusplus".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby PokeDex Gem that allows users to explore Pokemon and Items in the Pokemon Universe".freeze end