Stickler 2.1.3 is released

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:

  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.

== 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)