Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bascht/stickler-mirror
Small batch wrapper around stickler gem mirror
https://github.com/bascht/stickler-mirror
Last synced: 15 days ago
JSON representation
Small batch wrapper around stickler gem mirror
- Host: GitHub
- URL: https://github.com/bascht/stickler-mirror
- Owner: bascht
- License: apache-2.0
- Created: 2013-09-12T21:07:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T21:57:20.000Z (about 11 years ago)
- Last Synced: 2024-04-26T02:43:49.028Z (7 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stickler::Mirror
Stickler mirror is a small addition to [stickler](https://github.com/copiousfreetime/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](https://github.com/copiousfreetime/stickler/issues/28)
from the official stickler repository.## Requirements
* Bundler
* A working Stickler configuration## Installation
Just install it via:
$ gem install stickler-mirror
## Usage
$ bundle
$ stickler-mirrorMirroring trollop-2.0...
Asking http://localhost:6789/ to mirror trollop-2.0 from rubygems.org : OK -> http://localhost:6789/gems/trollop-2.0.gemMirroring 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
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request