Sha256: dd50e3e5f595a2ce2b499ca839397a7a684023ad09eb8237128f94ef5d866d0c

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

# Isitfree

Is a silly tiny gem that checks if there is a gem registered with the name sent as an argument.

## Installation

Add this line to your application's Gemfile:

    gem 'isitfree'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install isitfree

## Usage

```bash
isitfree nokogiri
#=> "The gem "nokogiri" exists. Sorry :("

isitfree some_silly_name
#=> "Yay! The gem "silly_name" does not exist! It's all yours!"
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
isitfree-0.0.1 README.md