hivebbs

1
>rake aborted!
>undefined method `description=' for #<Rake::TestTask:0x000000011a2880>

Wat. Explain
2
gem update rake
3
>hive
>doesn't implement http://wakaba.c3.cx/bee.js
tryanimate();
4
>>2
>Updating installed gems
>Nothing to update

5
>>4
What are your ruby and rake versions?

sudo gem list rake
ruby -v
6
>>5
rake-10.4.2

ruby 1.9.3p429
7
>>6
No idea then.
Try reinstalling rake maybe, and overwrite the old binary.
And make sure the right rake gem is used
ruby -rrake -e 'puts Rake::VERSION'

And Ruby 1.9.3 is all kind of old as HELL

Reply

Preview?