-----------
Stickler is a tool to organize and maintain an internal gem repository.
Primarily, you would want to use Stickler if:
1. You have proprietary gems that you want to have available via a gem
server so you may 'gem install' them.
2. You would like to have a local mirror of third party gems from either http://rubygems.org or some other gem server.
3. You want both (1) and (2) in the same server.
4. You happen to be in an environment with limited acccess to the
Internet
CHANGES with version 2.0.2
--------------------------
* Complete rewrite into a rack/sinatra based backend and a nice
commandline frontend.
Nice work Jeremy! I'll be using this next month for work. I owe you one (1) beer
TwP
···
On Sep 20, 2010, at 2:36 PM, Jeremy Hinegardner wrote:
Stickler version 2.0.2
by Jeremy Hinegardner Stickler
DESCRIPTION
-----------
Stickler is a tool to organize and maintain an internal gem repository.
Primarily, you would want to use Stickler if:
1. You have proprietary gems that you want to have available via a gem
server so you may 'gem install' them.
2. You would like to have a local mirror of third party gems from either http://rubygems.org or some other gem server.
3. You want both (1) and (2) in the same server.
4. You happen to be in an environment with limited acccess to the
Internet
CHANGES with version 2.0.2
--------------------------
* Complete rewrite into a rack/sinatra based backend and a nice
commandline frontend.