Skip to content

Instantly share code, notes, and snippets.

@bixu
Created September 22, 2010 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bixu/592257 to your computer and use it in GitHub Desktop.
Save bixu/592257 to your computer and use it in GitHub Desktop.
bash "install needed gems as user" do
user "user"
environment "HOME"=>"/home/user"
code <<-EOH
gem sources -a http://gems.github.com
gem install --no-rdoc --no-ri rake nokogiri hpricot builder
EOH
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment