From schapht at gmail.com Fri Jun 15 23:55:47 2007 From: schapht at gmail.com (Mat Schaffer) Date: Fri, 15 Jun 2007 23:55:47 -0400 Subject: [Rubyinstaller-devel] Updated rubygems for ZLib? Message-ID: <2BC7ED5E-3384-4FFC-98EF-81E96A00E9C6@gmail.com> Hi, any chance of getting rubygems upgraded in the installer? I'm specifically interested in the ZLib patch in rubygem's package.rb. I'm starting to pimp capistrano pretty hard around my organization, but you can't install it on windows right now without first patching rubygems. I'd patch it myself, but I don't have Visual C++. The patch I'm interested in has been in rubygems since the 0.9.3 release. Thanks for the great work on the installer. I wish it were so easy on mac to get a clean ruby installation :) -Mat From schapht at gmail.com Sat Jun 16 00:06:50 2007 From: schapht at gmail.com (Mat Schaffer) Date: Sat, 16 Jun 2007 00:06:50 -0400 Subject: [Rubyinstaller-devel] Updated rubygems for ZLib? In-Reply-To: <2BC7ED5E-3384-4FFC-98EF-81E96A00E9C6@gmail.com> References: <2BC7ED5E-3384-4FFC-98EF-81E96A00E9C6@gmail.com> Message-ID: On Jun 15, 2007, at 11:55 PM, Mat Schaffer wrote: > Hi, any chance of getting rubygems upgraded in the installer? I'm > specifically interested in the ZLib patch in rubygem's package.rb. > I'm starting to pimp capistrano pretty hard around my organization, > but you can't install it on windows right now without first > patching rubygems. You know I ran into this problem yesterday, and didn't think until just now that you could do gem update --system. Anyway. It'd be nice to have it out of the box if any of the developers have some time to make a new build. Thanks again, sorry to be a little dense there, Mat