mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
gemdiff is a command-line tool to find source code for ruby gems. You can compare source code differences between the current version of a gem in your bundle and the version of the gem that would be installed with bundle update <gem> (or any two versions of a gem). gemdiff connects gem version management (rubygems + bundler) with source code (GitHub). WWW: https://github.com/teeparham/gemdiff
7 lines
397 B
Text
7 lines
397 B
Text
gemdiff is a command-line tool to find source code for ruby gems. You can
|
|
compare source code differences between the current version of a gem in your
|
|
bundle and the version of the gem that would be installed with bundle update
|
|
<gem> (or any two versions of a gem). gemdiff connects gem version management
|
|
(rubygems + bundler) with source code (GitHub).
|
|
|
|
WWW: https://github.com/teeparham/gemdiff
|