[Rubygems-developers] Revision 2154 Results on Windows (mingw32 and mswin32)

2009-04-06 Thread Luis Lavena
The Following are the pasties containing different versions of Ruby 1.8.6 (from p114 to p368 silently released last week). mingw32: http://pastie.org/439209 mswin32 http://pastie.org/439212 -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rath

Re: [Rubygems-developers] 1.3.2 release notes

2009-04-06 Thread Luis Lavena
On Mon, Apr 6, 2009 at 10:55 PM, Eric Hodel wrote: > Here's what I've selected for the 1.3.2 release notes.  Let me know if I > left out something important.  (I'm still doing some work on documentation > here and there.) > I have some questions... > I may be out of town over the coming weekend,

[Rubygems-developers] [CruiseControl] RubyGems build 2153 fixed

2009-04-06 Thread devnull+rubygems-ci
The build has been fixed. CHANGES --- New revision 2153 detected Revision 2153 committed by drbrain on 2009-04-07 02:39:44 Trim off some stale code, switch to Manifest.txt D /trunk/scripts/runtest.rb M /trunk/Rakefile A /trunk/Manifest.txt M /trunk/ChangeLog D /trunk/scripts/buildtes

[Rubygems-developers] [CruiseControl] RubyGems build 2152 failed

2009-04-06 Thread devnull+rubygems-ci
The build failed. CHANGES --- New revision 2152 detected Revision 2152 committed by drbrain on 2009-04-07 01:54:43 Contents is better M /trunk/lib/rubygems/command.rb See http://ci.pivotallabs.com:/builds/RubyGems/2152 for details. ___ Rubyg

[Rubygems-developers] 1.3.2 release notes

2009-04-06 Thread Eric Hodel
Here's what I've selected for the 1.3.2 release notes. Let me know if I left out something important. (I'm still doing some work on documentation here and there.) I may be out of town over the coming weekend, so I expect I'd do a release Monday 4/13 or Tuesday 4/14. Release 1.3.2 fixes

[Rubygems-developers] [CruiseControl] RubyGems build 2151 failed

2009-04-06 Thread devnull+rubygems-ci
The build failed. CHANGES --- New revision 2151 detected Revision 2151 committed by drbrain on 2009-04-07 01:51:43 Release notes for 1.3.2 M /trunk/ChangeLog A /trunk/doc/release_notes/rel_1_3_2.rdoc Revision 2150 committed by drbrain on 2009-04-07 01:49:40 Allow version specification M

[Rubygems-developers] [ rubygems-Bugs-24958 ] Install replaces ruby interpreter with gem executable

2009-04-06 Thread noreply
Bugs item #24958, was opened at 2009-03-27 15:27 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=24958&group_id=126 Category: RubyGems installer (setup.rb) Group: v1.3.x >Status: Closed Resolution: Accepted Priority: 3 Submitted By: Michael Soulier (msoulier) A

[Rubygems-developers] [ rubygems-Bugs-25208 ] Files in the bin directory shouldn't be put in LOAD_PATH

2009-04-06 Thread noreply
Bugs item #25208, was opened at 2009-04-06 18:02 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=25208&group_id=126 Category: other Group: None Status: Open Resolution: None Priority: 3 Submitted By: Jeremy Lawler (jlawler) Assigned to: Nobody (None) Summary: F

Re: [Rubygems-developers] Revision 2142, checking for nmake

2009-04-06 Thread Luis Lavena
On Mon, Apr 6, 2009 at 6:54 PM, Berger, Daniel wrote: > > >> -Original Message- >> From: rubygems-developers-boun...@rubyforge.org >> [mailto:rubygems-developers-boun...@rubyforge.org] On Behalf >> Of Luis Lavena >> Sent: Monday, April 06, 2009 3:02 PM >> To: RubyGems Developers (ML) >> Su

Re: [Rubygems-developers] Revision 2142, checking for nmake

2009-04-06 Thread Berger, Daniel
> -Original Message- > From: rubygems-developers-boun...@rubyforge.org > [mailto:rubygems-developers-boun...@rubyforge.org] On Behalf > Of Luis Lavena > Sent: Monday, April 06, 2009 3:02 PM > To: RubyGems Developers (ML) > Subject: [Rubygems-developers] Revision 2142, checking for nmak

[Rubygems-developers] Revision 2142, checking for nmake

2009-04-06 Thread Luis Lavena
Hey Guys, While the change implemented in revision 2142 may sounds good in theory, is incorrect. I'm running all the tests of RubyGems and other using MinGW, not VC6/8/9 build of Ruby. Because of that, I don't have nmake but make instead. Skipping those test due the availability of the compiler

[Rubygems-developers] [CruiseControl] RubyGems build 2142 fixed

2009-04-06 Thread devnull+rubygems-ci
The build has been fixed. CHANGES --- New revision 2142 detected Revision 2142 committed by djberg96 on 2009-04-06 19:58:13 Added changes for test_gem_ext_configure_builder.rb M /trunk/ChangeLog Revision 2141 committed by djberg96 on 2009-04-06 19:56:18 Replaced explicit returns with skip me