Sha256: ad0487c6b66f18a07b6b69ad3a60aa33376994d1a174f1497ad846df6a9848fe

Contents?: true

Size: 256 Bytes

Versions: 13

Compression:

Stored size: 256 Bytes

Contents

require_relative "../scripts"
require_relative "../dated_branch_creator"

module Octopolo
  module Scripts
    class NewStaging
      include CLIWrapper

      def execute
        DatedBranchCreator.perform Git::STAGING_PREFIX
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
octopolo-0.3.3 lib/octopolo/scripts/new_staging.rb
octopolo-0.3.2 lib/octopolo/scripts/new_staging.rb
octopolo-0.3.1 lib/octopolo/scripts/new_staging.rb
octopolo-0.3.0 lib/octopolo/scripts/new_staging.rb
octopolo-0.2.1 lib/octopolo/scripts/new_staging.rb
octopolo-0.1.4 lib/octopolo/scripts/new_staging.rb
octopolo-0.2.0 lib/octopolo/scripts/new_staging.rb
octopolo-0.1.3 lib/octopolo/scripts/new_staging.rb
octopolo-0.1.2 lib/octopolo/scripts/new_staging.rb
octopolo-0.1.1 lib/octopolo/scripts/new_staging.rb
octopolo-0.1.0 lib/octopolo/scripts/new_staging.rb
octopolo-0.0.2 lib/octopolo/scripts/new_staging.rb
octopolo-0.0.1 lib/octopolo/scripts/new_staging.rb