Hi,
installing buildr on a new pc (the usual way: "gem install buildr --platform
mswin32") I'm not able to run it:
looser@SHINREI ~
$ gem list --local
*** LOCAL GEMS ***
atoulme-Antwrap (0.7.1)
builder (2.1.2)
buildr (1.4.5 x86-mswin32)
diff-lcs (1.1.2)
highline (1.5.1)
hoe (2.3.3)
json_pure (1.4.3)
minitar (0.5.3)
net-sftp (2.0.4)
net-ssh (2.0.23)
rake (0.8.7)
rjb (1.3.2 x86-mswin32-60)
rspec (2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
rspec-mocks (2.1.0)
rubyforge (2.0.3)
rubygems-update (1.7.2)
rubyzip (0.9.4)
xml-simple (1.0.12)
looser@SHINREI ~
$ buildr
c:/bin/Ruby187/lib/ruby/site_ruby/1.8/rubygems.rb:926:in
`report_activate_error': RubyGem version error: buildr(1.4.5 not >= 0)
(Gem::LoadError)
from c:/bin/Ruby187/lib/ruby/site_ruby/1.8/rubygems.rb:244:in
`activate_dep'
from c:/bin/Ruby187/lib/ruby/site_ruby/1.8/rubygems.rb:236:in
`activate'
from c:/bin/Ruby187/lib/ruby/site_ruby/1.8/rubygems.rb:1307:in `gem'
from c:/bin/Ruby187/bin/buildr:18
The error message is somewhat misleading - how come I don't have 1.4.5 when
it's exactly the version I've got.
Any ideas?
Thank you!