Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  lib
  .gitignore
  CHANGELOG.md
  Gemfile
  LICENSE
  README.md
  Rakefile
  capistrano-restart-check.gemspec
Size: Mime:
  README.md

capistrano-restart-check

Check if your application has restarted completely.

Installation

Add this line to your application's Gemfile:

gem 'capistrano', '~> 3.1.0'
gem 'capistrano-restart-check'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-restart-check

Usage

Require in Capfile to use the default task:

require 'capistrano/restart-check'