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