Revolution 0.4



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]