On Jan 28, 2011, at 08:28 , Luis Lavena wrote: > On Fri, Jan 28, 2011 at 9:43 AM, Luis Lavena <luislav...@gmail.com> wrote: >> Hey guys, >> >> We are aiming at 1.5.0 release next week, and I'm having my doubts. >> > > Here are the what I experienced using ruby 1.9.3 from trunk on OSX: > > https://gist.github.com/800501 > > I'm doing something wrong?
Dunno. I've got a repro: 6911 % sudo gem install sqlite3 Fetching: sqlite3-1.3.3.gem (100%) Building native extensions. This could take a while... Successfully installed sqlite3-1.3.3 1 gem installed Installing ri documentation for sqlite3-1.3.3... Installing RDoc documentation for sqlite3-1.3.3... 6912 % ruby -rubygems -e 'require "sqlite3"' 6913 % gem -v 1.5.0 6914 % ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] It works for Aaron @ 30655: 13:27 : [apatterson@higgins nokogiri (master)]$ ruby -v -rubygems -e 'require "sqlite3"' ruby 1.9.3dev (2011-01-26 trunk 30655) [x86_64-darwin10.6.0] But not for me @ 30716. It has the same problems as above. I've confirmed that it works for me at 30655: 6978 % /tmp/ruby19/bin/ruby19 -v -e 'require "sqlite3"' ruby 1.9.3dev (2011-01-26 trunk 30655) [x86_64-darwin10.6.0] 6978 % But I've been seeing a lot of rdoc encoding problems. We need a better guard for rdoc before we ship 1.5.0. I'm digging deeper into both the rdoc issue and into the activation issue at tip. _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers