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