Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsingleton/compare-gem-versions
Compares gem versions across many, related, apps
https://github.com/dsingleton/compare-gem-versions
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T16:43:26.000Z (over 10 years ago)
- Last Synced: 2024-10-12T19:46:05.066Z (3 months 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`]