Skip to content

Instantly share code, notes, and snippets.

@xfisthebest
Created August 18, 2015 19:45
Show Gist options
  • Save xfisthebest/0cbb5d95ae4abbde2fa6 to your computer and use it in GitHub Desktop.
Save xfisthebest/0cbb5d95ae4abbde2fa6 to your computer and use it in GitHub Desktop.
root@sharkbnc:/home/bot/bncim-bot-master# ruby domainatrix
ruby: No such file or directory -- domainatrix (LoadError)
root@sharkbnc:/home/bot/bncim-bot-master# gem install gemname
ERROR: Could not find a valid gem 'gemname' (>= 0) in any repository
ERROR: Possible alternatives: gemgate, gemjam, gemmate, gemme, gempage
root@sharkbnc:/home/bot/bncim-bot-master# gem install domainatrix
Fetching: addressable-2.3.8.gem (100%)
Fetching: domainatrix-0.0.11.gem (100%)
Successfully installed addressable-2.3.8
Successfully installed domainatrix-0.0.11
2 gems installed
Installing ri documentation for addressable-2.3.8...
Installing ri documentation for domainatrix-0.0.11...
Installing RDoc documentation for addressable-2.3.8...
Installing RDoc documentation for domainatrix-0.0.11...
root@sharkbnc:/home/bot/bncim-bot-master# ./bncim-bot.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- uuid (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /home/bot/bncim-bot-master/lib/mail.rb:12:in `<top (required)>'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from ./bncim-bot.rb:19:in `<main>'
root@sharkbnc:/home/bot/bncim-bot-master#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment