Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/readysteady/bundle-diff
Bundler plugin for showing gem diffs
https://github.com/readysteady/bundle-diff
bundler bundler-plugin ruby
Last synced: 3 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: 2023-01-16T10:38:45.000Z (about 2 years ago)
- Last Synced: 2024-10-31T13:44:12.555Z (3 months ago)
- Topics: bundler, bundler-plugin, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/bundle-diff
- Size: 23.4 KB
- Stars: 44
- Watchers: 4
- 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