Stickler Changelog

Jeremy Hinegardner


Table of Contents

1. Version 2.1.3 - 2011-07-24
2. Version 2.1.2 - 2011-03-31
3. Version 2.1.1 - 2011-03-31
4. Version 2.1.0 - 2011-03-25
5. Version 2.0.1 - 2010-09-19
6. Version 0.1.2 - 2009-02-19
7. Version 0.1.1 - 2008-10-12
8. Version 0.1.0 - 2008-10-10

1. Version 2.1.3 - 2011-07-24

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

2. Version 2.1.2 - 2011-03-31

  • Fix bug introduced in 2.1.1 where .gemspec urls would match but .gem urls would not

3. Version 2.1.1 - 2011-03-31

  • Fix bug where stickler would only serve ruby platform gems

4. Version 2.1.0 - 2011-03-25

  • Added list client command
  • Added support for prerelease gems
  • Internal refactoring of how internal repositories are managed
  • Refactored testing and updated to rspec2
  • Switched underlying HTTP client to Excon
  • Change to ISC License

5. Version 2.0.1 - 2010-09-19

  • Complete rewrite using Rack and Sinatra

6. Version 0.1.2 - 2009-02-19

  • fix compatibility with gems 1.3.1

7. Version 0.1.1 - 2008-10-12

  • remove unnecessary require progressbar

8. Version 0.1.0 - 2008-10-10