A Ruby gem that provides a command line utility for displaying the latest versions of gems.
Tired of going to http://rubygems.org to lookup the latest version of gems? Use gemr from the command line to quickly retrieve entries for your Gemfile.
$ gem install gemr
Simply pass one or more gem names to the gemr executable, like so:
$ gemr porter rspec-rails
Finding latest gem versions...
gem "porter", "~> 1.2.1"
gem "rspec-rails", "~> 2.10.1"
The results are formatted for inclusion in your Gemfile.
Ruby 1.9.2 and up.
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2011-2012 Kenny Johnston