Sha256: c4b7c8e968957d6a4b1493037f0fdef8d8c5824eba9fc7349ad64a7d2f7a9e33
Contents?: true
Size: 781 Bytes
Versions: 11
Compression:
Stored size: 781 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "gibberish/version" Gem::Specification.new do |s| s.name = "gibberish" s.version = Gibberish::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Mark Percival"] s.email = ["mark@markpercival.us"] s.homepage = "http://github.com/mdp/gibberish" s.summary = %q{An opinionated ruby encryption library} s.description = %q{Supports OpenSSL compatible AES, HMAC, and RSA encryption} s.rubyforge_project = "gibberish" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
11 entries across 11 versions & 1 rubygems