# -*- encoding: utf-8 -*- # stub: ccrypto-ruby 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ccrypto-ruby".freeze s.version = "0.1.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 = ["Ian".freeze] s.bindir = "exe".freeze s.date = "2022-08-11" s.description = "Refers Ccrypto library for further info. This is the Ruby implementation of the core cryptographic API".freeze s.email = ["cameronian0@protonmail.com".freeze] s.files = [".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "ccrypto-ruby.gemspec".freeze, "lib/ccrypto/provider.rb".freeze, "lib/ccrypto/ruby.rb".freeze, "lib/ccrypto/ruby/data_conversion.rb".freeze, "lib/ccrypto/ruby/engines/asn1_engine.rb".freeze, "lib/ccrypto/ruby/engines/asn1_object.rb".freeze, "lib/ccrypto/ruby/engines/cipher_engine.rb".freeze, "lib/ccrypto/ruby/engines/compression_engine.rb".freeze, "lib/ccrypto/ruby/engines/data_conversion_engine.rb".freeze, "lib/ccrypto/ruby/engines/decompression_engine.rb".freeze, "lib/ccrypto/ruby/engines/digest_engine.rb".freeze, "lib/ccrypto/ruby/engines/ecc_engine.rb".freeze, "lib/ccrypto/ruby/engines/hkdf_engine.rb".freeze, "lib/ccrypto/ruby/engines/hmac_engine.rb".freeze, "lib/ccrypto/ruby/engines/pbkdf2_engine.rb".freeze, "lib/ccrypto/ruby/engines/pkcs7_engine.rb".freeze, "lib/ccrypto/ruby/engines/rsa_engine.rb".freeze, "lib/ccrypto/ruby/engines/scrypt_engine.rb".freeze, "lib/ccrypto/ruby/engines/secret_key_engine.rb".freeze, "lib/ccrypto/ruby/engines/secret_sharing_engine.rb".freeze, "lib/ccrypto/ruby/engines/secure_random_engine.rb".freeze, "lib/ccrypto/ruby/engines/x509_engine.rb".freeze, "lib/ccrypto/ruby/ext/secret_key.rb".freeze, "lib/ccrypto/ruby/ext/x509_cert.rb".freeze, "lib/ccrypto/ruby/keybundle_store/pem_store.rb".freeze, "lib/ccrypto/ruby/keybundle_store/pkcs12.rb".freeze, "lib/ccrypto/ruby/utils/comparator.rb".freeze, "lib/ccrypto/ruby/utils/memory_buffer.rb".freeze, "lib/ccrypto/ruby/utils/native_helper.rb".freeze, "lib/ccrypto/ruby/version.rb".freeze] s.homepage = "https://github.com/cameronian/ccrypto-ruby".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ccrypto API provider for Ruby runtime".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end