Stickler::Mirror
Stickler mirror is a small addition to stickler, which takes care of the chore of mirroring your complete Gemfile with all dependencies in a local stickler installation. This code is extracted from a pull request from the official stickler repository.
Requirements
- Bundler
- A working Stickler configuration
Installation
Just install it via:
$ gem install stickler-mirror
Usage
$ bundle
$ stickler-mirror
Mirroring trollop-2.0...
Asking http://localhost:6789/ to mirror trollop-2.0 from rubygems.org : OK -> http://localhost:6789/gems/trollop-2.0.gem
Mirroring tilt-1.4.1...
Asking http://localhost:6789/ to mirror tilt-1.4.1 from rubygems.org : OK -> http://localhost:6789/gems/tilt-1.4.1.gem
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request