Capistrano::Configuration::Resources::PlatformResources
A sort of utilities which helps you to manage platform resources.
Installation
Add this line to your application's Gemfile:
gem 'capistrano-platform-resources'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-platform-resources
Usage
Add require
line in your Capfile
or config/deploy.rb
or so.
require "capistrano/configuration/resources/platform_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
License
MIT