h1. Ruby RETS Gem
This gem is based heavily on the "rets4r gem":http://rubyforge.org/projects/rets4r/, and provides a Ruby client for handling RETS (Real Estate Transaction Standard) data.
Learn more about real estate transactions at the "official RETS protocol website":http://www.rets.org
h2. Installation
To install the gem:
gem sources -a http://gems.github.com
sudo gem install bgetting-rubyrets
Creating a gem dependency for a Rails application:
config.gem 'bgetting-rubyrets', :lib => 'rubyrets', :source => 'http://gems.github.com'
h2. Usage