david-beckwiths-powerbook58:~/Sites/krr/merb/rcov dbit$ merb x
/opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
`report_activate_error': Could not find RubyGem spicycode-rcov (>=
0.8.1.3) (Gem::LoadError)
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:134:in
`activate'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:158:in
`activate'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in
`each'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in
`activate'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:158:in
`activate'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in
`each'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in
`activate'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem'
from /opt/local/bin/merb:18
How do I install this gem? I tried:
david-beckwiths-powerbook58:~/Sites/krr/merb/rcov dbit$ sudo gem
install spicycode-rcov
ERROR: could not find gem spicycode-rcov locally or in a repository
I think the real name of the gem is rcov, not spicycode-rcov. Is that
right?
Anyway, I installed rcov:
sudo gem install rcov
Successfully installed rcov-0.8.1.2.0
But it looks like from the error above we need: (>= 0.8.1.3)
Anyway, I cloned down the latest:
git clone git://github.com/spicycode/rcov.git
cd rcov
sudo gem install rcov
ERROR: While executing gem ... (Gem::Package::FormatError)
No metadata found!
I also tried:
gem build rcov.gemspec
WARNING: no rubyforge_project specified
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - readme_for_apien
Okay, so that's where I am stuck. I'm not very good with gems. Does
anybody know what the problem is?
Thank you,
David :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---