https://github.com/dsingleton/compare-gem-versions
Compares gem versions across many, related, apps
https://github.com/dsingleton/compare-gem-versions
Last synced: 3 months ago
JSON representation
Compares gem versions across many, related, apps
- Host: GitHub
- URL: https://github.com/dsingleton/compare-gem-versions
- Owner: dsingleton
- Created: 2014-06-20T16:35:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T16:43:26.000Z (almost 12 years ago)
- Last Synced: 2025-03-04T18:28:23.344Z (over 1 year ago)
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compare Gem versions across various apps
It's intended to highlight where diferent apps have fallen out of sync with shared gems
## Config
Pass configuration as query params, supported params are;
* `token` - A Github API token
* `repos` - A comma-seperated list of repository names, qualified with user, eg `dsingleton/compare-gem-versions`
* `gems` - A comma-seperated list of gem names
* `refresh` - How often to update, in seconds [_optional_, defaults to `60`]
* `at` - A treeish (tag, branch, etc) to check against, [_optional_, defaults to `master`]