Sha256: cc9e2b3ec0cdcb582faf15adab81e84ca1dd3b9add30b247e290f5d05f3a4bf7
Contents?: true
Size: 572 Bytes
Versions: 1
Compression:
Stored size: 572 Bytes
Contents
require 'date' Gem::Specification.new do |s| s.name = 'encryption' s.version = '1.1.4' s.date = Date.today.to_s s.summary = 'A simple wrapper for the OpenSSL Cipher library' s.description = 'Encryption provides a simple interface for symmetric / asymmetric encryption with the OpenSSL Cipher library' s.authors = ['Itay Grudev'] s.email = ['itay.grudev@gmail.com'] s.homepage = 'https://github.com/Itehnological/encryption' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.license = "MIT" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
encryption-1.1.4 | encryption.gemspec |