Capistrano::Configuration::Resources::FileResources
A sort of utilities which helps you to manage file resources.
Installation
Add this line to your application's Gemfile:
gem 'capistrano-file-resources'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-file-resources
Usage
Add require line in your Capfile or config/deploy.rb or so.
require "capistrano/configuration/resources/file_resources"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Author
- YAMASHITA Yuu (https://github.com/yyuu)
- Geisha Tokyo Entertainment Inc. (http://www.geishatokyo.com/)
License
MIT