RubyGems 导航菜单

博客

返回博客文章

1.8.6 已发布

  • 1 个次要增强功能

    • 添加自动 require 并延迟 RubyGem 启动,直到调用 require。请参阅 Ruby 缺陷 #4962
  • 9 个错误修复

    • 恢复 Gem::Specification#loaded? 的行为 Ruby 缺陷 #5032
    • 清理 SourceIndex.add_specs 以使其没有那么吵闹。(tadman)
    • 在路径中添加缺少的 APPLE_GEM_HOME。
    • 将 YAML::Syck::DefaultKey 修复也扩展到 marshal_dump 中。
    • 修复 #29216:在 check_that_user_bin_dir_is_in_path 中检查正确的 bin_dir。
    • 恢复 Gem.latest_load_paths 为工作顺序(PathSupport 恢复)。
    • 恢复 GEM_HOME 的正规化。
    • 一劳永逸地处理 Syck DefaultKey 问题。
    • 修复 1.9 中“gem list -r -a”时出现的 SystemStackError。
fred, the rubygems robot