Hey guys,
We are aiming at 1.5.0 release next week, and I'm having my doubts.
The following are the steps I conducted on a fresh 1.9.3 (trunk) compilation:
>ruby -v
ruby 1.9.3dev (2011-01-28 trunk 30684) [i386-mingw32]
RubyGems checked out at f82a8d1
>ruby setup.rb --no-ri --no-rdoc
RubyGems 1.5.0 installed
(1.4.2 release notes)
RubyGems installed the following executables:
C:/Users/Luis/Tools/Ruby/ruby-1.9.3-dev-i386-mingw32/bin/gem
Then:
>gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.5.0
- RUBY VERSION: 1.9.3 (2011-01-28 patchlevel -1) [i386-mingw32]
- INSTALLATION DIRECTORY: C:/Users/Luis/.gem/ruby/x86-mingw32/1.9.1
- RUBY EXECUTABLE:
C:/Users/Luis/Tools/Ruby/ruby-1.9.3-dev-i386-mingw32/bin/ruby.exe
- EXECUTABLE DIRECTORY: C:/Users/Luis/.gem/ruby/x86-mingw32/1.9.1/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-mingw32
- GEM PATHS:
- C:/Users/Luis/.gem/ruby/x86-mingw32/1.9.1
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- :sources => ["http://rubygems.org"]
- "install" => "--no-ri --no-rdoc --env-shebang"
- "update" => "--no-ri --no-rdoc --env-shebang"
- REMOTE SOURCES:
- http://rubygems.org
>gem list sqlite3
*** LOCAL GEMS ***
sqlite3 (1.3.3 x86-mingw32)
sqlite3-ruby (1.3.1 x86-mingw32)
C:\Users\Luis\Projects\oss\rubygems>irb
irb(main):001:0> require 'sqlite3'
LoadError: cannot load such file -- sqlite3
from (irb):1:in `require'
from (irb):1
from C:/Users/Luis/Tools/Ruby/ruby-1.9.3-dev-i386-mingw32/bin/irb:12:in
`<main>'
irb(main):002:0> require 'rubygems'
=> false
irb(main):003:0> require 'sqlite3'
LoadError: cannot load such file -- sqlite3
from (irb):3:in `require'
from (irb):3
from C:/Users/Luis/Tools/Ruby/ruby-1.9.3-dev-i386-mingw32/bin/irb:12:in
`<main>'
irb(main):004:0> exit
C:\Users\Luis\Projects\oss\rubygems>ruby --disable-gems -S irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'sqlite3'
LoadError: cannot load such file -- sqlite3
from (irb):2:in `require'
from (irb):2
from C:/Users/Luis/Tools/Ruby/ruby-1.9.3-dev-i386-mingw32/bin/irb:12:in
`<main>'
irb(main):003:0> exit
I'm missing something?
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers