Sha256: 7a44f360b3b91ea03a360c5f96f13711645091a202faddeccb714f1d4452d4e2
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "divining_rod/version" Gem::Specification.new do |s| s.name = "divining_rod" s.version = DiviningRod::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Mark Percival"] s.email = ["mark@markpercival.us"] s.homepage = "http://github.com/mdp/divining_rod" s.summary = %q{An opinionated ruby encryption library} s.description = %q{Supports OpenSSL compatible AES, HMAC, and RSA encryption} s.rubyforge_project = "divining_rod" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
divining_rod-0.6.0 | divining_rod.gemspec |