stickler version 2.1.3
by Jeremy H.
Stickler
== DESCRIPTION
Stickler is a tool to organize and maintain an internal gem repository.
Primarily, you would want to use Stickler if:
- You have proprietary gems that you want to have available via a gem
server so
you may ‘gem install’ them. - You would like to have a local mirror of third party gems from either
http://rubygems.org or some other gem server. - You want both (1) and (2) in the same server.
== INSTALL
gem install stickler
== CHANGES
- Do not feed ARGV strings directly into Gem::Version
(copiousfreetime/stickler#4) - In web page, display gems in sort order, not lexical order
(copiousfreetime/stickler#16) - Make sure Rack body’s respond to #each (copiousfreetime/stickler#17)