Sha256: cf5f0187f8150eb4fc6657c805624ecb058f5f692b64eed7f325f3c606ed7ca1
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 Bytes
Contents
# An opinionated Rainbows for Vlad This plugin simply executes the tasks 'app:start' and 'app:stop' by 'run_rake'. All of which are your responsibility to implement. ## Description A [Vlad](http://rubyhitsquad.com/Vlad_the_Deployer.html) plugin for controlling [Rainbows](http://rainbows.rubyforge.org/). ## Installation ### Bundler Add the following to your Gemfile. gem "vlad-rainbows" ## Usage In your rake file do the following: begin require "vlad" Vlad.load :app => :rainbows rescue LoadError puts $! end ## Credits John Barnette's [vlad-git](https://github.com/jbarnette/vlad-git), for which this was based on. ## Copyright Copyright 2011 Vlad contributors, John Dewey (john@dewey.ws)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vlad-rainbows-0.1.5 | README.md |