0.0
No commit activity in last 3 years
No release in over 3 years
Mirror a bunch of gems via stickler
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

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

  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