Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 864 Bytes

File metadata and controls

23 lines (22 loc) · 864 Bytes
title 0.8.11 Released
layout post
author fred, the rubygems robot
author_email nick@gemcutter.org
  • -y is a synonym for --include-dependencies.
  • Better handling of errors in the top level rescue clause.
  • Package list command (e.g. gem inspect GEM).
  • .gemrc now allows cvsrc-like options to set defaults per subcommand.
  • The autorequire gem spec field will now accept a list.
  • Substituted Time for Date in specs, increasing performance dramatically.
  • Fixed reported bug of gem directories ending in "-" (reported by Erik Hatcher).
  • Fixed but in installer that caused dependency installation to not work.
  • Added Paul Duncan's gem signing patch.
  • Added Mark Hubbart's Framework patch (for better integration with OS X).
  • Added David Glasser's install-from-mirror patch.
  • Additional internal structural cleanup and test reorganization.