Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created September 4, 2011 06:36
Show Gist options
  • Save IndianGuru/1192400 to your computer and use it in GitHub Desktop.
Save IndianGuru/1192400 to your computer and use it in GitHub Desktop.
Rakefile stage 1
directory 'vendor'
desc 'Install Ruby gems into vendor/'
task :install_gems => 'vendor' do
sh 'jruby -S gem install -i vendor rubyzip'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment