# -*- encoding: utf-8 -*- # stub: tpm-key_attestation 0.10.0 ruby lib Gem::Specification.new do |s| s.name = "tpm-key_attestation".freeze s.version = "0.10.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/cedarcode/tpm-key_attestation/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/cedarcode/tpm-key_attestation", "source_code_uri" => "https://github.com/cedarcode/tpm-key_attestation" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gonzalo".freeze] s.bindir = "exe".freeze s.date = "2020-07-09" s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "bin/console".freeze, "bin/setup".freeze, "gemfiles/openssl_2_0.gemfile".freeze, "gemfiles/openssl_2_1.gemfile".freeze, "gemfiles/openssl_2_2.gemfile".freeze, "gemfiles/openssl_default.gemfile".freeze, "gemfiles/openssl_head.gemfile".freeze, "install-openssl.sh".freeze, "install-ruby.sh".freeze, "lib/tpm/aik_certificate.rb".freeze, "lib/tpm/certificates/AMD/RootCA/AMD-fTPM-ECC-RootCA.crt".freeze, "lib/tpm/certificates/AMD/RootCA/AMD-fTPM-RSA-RootCA.crt".freeze, "lib/tpm/certificates/Atmel/RootCA/Atmel TPM Root Signing Module.der".freeze, "lib/tpm/certificates/Infineon/RootCA/IFX TPM EK Root CA.cer".freeze, "lib/tpm/certificates/Infineon/RootCA/IFX-RootCA.cer".freeze, "lib/tpm/certificates/Infineon/RootCA/IFX_TPM_RootCert_008.crt".freeze, "lib/tpm/certificates/Infineon/RootCA/Infineon OPTIGA(TM) ECC Root CA.crt".freeze, "lib/tpm/certificates/Infineon/RootCA/Infineon OPTIGA(TM) RSA Root CA.crt".freeze, "lib/tpm/certificates/Intel/RootCA/EKRootPublicKey.cer".freeze, "lib/tpm/certificates/Microsoft/RootCA/Microsoft TPM Root Certificate Authority 2014.cer".freeze, "lib/tpm/certificates/NationZ/RootCA/EkRootCA.crt".freeze, "lib/tpm/certificates/Nuvoton/RootCA/NTC TPM EK Root CA 01.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/NTC TPM EK Root CA 02.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/NTC TPM EK Root CA ARSUF 01.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 1013.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 1014.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 1110.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 1111.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 2010.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 2011.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 2110.cer".freeze, "lib/tpm/certificates/Nuvoton/RootCA/Nuvoton TPM Root CA 2111.cer".freeze, "lib/tpm/certificates/QC/RootCA/Microsoft TPM Root Certificate Authority 2014.cer".freeze, "lib/tpm/certificates/STMicro/RootCA/GlobalSign Trusted Computing CA.crt".freeze, "lib/tpm/certificates/STMicro/RootCA/GlobalSign Trusted Platform Module ECC Root CA.crt".freeze, "lib/tpm/certificates/STMicro/RootCA/ST TPM Root Certificate.crt".freeze, "lib/tpm/certificates/STMicro/RootCA/STM TPM ECC Root CA 01.crt".freeze, "lib/tpm/certify_validator.rb".freeze, "lib/tpm/constants.rb".freeze, "lib/tpm/key_attestation.rb".freeze, "lib/tpm/key_attestation/version.rb".freeze, "lib/tpm/public_area.rb".freeze, "lib/tpm/s_attest.rb".freeze, "lib/tpm/s_attest/s_certify_info.rb".freeze, "lib/tpm/sized_buffer.rb".freeze, "lib/tpm/t_public.rb".freeze, "lib/tpm/t_public/s_ecc_parms.rb".freeze, "lib/tpm/t_public/s_rsa_parms.rb".freeze, "lib/tpm/tpm2b_name.rb".freeze, "lib/tpm/tpmt_ha.rb".freeze, "tpm-key_attestation.gemspec".freeze] s.homepage = "https://github.com/cedarcode/tpm-key_attestation".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "TPM Key Attestation verifier".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end