Archives
Let’s imagine that you have something like this: 12maksim@enormo-081:~$ sudo gem list|grep hpricot hpricot (0.8.1, 0.6) Now, to use 0.6 version of hpricot in Ruby you must use following: 12gem ‘hpricot’, ‘=0.6′ require ‘hpricot’ Happy coding!
Oct 1st, 2009 | Filed under Programming Related