Sha256: b4bd1b1ca228ffd9cf1a100e104cfc8b3ff5247fb6ae149f8246b67384bbaad8
Contents?: true
Size: 699 Bytes
Versions: 2
Compression:
Stored size: 699 Bytes
Contents
lib = File.expand_path("../lib/", __FILE__) $:.unshift lib unless $:.include?(lib) require 'polarssl/version' Gem::Specification.new do |s| s.name = 'polarssl' s.version = PolarSSL::VERSION s.date = '2013-08-20' s.summary = 'Use the PolarSSL cryptographic and SSL library in Ruby.' s.description = 'A gem that lets you use the PolarSSL cryptography library with Ruby.' s.authors = ['Michiel Sikkes'] s.email = 'michiel.sikkes@gmail.com' s.files = `git ls-files`.split("\n") s.homepage = 'http://github.com/michiels/polarssl-ruby' s.license = 'LGPL-3' s.test_files = Dir.glob('test/*_test.rb') s.requirements = 'libpolarssl' s.extensions = %w[ext/polarssl/extconf.rb] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polarssl-0.0.3 | polarssl.gemspec |
polarssl-0.0.2 | polarssl.gemspec |