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.48.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.47.2 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.47.1 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.47.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.46.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.45.2 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.45.1 sub/eac_git/lib/eac_git/remote.rb
eac_git-0.14.0 lib/eac_git/remote.rb
eac_tools-0.45.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.44.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.43.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.42.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.41.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.40.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.39.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.38.0 sub/eac_git/lib/eac_git/remote.rb
eac_tools-0.37.2 sub/eac_git/lib/eac_git/remote.rb
eac_git-0.13.0 lib/eac_git/remote.rb
eac_tools-0.37.1 sub/eac_git/lib/eac_git/remote.rb