Created
February 9, 2009 21:48
-
-
Save lgs/61035 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~]# 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