Sha256: fa87c0f5cdfb341464596d74c896f1cb24855a156f9a14fad2bd99e436a95b4a
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
# 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" `file_resources` provides following additional file transfer actions. You can use them in your tasks. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Author - YAMASHITA Yuu (https://github.com/yyuu) - Geisha Tokyo Entertainment Inc. (http://www.geishatokyo.com/) ## License MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-file-resources-0.0.1 | README.md |