Created
September 4, 2011 06:36
-
-
Save IndianGuru/1192400 to your computer and use it in GitHub Desktop.
Rakefile stage 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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