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
- Host: GitHub
- URL: https://github.com/readysteady/bundle-diff
- Owner: readysteady
- License: gpl-3.0
- Created: 2019-10-23T15:07:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T10:24:19.000Z (5 months ago)
- Last Synced: 2025-03-30T05:08:45.968Z (2 months ago)
- Topics: bundler, bundler-plugin, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/bundle-diff
- Size: 26.4 KB
- Stars: 44
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
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