public
Description: ruby binding for parsley
Homepage:
Clone URL: git://github.com/fizx/parsley-ruby.git
name age message
file .gitignore Tue Mar 03 21:58:54 -0800 2009 just ruby now [Kyle Maxwell]
file README Sun Nov 01 14:52:56 -0800 2009 gemcutter [fizx]
file Rakefile Sun Nov 01 15:11:51 -0800 2009 fix gem generation [fizx]
file VERSION Sun Nov 01 15:12:01 -0800 2009 Version bump to 0.4.2 [fizx]
directory ext/ Mon Jun 01 16:47:39 -0700 2009 updated to handle sgwrap [Kyle Maxwell]
directory lib/ Mon Jun 01 16:48:42 -0700 2009 test cases for sgwrap [Kyle Maxwell]
file parsley-ruby.gemspec Sun Nov 01 15:12:05 -0800 2009 Regenerated gemspec for version 0.4.2 [fizx]
directory test/ Wed Jun 03 15:00:38 -0700 2009 more tests [pivotal]
README
ABOUT

Ruby bindings for Parsley.

INSTALLATION

= Get Parsley and Dependancies = 

Download Parsley from http://github.com/fizx/parsley/tree/master following the installation directions located at 
http://github.com/fizx/parsley/blob/master/INSTALL

= Install parsley-ruby =

From source:
  sudo rake install

From GitHub: DEPRECATED!

From GemCutter

  Run the following if you haven't already:
  gem sources -a http://gemcutter.org
  Install the gem:
  sudo gem install parsley-ruby

PARSLETS.COM INTEGRATION

We also recommend installing the free online_parselets rubygem in order to use other people's parselets and to share 
your own:
  Run the following if you haven't already:
  gem sources -a http://gems.github.com
  Install the gem:
  sudo gem install iterationlabs-online_parslets