LWN.net Logo

Revolution 0.4

From:  Tom Copeland <tom-AT-infoether.com>
To:  gnome-announce-list-AT-gnome.org
Subject:  Revolution 0.4
Date:  Wed, 30 Mar 2005 10:05:36 -0500

Hi all -

I've just released v0.4 of Revolution, a Ruby binding to Evolution.
This new release includes the ability to add, delete, and query
contacts.  You can also submit arbitrary s-expression queries to
Evolution, like this:

[tom@hal revolution]$ irb
irb(main):001:0> require 'rubygems'
irb(main):002:0> require_gem 'revolution'
irb(main):003:0> rev = Revolution::Revolution.new
irb(main):004:0> rev.get_contacts_with_query("(contains 'full_name' 'Copeland')").each {|c| puts
c.first_name }
Madelyn
Lee
Alina
Dave

You can download it here:

http://rubyforge.org/frs/?group_id=576

and more documentation is available here:

http://revolution.rubyforge.org/

Yours,

Tom Copeland
tom@infoether.com

_______________________________________________
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


(Log in to post comments)

Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds