Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stahnma/forge-diff
See what's new on the Puppet Forge
https://github.com/stahnma/forge-diff
Last synced: 26 days ago
JSON representation
See what's new on the Puppet Forge
- Host: GitHub
- URL: https://github.com/stahnma/forge-diff
- Owner: stahnma
- Created: 2012-06-07T22:36:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-07T22:38:41.000Z (over 12 years ago)
- Last Synced: 2023-04-12T16:22:20.796Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is small and simple project to tell what's new on forge.
# Installation
Install the following gems. No I will not include a Gemfile.(Written in ruby, developed on 1.9.3, but it will probably work on 1.8.7)
* awesome_print
* httpary
* json# Usage
Run forge_json_compare.rb.
This will create a file of modules.json. Then the next time you run it, it will compare the last downloaded copy with the current copy, that's the hack and how diffs are generated. The diff in JSON format is outputted to stdout.
Run summary.rb to get a more human-readable summary of what happened.
# Priming the diffs
I've included some older json files in the repo simply as a prime. They reallly aren't very helpful.# Patches
If you want to fix something, you should.# License
Apache 2.0 License