Skip to content

Instantly share code, notes, and snippets.

@lgs
Created February 9, 2009 21:48
Show Gist options
  • Save lgs/61035 to your computer and use it in GitHub Desktop.
Save lgs/61035 to your computer and use it in GitHub Desktop.
[~]# gem install www-delicious
ERROR: Error installing www-delicious:
www-delicious requires RubyGems version = 1.2
[~]# gem sources
*** CURRENT SOURCES ***
http://gems.rubyforge.org/
http://gems.github.com
[~]# gem search www-delicious --remote
*** REMOTE GEMS ***
ideaoforder-www-delicious (0.2.1)
lgs-www-delicious (0.2.1)
www-delicious (0.2.0)
[~]# gem -v
1.3.1
[~]# uname -a
Linux host42.hostmonster.com 2.6.27-6_1.intel.BHsmp #1 SMP Thu Nov 13 15:27:29 MST 2008 x86_64 x86_64 x86_64 GNU/Linux
[~]# ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux]
[~]# rails -v
Rails 2.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment