Merge remote branch 'pupeno/master'

This commit is contained in:
Raphael 2010-12-17 11:57:17 -08:00
commit 60c5f03645

View file

@ -16,6 +16,9 @@ end
execute "JAVA!! for Jammit" do
command "yum install -y java"
end
execute "rvm deps" do
command "yum install -y bzip2"
end
def harden_ruby(ruby_string)
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|