Sha256: 9a7f18333fceab702893a16285c49b88ae44628a4f41f5629efcc573a97bc094

Contents?: true

Size: 449 Bytes

Versions: 26

Compression:

Stored size: 449 Bytes

Contents

# frozen_string_literal: true

require 'eac_launcher/git/warp_base'

module EacLauncher
  module Stereotypes
    class Git
      class Warp < ::EacLauncher::Git::WarpBase
        private

        def current_ref
          'HEAD'
        end

        def source_instance
          instance
        end

        def source_remote_name
          ::EacLauncher::Stereotypes::Git::Publish::PUBLISH_GIT_REMOTE_NAME
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
avm-tools-0.58.1 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.58.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.57.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.56.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.55.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.54.2 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.54.1 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.54.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.53.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.52.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.51.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.50.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.49.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.48.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.47.0 lib/eac_launcher/stereotypes/git/warp.rb
avm-tools-0.46.0 lib/eac_launcher/stereotypes/git/warp.rb
eac_launcher-0.8.0 lib/eac_launcher/stereotypes/git/warp.rb
eac_launcher-0.7.0 lib/eac_launcher/stereotypes/git/warp.rb
eac_launcher-0.6.8 lib/eac_launcher/stereotypes/git/warp.rb
eac_launcher-0.6.7 lib/eac_launcher/stereotypes/git/warp.rb