Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 675 Bytes

File metadata and controls

21 lines (17 loc) · 675 Bytes
title 1.3.1 Released
layout post
author fred, the rubygems robot
author_email nick@gemcutter.org

Bugs fixed:

  • Disregard ownership of ~ under Windows while creating ~/.gem. Fixes issues related to no uid support under Windows.
  • Fix requires for Gem::inflate, Gem::deflate, etc.
  • Make Gem.dir respect :gemhome value from config. (Note: this feature may be removed since it is hard to implement on 1.9.)
  • Kernel methods are now private. Patch #20801 by James M. Lawrence.
  • Gem::location_of_caller now behaves on Windows. Patch by Daniel Berger.
  • Silence PATH warning.

Deprecation Notices:

  • Gem::manage_gems will be removed on or after March 2009.