Webby 0.9.3 requiring bones >= 2.1.1
Reported by Tobias Crawley | December 15th, 2008 @ 12:20 PM
Just installed webby 0.9.3 as a gem, and when I run webby-gen, it wants bones >= 2.1.1, which does not yet exist. Should it be requiring bones at all to run?
Riheligan:HandBuiltSW tobias$ sudo gem install webby
Successfully installed directory_watcher-1.1.2 Successfully
installed launchy-0.3.2 Successfully installed flexmock-0.8.3
Successfully installed lockfile-1.4.3 Successfully installed
logging-0.9.4 Successfully installed rake-0.8.3 Successfully
installed webby-0.9.3 7 gems installed Installing ri documentation
for directory_watcher-1.1.2... Installing ri documentation for
launchy-0.3.2... Installing ri documentation for flexmock-0.8.3...
Installing ri documentation for lockfile-1.4.3... Installing ri
documentation for logging-0.9.4... Installing ri documentation for
rake-0.8.3... Installing ri documentation for webby-0.9.3...
Installing RDoc documentation for directory_watcher-1.1.2...
Installing RDoc documentation for launchy-0.3.2... Installing RDoc
documentation for flexmock-0.8.3... Installing RDoc documentation
for lockfile-1.4.3... Installing RDoc documentation for
logging-0.9.4... Installing RDoc documentation for rake-0.8.3...
Installing RDoc documentation for webby-0.9.3...
Riheligan:HandBuiltSW tobias$ webby-gen website some_site
/opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
report_activate_error': Could not find RubyGem bones (>=
2.1.1) (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/webby-gen:18
Riheligan:HandBuiltSW tobias$ sudo gem install bones
Keep rattlin' dem bones!
Successfully installed bones-2.1.0 1 gem installed Installing ri
documentation for bones-2.1.0... Installing RDoc documentation for
bones-2.1.0... Riheligan:HandBuiltSW tobias$ webby-gen website
some_site /opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
report_activate_error': RubyGem version error: bones(2.1.0
not >= 2.1.1) (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/webby-gen:18
Riheligan:bin tobias$ gem --version 1.3.1
Comments and changes to this ticket
-
TwP December 15th, 2008 @ 01:37 PM
- State changed from new to resolved
Just released bones 2.1.1
Gem should be propagating to the mirrors as I type.
-
Tobias Crawley December 15th, 2008 @ 08:14 PM
Tim: Thanks for the quick response. This resolved the issue for me.
- Tobias
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Static website generate (ASCII Alchemy)