# -*- encoding: utf-8 -*- # stub: yoti 1.6.1 ruby lib Gem::Specification.new do |s| s.name = "yoti".freeze s.version = "1.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sebastian Zaremba".freeze] s.date = "2020-01-23" s.description = " This gem contains the tools you need to quickly integrate your Ruby back-end\n with Yoti, so that your users can share their identity details with your\n application in a secure and trusted way.\n".freeze s.email = ["tech@yoti.com".freeze] s.files = [".gitignore".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/yoti/install/install_generator.rb".freeze, "lib/generators/yoti/install/templates/yoti.rb".freeze, "lib/yoti.rb".freeze, "lib/yoti/activity_details.rb".freeze, "lib/yoti/client.rb".freeze, "lib/yoti/configuration.rb".freeze, "lib/yoti/data_type/age_verification.rb".freeze, "lib/yoti/data_type/anchor.rb".freeze, "lib/yoti/data_type/application_profile.rb".freeze, "lib/yoti/data_type/attribute.rb".freeze, "lib/yoti/data_type/base_profile.rb".freeze, "lib/yoti/data_type/document_details.rb".freeze, "lib/yoti/data_type/image.rb".freeze, "lib/yoti/data_type/image_jpeg.rb".freeze, "lib/yoti/data_type/image_png.rb".freeze, "lib/yoti/data_type/multi_value.rb".freeze, "lib/yoti/data_type/profile.rb".freeze, "lib/yoti/data_type/signed_time_stamp.rb".freeze, "lib/yoti/dynamic_share_service/dynamic_scenario.rb".freeze, "lib/yoti/dynamic_share_service/extension/extension.rb".freeze, "lib/yoti/dynamic_share_service/extension/location_constraint_extension.rb".freeze, "lib/yoti/dynamic_share_service/extension/thirdparty_attribute_extension.rb".freeze, "lib/yoti/dynamic_share_service/extension/transactional_flow_extension.rb".freeze, "lib/yoti/dynamic_share_service/policy/dynamic_policy.rb".freeze, "lib/yoti/dynamic_share_service/policy/source_constraint.rb".freeze, "lib/yoti/dynamic_share_service/policy/wanted_anchor.rb".freeze, "lib/yoti/dynamic_share_service/policy/wanted_attribute.rb".freeze, "lib/yoti/dynamic_share_service/share_url.rb".freeze, "lib/yoti/errors.rb".freeze, "lib/yoti/http/aml_check_request.rb".freeze, "lib/yoti/http/payloads/aml_address.rb".freeze, "lib/yoti/http/payloads/aml_profile.rb".freeze, "lib/yoti/http/profile_request.rb".freeze, "lib/yoti/http/request.rb".freeze, "lib/yoti/http/signed_request.rb".freeze, "lib/yoti/protobuf/attrpubapi/Attribute_pb.rb".freeze, "lib/yoti/protobuf/attrpubapi/ContentType_pb.rb".freeze, "lib/yoti/protobuf/attrpubapi/List_pb.rb".freeze, "lib/yoti/protobuf/attrpubapi/Signing_pb.rb".freeze, "lib/yoti/protobuf/compubapi/EncryptedData_pb.rb".freeze, "lib/yoti/protobuf/compubapi/SignedTimestamp_pb.rb".freeze, "lib/yoti/protobuf/main.rb".freeze, "lib/yoti/protobuf/sharepubapi/DataEntry_pb.rb".freeze, "lib/yoti/protobuf/sharepubapi/ExtraData_pb.rb".freeze, "lib/yoti/protobuf/sharepubapi/IssuingAttributes_pb.rb".freeze, "lib/yoti/protobuf/sharepubapi/ThirdPartyAttribute_pb.rb".freeze, "lib/yoti/sandbox.rb".freeze, "lib/yoti/sandbox/anchor.rb".freeze, "lib/yoti/sandbox/attribute.rb".freeze, "lib/yoti/sandbox/profile.rb".freeze, "lib/yoti/sandbox/sandbox.rb".freeze, "lib/yoti/sandbox/sandbox_client.rb".freeze, "lib/yoti/share/attribute_issuance_details.rb".freeze, "lib/yoti/share/extra_data.rb".freeze, "lib/yoti/ssl.rb".freeze, "lib/yoti/util/age_processor.rb".freeze, "lib/yoti/util/anchor_processor.rb".freeze, "lib/yoti/util/log.rb".freeze, "lib/yoti/version.rb".freeze, "login_flow.png".freeze, "rubocop.yml".freeze, "yardstick.yml".freeze, "yoti.gemspec".freeze] s.homepage = "https://github.com/getyoti/yoti-ruby-sdk".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Yoti Ruby SDK for back-end integration.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.7".freeze, ">= 3.7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end