Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 305 Bytes

File metadata and controls

12 lines (10 loc) · 305 Bytes
title 1.4.2 Released
layout post
author fred, the rubygems robot
author_email nick@gemcutter.org

Bug fixes:

  • Gem::Versions: "1.b1" != "1.b.1", but "1.b1" eql? "1.b.1". Fixes gem indexing.
  • Fixed Gem.find_files.
  • Removed otherwise unused #find_all_dot_rb. Only 6 days old and hella buggy.