Sha256: 308c4be3cc523ae62cca1b7828874ed1a73f7ea19b4ef2fb8fea9baa9da4fbe2

Contents?: true

Size: 308 Bytes

Versions: 9

Compression:

Stored size: 308 Bytes

Contents

module Pione
  module LocationScheme
    # GitScheme is a scheme for PIONE package in git repository.
    #
    # @example
    #   URI.parse("git://github.com/pione/pione.git")
    class GitScheme < LocationScheme('git', :storage => false)

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pione-0.5.0 lib/pione/location/git-scheme.rb
pione-0.5.0.alpha.2 lib/pione/location/git-scheme.rb
pione-0.5.0.alpha.1 lib/pione/location/git-scheme.rb
pione-0.4.2 lib/pione/location/git-scheme.rb
pione-0.4.1 lib/pione/location/git-scheme.rb
pione-0.4.0 lib/pione/location/git-scheme.rb
pione-0.3.2 lib/pione/location/git-scheme.rb
pione-0.3.1 lib/pione/location/git-scheme.rb
pione-0.3.0 lib/pione/location/git-scheme.rb