Sha256: 4ed053ac5f6c9abd9ebf46b91685bc4ceb469b1ca745e2411ac8a5fc056ac49f
Contents?: true
Size: 1.46 KB
Versions: 0
Compression: gzip
Compressed size: 658 Bytes
Stored size: 658 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.1 specification_version: 1 name: crypt-fog version: !ruby/object:Gem::Version version: 0.1.0 date: 2004-11-05 summary: "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." require_paths: - lib - lib author: Daniel J. Berger email: djberg96@yahoo.com homepage: http://ruby-miscutils.sourceforge.net/fog.html rubyforge_project: description: "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." autorequire: crypt/fog default_executable: bindir: bin has_rdoc: false required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby files: - bin - CHANGES - crypt-fog-0.1.0.gem - crypt-fog.gemspec - doc - INSTALL - install.rb - lib - MANIFEST - README - test - bin/quickenc - doc/fog.html - doc/fog.rd2 - doc/fog.txt - lib/crypt - lib/crypt/fog.rb - test/tc_fog.rb test_files: - test/tc_fog.rb rdoc_options: - "--main" - README extra_rdoc_files: - README - doc/fog.txt executables: - quickenc extensions: [] requirements: [] dependencies: []