Sha256: 3609b8a06aee51c35ecc772ff9e14731690c3a381a3ebc95455f1e186b4d0721
Contents?: true
Size: 758 Bytes
Versions: 1
Compression:
Stored size: 758 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{crypt-fog} s.version = "0.1.0" s.date = %q{2004-11-05} s.summary = %q{crypt-fog is a simple encryption mechanism, but slightly better than Rot13. It's primary goal is to provide a reasonable amount of obfuscation without having to resort to public/private key exchanges, etc.} s.description = s.summary s.author = %q{Daniel J. Berger} s.email = %q{djberg96@yahoo.com} s.files = Dir['**/**'] s.homepage = %q{http://ruby-miscutils.sourceforge.net/fog.html} s.autorequire = %q{crypt/fog} s.require_paths << %q{lib} s.bindir = "bin" s.executables = ["quickenc"] s.extra_rdoc_files = ["README", "doc/fog.txt"] s.rdoc_options = ["--main", "README"] s.test_files = ["test/tc_fog.rb"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crypt-fog-0.1.0 | crypt-fog.gemspec |