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.
- Host: GitHub
- URL: https://github.com/meissadia/gem-check
- Owner: meissadia
- Created: 2016-07-25T08:31:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T00:17:04.000Z (about 8 years ago)
- Last Synced: 2025-07-19T13:20:31.919Z (7 months ago)
- Topics: cli, command-line-tool, ruby, ruby-cli
- Language: Ruby
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gem-check
[](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
```

### 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.