Sha256: ebd3389a93961a09c5f4a279187d5abd8f2c18514d158830c2577fc465f7070a
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 Bytes
Contents
#!/usr/bin/env rake bundler_installed = !!(%x[gem list] =~ /bundler/) desc "Setup the local environment" task :setup do sh %Q!gem install bundler --no-ri --no-rdoc! unless bundler_installed sh %Q!bundle install! puts "Done!" end if bundler_installed require 'bundler' Bundler::GemHelper.install_tasks end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jtalk-rails-0.1.0 | Rakefile |