Sha256: ac3810708f96f25df423274f6ee22f3aab002f05962ec3bd2021662302988125
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
= Gitable Like Addressable::URI but for Git require 'gitable/uri' uri = Gitable::URI.parse('git@github.com:martinemde/gitable.git') uri.path # => 'martinemde/gitable.git' uri.user # => 'git' uri.host # => 'github.com' Works with any valid Git uri. == That's it? yep. What else did you expect? == Copyright Copyright (c) 2010 Martin Emde. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitable-0.0.1 | README.rdoc |