flatulent-0.0.1

NAME

   flatulent : CAPTCHA for FIGLET.

SYNOPSIS

   the flatulent gem provides brain dead simple ascii art captcha for ruby.

URI

   http://codeforpeople.com/lib/ruby    http://rubyforge.org/projects/codeforpeople

INSTALL

   gem install flatulent

EXAMPLE

   def index      if params.has_key? 'flatulent'        Flatulent.validate! params      end

     render :inline => <<-html        <html><body>

         #{ Flatulent.form }

       </body></html>      html    end

DOCS

   see source in lib/*    see example rails project in ./rails

ONLINE SAMPLES

   http://drawohara.tumblr.com/post/4791838

enjoy.

-a