Project

gem-check

0.0
No commit activity in last 3 years
No release in over 3 years
See the download counts (current version & total) of your owned gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8.3
 Project Readme

gem-check

Gem Version

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

$ gem-check

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.