Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/readysteady/bundle-diff

Bundler plugin for showing gem diffs
https://github.com/readysteady/bundle-diff

bundler bundler-plugin ruby

Last synced: about 2 months ago
JSON representation

Bundler plugin for showing gem diffs

Awesome Lists containing this project

README

        

# bundle-diff

Bundler plugin for showing diffs of bundled gems against latest versions.

## Installation

$ gem install bundle-diff

## Usage

$ bundle diff GEMNAME

Tip: use `bundle outdated` to list installed gems with with newer versions available.

You can also specify the version of the gem to diff against:

$ bundle diff GEMNAME --version 1.2.3