# -*- encoding: utf-8 -*- # stub: pricehubble 1.2.4 ruby lib Gem::Specification.new do |s| s.name = "pricehubble".freeze s.version = "1.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/hausgold/pricehubble/issues", "changelog_uri" => "https://github.com/hausgold/pricehubble/blob/master/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/pricehubble", "homepage_uri" => "https://github.com/hausgold/pricehubble", "source_code_uri" => "https://github.com/hausgold/pricehubble" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Hermann Mayer".freeze] s.bindir = "exe".freeze s.date = "2024-08-15" s.description = "Ruby client for the PriceHubble REST API".freeze s.email = ["hermann.mayer92@gmail.com".freeze] s.files = [".editorconfig".freeze, ".github/workflows/release.yml".freeze, ".github/workflows/test.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, ".yardopts".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Dockerfile".freeze, "Envfile".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/run".freeze, "bin/setup".freeze, "config/docker/.bash_profile".freeze, "config/docker/.bashrc".freeze, "config/docker/.inputrc".freeze, "doc/assets/project.svg".freeze, "doc/examples/authentication.rb".freeze, "doc/examples/complex_property_valuations.rb".freeze, "doc/examples/config.rb".freeze, "doc/examples/dossiers.rb".freeze, "doc/examples/property_valuations_errors.rb".freeze, "doc/examples/simple_property_valuations.rb".freeze, "docker-compose.yml".freeze, "gemfiles/rails_5.2.gemfile".freeze, "gemfiles/rails_6.1.gemfile".freeze, "gemfiles/rails_7.1.gemfile".freeze, "lib/price_hubble.rb".freeze, "lib/price_hubble/client.rb".freeze, "lib/price_hubble/client/authentication.rb".freeze, "lib/price_hubble/client/base.rb".freeze, "lib/price_hubble/client/dossiers.rb".freeze, "lib/price_hubble/client/request/data_sanitization.rb".freeze, "lib/price_hubble/client/request/default_headers.rb".freeze, "lib/price_hubble/client/response/data_sanitization.rb".freeze, "lib/price_hubble/client/response/recursive_open_struct.rb".freeze, "lib/price_hubble/client/utils/request.rb".freeze, "lib/price_hubble/client/utils/response.rb".freeze, "lib/price_hubble/client/valuation.rb".freeze, "lib/price_hubble/configuration.rb".freeze, "lib/price_hubble/configuration_handling.rb".freeze, "lib/price_hubble/core_ext/hash.rb".freeze, "lib/price_hubble/entity/address.rb".freeze, "lib/price_hubble/entity/authentication.rb".freeze, "lib/price_hubble/entity/base_entity.rb".freeze, "lib/price_hubble/entity/concern/associations.rb".freeze, "lib/price_hubble/entity/concern/attributes.rb".freeze, "lib/price_hubble/entity/concern/attributes/date_array.rb".freeze, "lib/price_hubble/entity/concern/attributes/enum.rb".freeze, "lib/price_hubble/entity/concern/attributes/range.rb".freeze, "lib/price_hubble/entity/concern/attributes/string_inquirer.rb".freeze, "lib/price_hubble/entity/concern/callbacks.rb".freeze, "lib/price_hubble/entity/concern/client.rb".freeze, "lib/price_hubble/entity/concern/persistence.rb".freeze, "lib/price_hubble/entity/coordinates.rb".freeze, "lib/price_hubble/entity/dossier.rb".freeze, "lib/price_hubble/entity/location.rb".freeze, "lib/price_hubble/entity/property.rb".freeze, "lib/price_hubble/entity/property_conditions.rb".freeze, "lib/price_hubble/entity/property_qualities.rb".freeze, "lib/price_hubble/entity/property_type.rb".freeze, "lib/price_hubble/entity/valuation.rb".freeze, "lib/price_hubble/entity/valuation_request.rb".freeze, "lib/price_hubble/entity/valuation_scores.rb".freeze, "lib/price_hubble/errors.rb".freeze, "lib/price_hubble/faraday.rb".freeze, "lib/price_hubble/identity.rb".freeze, "lib/price_hubble/instrumentation.rb".freeze, "lib/price_hubble/instrumentation/log_subscriber.rb".freeze, "lib/price_hubble/railtie.rb".freeze, "lib/price_hubble/utils/bangers.rb".freeze, "lib/price_hubble/utils/decision.rb".freeze, "lib/price_hubble/version.rb".freeze, "lib/pricehubble".freeze, "lib/pricehubble.rb".freeze, "pricehubble.gemspec".freeze] s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for the PriceHubble REST API".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) end