An open API service indexing awesome lists of open source software.

https://github.com/meissadia/gem-check

A simple ruby utility to see the download count for your owned gems.
https://github.com/meissadia/gem-check

cli command-line-tool ruby ruby-cli

Last synced: 7 months ago
JSON representation

A simple ruby utility to see the download count for your owned gems.

Awesome Lists containing this project

README

          

# gem-check
[![Gem Version](https://badge.fury.io/rb/gem-check.svg)](https://badge.fury.io/rb/gem-check)

A simple ruby utility to see the download count for your owned gems.

## Installation

$ gem install gem-check

## Usage

First, create your gem credentials file as described on [rubygems.org](https://rubygems.org/profile/edit)
```
$ gem-check
```
![gem-check](./gem-check.png)

### Options

| Flag | Description|
| :--- | :---: |
| -f | Don't save the updated stats for this run. |
| -h | Display the help screen. |
| -u | Update gem-check. |

### Note
Gem stats data stored in ~/gem-check.json

### Display

| Column | Description |
| :--- | :---: |
| Gem Version | Latest available gem version |
| Version DLs | Download count for the displayed version of the gem |
| All DLs | Total gem download count |
| (+number) | New downloads since last recorded program run |

## Dependencies
gems ~> 0.8.3
terminal-table ~> 1.6

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/meissadia/gem-check.