Cool - looks great - thanks. Seeing your changes helps me understand the plugin structure a bit better.
One thing. Once you go to Ruby 1.9.2, you'll need this File.expand_path, which you removed: require File.expand_path File.join(File.dirname(__FILE__), "spec_helper") Otherwise, "spec spec/blah_spec.rb" stops working. This is because Ruby 1.9.2 removed "." from RUBYLIB (stupidly, IMO, but nonetheless...) -Nate On Jun 7, 10:12 am, Jeremy Evans <[email protected]> wrote: > On Jun 6, 2:06 pm, Jeremy Evans <[email protected]> wrote: > > > Looks pretty good. I'll try to merge it tomorrow. > > Merged with some minor > changes:http://github.com/jeremyevans/sequel/commit/f2cfa0480ad209a93aeb82864... > > Thanks for the patches! > > Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
