Sha256: 5a0f1f63e844a7ad12e4935c1426a59a6781c00b5ab1805d28899add3ded2083
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
require 'rake' namespace 'bundler' do desc "Remove local bundle repository" task :clean do Wukong::Deploy.logger.info "Removing local bundle at /.bundle and /bundle" sh "rm -rf .bundle bundle" Wukong::Deploy.logger.info "Make sure to run 'bundle install --standalone' to re-create the bundle" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wukong-deploy-0.0.2 | lib/wukong-deploy/tasks.rb |
wukong-deploy-0.0.1 | lib/wukong-deploy/tasks.rb |