Sha256: 617a61334e314fc47a9847409b58f4eac99c58a1c990ec1750ca2524e605ec25

Contents?: true

Size: 824 Bytes

Versions: 1

Compression:

Stored size: 824 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.8.7* is tested. Rubygems *>= 1.3.7* is tested.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem-insturl-0.1.1 README.md