Sha256: d2a97d643aa5cf21772927a45473e9f1d0a437a97cde5200b91bd29c210cf5a6

Contents?: true

Size: 854 Bytes

Versions: 1

Compression:

Stored size: 854 Bytes

Contents

# Gem I

RubyGems is so clever that if you run `gem i`, it searches a command starts with "i" then automatically falls back to the "install" command.

But once you've installed any gem command starting with "i", this would stop working.
And instaed, you'll find your self seeing a weird error message like this, probably more than 10 times every day.

    % gem i active_decorator
    ERROR:  While executing gem ... (Gem::CommandLineError)
        Ambiguous command i matches [inabox, install]

So, gem\_i is here for you.

gem\_i is a RubyGems plugin that forces your `gem` command to always invoke the `install` command by just `gem i` even if any other i\* command such as `inabox` was installed.

## Installation

    % gem install gem_i

## Usage

    % gem i kaminari (or any other gems you like)

## Contributing

Just send me your Pull Request.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem_i-0.0.1 README.md