Sha256: 1f2f8c8ced971a7395e3fbd006143485c6737cc78b10c911a1ded3f32c719ebc
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# Build::Cloud Tools for building resources in AWS} ## Installation Add this line to your application's Gemfile: gem 'build-cloud' And then execute: $ bundle Or install it yourself as: $ gem install build-cloud ## Usage See the command line help for `build-cloud`. ## Changelog 2014-09-15 - version 0.0.3 - now accepts multiple files to `--config`. The second and subsequent files are merged into the first YAML file in order, ahead of any files specified in a `:include` list in the first YAML file. 2014-06-23 - version 0.0.2 - now accepts an array of files in the `:include` key in the given YAML config file. The files are merged in to the config file in the order that they are given. 2014-05-27 - version 0.0.1 - initial version. ## Contributing 1. Fork it ( http://github.com/<my-github-username>/build-cloud/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
build-cloud-0.0.3 | README.md |