Skip to content

Instantly share code, notes, and snippets.

@Maniacal
Created December 3, 2012 23:49
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 Maniacal/4199148 to your computer and use it in GitHub Desktop.
Save Maniacal/4199148 to your computer and use it in GitHub Desktop.
e = execute "yum install -y -q libxml2 libxml2-devel libxslt libxslt-devel" do
action :nothing
end
e.run_action(:run)
g = gem_package "fog" do
version "1.1.2"
action :nothing
end
g.run_action(:install)
Gem.clear_paths
require 'fog'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment