# -*- encoding: utf-8 -*- # stub: hungry 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "hungry".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tom-Eric Gerritsen".freeze] s.date = "2020-01-30" s.description = "An interface to the Eet.nu API.".freeze s.email = ["tomeric@eet.nu".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "Rakefile".freeze, "hungry.gemspec".freeze, "lib/hungry.rb".freeze, "lib/hungry/city.rb".freeze, "lib/hungry/collection.rb".freeze, "lib/hungry/collection/pagination.rb".freeze, "lib/hungry/country.rb".freeze, "lib/hungry/geolocation.rb".freeze, "lib/hungry/location.rb".freeze, "lib/hungry/menu.rb".freeze, "lib/hungry/menu/category.rb".freeze, "lib/hungry/menu/dish.rb".freeze, "lib/hungry/menu/option.rb".freeze, "lib/hungry/region.rb".freeze, "lib/hungry/resource.rb".freeze, "lib/hungry/response.rb".freeze, "lib/hungry/review.rb".freeze, "lib/hungry/site.rb".freeze, "lib/hungry/tag.rb".freeze, "lib/hungry/user.rb".freeze, "lib/hungry/util.rb".freeze, "lib/hungry/venue.rb".freeze, "lib/hungry/venue/collection.rb".freeze, "lib/support/presence.rb".freeze, "lib/support/symbolize_keys.rb".freeze, "spec/hungry/geolocation_spec.rb".freeze, "spec/hungry/util_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/eet-nu/hungry".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An interface to the Eet.nu API.".freeze s.test_files = ["spec/hungry/geolocation_spec.rb".freeze, "spec/hungry/util_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end