Sha256: 8e25954a44d8d7c02eb2ebfb567a41f3dd711d66e718a8a413774b61979cb2d4
Contents?: true
Size: 1.81 KB
Versions: 0
Compression: gzip
Compressed size: 737 Bytes
Stored size: 737 Bytes
Contents
--- !ruby/object:Gem::Specification name: polarssl version: !ruby/object:Gem::Version version: 0.0.5 platform: ruby authors: - Michiel Sikkes autorequire: bindir: bin cert_chain: [] date: 2013-09-17 00:00:00.000000000 Z dependencies: [] description: A gem that lets you use the PolarSSL cryptography library with Ruby. email: michiel.sikkes@gmail.com executables: [] extensions: - ext/polarssl/extconf.rb extra_rdoc_files: [] files: - .gitignore - .ruby-version - .travis.yml - COPYING - COPYING.LESSER - Gemfile - Gemfile.lock - RDOC_MAIN.rdoc - README.md - Rakefile - ext/polarssl/cipher.c - ext/polarssl/cipher.h - ext/polarssl/ctr_drbg.c - ext/polarssl/ctr_drbg.h - ext/polarssl/entropy.c - ext/polarssl/entropy.h - ext/polarssl/extconf.rb - ext/polarssl/polarssl.c - ext/polarssl/polarssl.h - ext/polarssl/ssl.c - ext/polarssl/ssl.h - lib/.gitkeep - lib/polarssl.rb - lib/polarssl/version.rb - polarssl-ruby.sublime-project - polarssl.gemspec - test/cipher_encryption_test.rb - test/ctr_drbg_test.rb - test/entropy_test.rb - test/ssl_connection_test.rb - test/test_helper.rb - test/verify_minitest_test.rb homepage: http://github.com/michiels/polarssl-ruby licenses: - LGPL-3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: - libpolarssl rubyforge_project: rubygems_version: 2.0.2 signing_key: specification_version: 4 summary: Use the PolarSSL cryptographic and SSL library in Ruby. test_files: - test/cipher_encryption_test.rb - test/ctr_drbg_test.rb - test/entropy_test.rb - test/ssl_connection_test.rb - test/verify_minitest_test.rb