Sha256: 2bdd71a9c23a443ab3acba8b38cca321b8c9c1839e6d5b8b5fc17e93603edb16

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

# Latest [![Build Status](https://secure.travis-ci.org/citrus/latest.png)](http://travis-ci.org/citrus/latest)

### Latest keeps us up to speed by querying rubygems.org for a gem's most recent version number. Yep, that's all it does.

Basically I was tired of visiting `https://rubygems.org/gems/whatever-gem` to find out a gem's most recent version number.


------------------------------------------------------------------------------
Usage
------------------------------------------------------------------------------

After installing, use latest from your command line like so:


```bash
latest rails
# rails 3.2.1

latest rails spree haml
# rails 3.2.1
# spree 1.0.0
# haml 3.1.4
```


------------------------------------------------------------------------------
Installation
------------------------------------------------------------------------------

As usual, just use the `gem install` command:

```bash
gem install latest
# or
sudo gem install latest
```


------------------------------------------------------------------------------
Testing
------------------------------------------------------------------------------

Testing is done with minitest. Run the tests with:

```bash
bundle exec rake
```


------------------------------------------------------------------------------
Requirements
------------------------------------------------------------------------------

Other than rake and bundler for development, Latest has zero gem dependencies! All it requires is Ruby >= 1.9.2.


------------------------------------------------------------------------------
License
------------------------------------------------------------------------------

Copyright (c) 2011 - 2012 Spencer Steffen & Citrus, released under the New BSD License All rights reserved.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
latest-0.1.0 README.md