0.0
No commit activity in last 3 years
No release in over 3 years
The `gem versions` command can be used to show all versions of a gem published on Rubygems.org. Versions you have installed locally are asterisked.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0.9
= 0.8.7

Runtime

~> 0.8
 Project Readme

gem-versions -- view a gem's versions

SYNOPSIS

gem versions <GEM>

DESCRIPTION

The gem versions command can be used to show all versions of a gem published on Rubygems.org. Versions you have installed locally are asterisked.

Note you must use the exact name of the gem, not just a partial match.

It's like gem list --both <GEM> except:

  • it shows only the exact gem you specify, rather than all gems whose names start with that name;
  • it shows the results inline, i.e. with local and remote gems merged.

QUICK START

gem install gem-versions
gem versions rails

INTELLECTUAL PROPERTY

Copyright 2011 Andy Stewart boss@airbladesoftware.com.