Sha256: 28a626e3e8cbe8c6250925c5c367c795be83d48d8ac92b604f7159336885b3ac
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
require "capistrano/smartlogging/formatter" # Capistrano's formatter configuration requires that the formatter class # be in the SSHKit::Formatter namespace. So we declare # SSHKit::Formatter::Airbrussh that simply functions as an alias for # Airbrussh::Formatter. module SSHKit module Formatter class Smartlogging < Capistrano::Smartlogging::Formatter end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-smartlogging-0.1.1 | lib/sshkit/formatter/smartlogging.rb |
capistrano-smartlogging-0.1.0 | lib/sshkit/formatter/smartlogging.rb |