Class: Pione::LocationScheme::GitScheme

Inherits:
Pione::LocationScheme show all
Defined in:
lib/pione/location/git-scheme.rb

Overview

GitScheme is a scheme for PIONE package in git repository.

Examples:

URI.parse("git://github.com/pione/pione.git")

Constant Summary collapse

COMPONENT =
[:scheme, :host, :port, :path]