Sha256: 6793c184934169d012527fa3ba8f6f4a77147cdad58d5e10ffa20c26bfcdc330

Contents?: true

Size: 507 Bytes

Versions: 98

Compression:

Stored size: 507 Bytes

Contents

# frozen_string_literal: true

require 'avm/git/launcher/warp_base'

module Avm
  module Git
    module LauncherStereotypes
      class Git
        class Warp < ::Avm::Git::Launcher::WarpBase
          private

          def current_ref
            'HEAD'
          end

          def source_instance
            instance
          end

          def source_remote_name
            ::Avm::Git::LauncherStereotypes::Git::Publish::PUBLISH_GIT_REMOTE_NAME
          end
        end
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 2 rubygems

Version Path
eac_tools-0.46.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.45.2 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.45.1 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.45.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.44.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.43.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.42.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
avm-git-0.10.0 lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.41.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.40.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
avm-git-0.9.0 lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.39.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.38.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.37.2 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
avm-git-0.8.0 lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.37.1 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb
avm-git-0.7.0 lib/avm/git/launcher_stereotypes/git/warp.rb
eac_tools-0.37.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb