Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 3.6 KB

HISTORY.md

File metadata and controls

91 lines (75 loc) · 3.6 KB

Stickler Changelog

Jeremy Hinegardner jeremy@copiousfreetime.org

Version 2.4.3 - 2015-10-XX

  • Relicense as MIT

Version 2.4.2 - 2015-03-12

  • Drop support for ruby 1.8
  • Update dependencies
  • Fix mirror errors when no gem-version supplied #42
  • Fix yank/unank of non-ruby platform gems #45

Version 2.4.1 - 2014-06-11

  • Fix daemonization bug #38
  • Require minimum rubygems version #36
  • Clear all rubygems specification warnings
  • Updated dependencies to latest versions

Version 2.4.0 - 2013-11-13

Version 2.3.0 - 2013-03-09

Version 2.2.4 - 2012-02-26

Version 2.2.2 - 2012-02-13

  • Updated dependencies to latest versions
  • Added supoort for <http Basic Auth in the client

Version 2.1.4 - 2011-09-09

  • Update dependencies to newest version

Version 2.1.3 - 2011-07-24

Version 2.1.2 - 2011-03-31

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

Version 2.1.1 - 2011-03-31

  • Fix bug where stickler would only serve ruby platform gems

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

Version 2.0.1 - 2010-09-19

  • Complete rewrite using Rack and Sinatra

Version 0.1.2 - 2009-02-19

  • fix compatibility with gems 1.3.1

Version 0.1.1 - 2008-10-12

  • remove unnecessary require 'progressbar'

Version 0.1.0 - 2008-10-10