Sha256: f9dd806b0188ac1e8329718b117c60d5803de568acb0e92f037f4da3fdb4d1d5
Contents?: true
Size: 298 Bytes
Versions: 6
Compression:
Stored size: 298 Bytes
Contents
require 'papa/task/common/deploy' module Papa module Task module Hotfix class Deploy < Common::Deploy def initialize(version) @build_type = 'hotfix' @version = version @hostname = 'hotfix' super() end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems