Continuous integration gem
I made a continuous integration ruby gem that does a few things:
- initialize specified apps that are not running
- checks for changes in origin git repos
- updates cloned repos if origin repo changes
- restarts the app with the new code