Sha256: 54b0652d424f67c01751413b5864d8d9ac2c7c207168f47894662649774bf8fd
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 Bytes
Contents
gem-insturl =========== This is a [rubygems](http://rubygems.org/) plugin that installs a gem from a URL. It add a *insturl* command to *gem*. Installation ------------- `gem install gem-insturl` Usage ------ Examples: * gem insturl *http://foo.com/bar.gem* * gem insturl *http://foo.com/bar.tar.gz* * gem insturl --git *http://foo.com/bar.git* If --git is specified, the gem is fetched by `git clone URL`; otherwise it is downloaded with `wget` (you must have [wget](http://www.gnu.org/software/wget/) in PATH) If the URL ends with `.gem`, it is directly installed with `gem install GEMNAME` after download. If it is a git repository or .zip/.tar.gz package, then it must have a valid **gemspec** file in top level directory. Requirements ------------- Ruby *>= 1.9.1* is required. I am not sure if it could work on *1.8.7*.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gem-insturl-0.1.0 | README.md |