Add this line to your application's Gemfile:
gem 'capistrano-linuxpl', github: "blaszczakphoto/capistrano-linuxpl"
And then execute:
$ bundle
# Capfile
require 'capistrano/linuxpl'
# deploy.rb
after 'deploy:log_revision', 'deploy:restart_server'
before :deploy, :precompile_assets
after 'deploy:restart_server', 'clean_assets'
gem build capistrano-linuxpl.gemspec
gem push
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
gem "capistrano-linuxpl", path: "/home/mariusz/Projects/Ruby/capistrano-linuxpl"
bundle install