Luis just compiled new win32 gems for ParseTree which are available at
http://mmediasys.com/ruby/
If you're on windows, can you try them out and let us know of any
issues:
$ ruby -rubygems -e 'require "sequel"; puts
Sequel.sqlite[:table].filter{ :field == 1 }.sql'
SELECT * FROM table WHERE (field = 1)
If no major issues are found, we're going to upload these to rubyforge
so they're available to all via gem install.
Aman Gupta