Sha256: 3024eb6e6d08410b7de2fe35c19085ca587c873c4e3695cb16e9f85ad8f1ec50

Contents?: true

Size: 483 Bytes

Versions: 79

Compression:

Stored size: 483 Bytes

Contents

# frozen_string_literal: true

require 'eac_git/executables'
require 'eac_git/remote_like'
require 'eac_ruby_utils/core_ext'

module EacGit
  # A Git remote repository referenced by URI.
  class Remote
    include ::EacGit::RemoteLike

    common_constructor :uri

    # @return [EacRubyUtils::Envs::Command
    def git_command(*args, &block)
      ::EacGit::Executables.git.command(*args, &block)
    end

    # @return [String]
    def remote_reference
      uri
    end
  end
end

Version data entries

79 entries across 79 versions & 2 rubygems

Version Path
eac_tools-0.84.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.84.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.83.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.82.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.81.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.80.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.79.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.78.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.77.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.77.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.76.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.76.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.75.2 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.75.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.75.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.74.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.74.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.73.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.72.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.70.1 sub/eac_git/lib/eac_git/remote.rb