# -*- encoding: utf-8 -*- # stub: yoti 1.4.0 ruby lib Gem::Specification.new do |s| s.name = "yoti".freeze s.version = "1.4.0".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 = "2019-04-15" 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, ".travis.yml".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/anchor.rb".freeze, "lib/yoti/data_type/attribute.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/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/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, ["~> 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, ["~> 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