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.58.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.57.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.56.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.56.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.7 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.6 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.5 sub/eac_git/lib/eac_git/remote.rb
eac_git-0.14.1 lib/eac_git/remote.rb
eac_tools-0.55.4 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.3 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.2 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.55.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.54.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.53.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.52.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.51.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.50.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.49.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.48.1 sub/eac_git/lib/eac_git/remote.rb