README.rdoc in rake-compiler-1.0.1 vs README.rdoc in rake-compiler-1.0.2

- old
+ new

@@ -391,10 +391,10 @@ "fat" gems from Windows hosts is desired, or natively for your platform :-) Now it's up to you to make your gem load the proper binary at runtime: begin - RUBY_VERSION =~ /(\d+.\d+)/ + RUBY_VERSION =~ /(\d+\.\d+)/ require "#{$1}/my_extension" rescue LoadError require "my_extension" end