Ruby RETS Gem

This gem is based heavily on the rets4r gem, 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

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'

Usage