Skip to content
/ gemr Public

A quick gem for displaying the latest versions of gems.

Notifications You must be signed in to change notification settings

kjohnston/gemr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemr

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.

Installation

$  gem install gemr

Usage

Simply pass one or more gem names to the gemr executable, like so:

$ gemr porter rspec-rails

Example Output:

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 Support

Ruby 1.9.2 and up.

License

  • Freely distributable and licensed under the MIT license.
  • Copyright (c) 2011-2012 Kenny Johnston endorse

About

A quick gem for displaying the latest versions of gems.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages