Re: [Mongrel] versioning of win32 versus ruby gems

2007-01-09 Thread Ezra Zygmuntowicz
Hey Charles- Cool I'm glad you like it. It definitely needed a cleanup of the params and your patch looks really nice. Unfortunately email ate the formatting and I can't use it :/ Can you send me a copy of the entire file in its new state? You can send it to me directly if you like.

Re: [Mongrel] versioning of win32 versus ruby gems

2007-01-09 Thread Charles Brian Quinn
Ezra, I found this cap plugin you posted to be extremely useful, ccing Capistrano list, where I know you've posted about it too. I have a patch, adding the options as a params hash for readability. My cursory googling..err..searching could not reveal where this capistrano "Gem" plugin resides. m

Re: [Mongrel] versioning of win32 versus ruby gems

2006-12-21 Thread Zed A. Shaw
On Thu, 21 Dec 2006 14:13:12 -0500 "Charles Brian Quinn" <[EMAIL PROTECTED]> wrote: > Thanks Steven, > > This is using Jamis' net/ssh library and using: > > sudo cmd do |channel, stream, data| >data.each_line do | line | > > to regex match lines and type in input. this could work, but

Re: [Mongrel] versioning of win32 versus ruby gems

2006-12-21 Thread Ezra Zygmuntowicz
On Dec 21, 2006, at 11:13 AM, Charles Brian Quinn wrote: > Thanks Steven, > > This is using Jamis' net/ssh library and using: > > sudo cmd do |channel, stream, data| >data.each_line do | line | > > to regex match lines and type in input. this could work, but i was > hoping for bash or some

Re: [Mongrel] versioning of win32 versus ruby gems

2006-12-21 Thread Charles Brian Quinn
Thanks Steven, This is using Jamis' net/ssh library and using: sudo cmd do |channel, stream, data| data.each_line do | line | to regex match lines and type in input. this could work, but i was hoping for bash or something simpler Guess that means it's time to move my all of my shell

Re: [Mongrel] versioning of win32 versus ruby gems

2006-12-21 Thread Luis Lavena
On 12/21/06, Charles Brian Quinn <[EMAIL PROTECTED]> wrote: > I know we already mentioned this before on the list but I couldn't > find it in the archives. Is there a way to differentiate the versions > for ruby/mswin32 so that I could run a command like: > > # sudo gem install mongrel > --source=

Re: [Mongrel] versioning of win32 versus ruby gems

2006-12-21 Thread Steven Hansen
Charles Brian Quinn wrote: > I know we already mentioned this before on the list but I couldn't > find it in the archives. Is there a way to differentiate the versions > for ruby/mswin32 so that I could run a command like: > > # sudo gem install mongrel > --source=http://mongrel.rubyforge.org/rele

[Mongrel] versioning of win32 versus ruby gems

2006-12-21 Thread Charles Brian Quinn
I know we already mentioned this before on the list but I couldn't find it in the archives. Is there a way to differentiate the versions for ruby/mswin32 so that I could run a command like: # sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases/ --include-dependencies --version