File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ Bug fixes:
1717* RubyGems now only calls fsync() on the specification when installing, not
1818 every file from the gem. This improves the performance of gem installation
1919 on some systems. Pull Request #556 by Grzesiek Kolodziejczyk
20- * Removed duplicate creation of gem subdirectories in
21- Gem::DependencyInstaller. Pull Request #456 by Vít Ondruch
22- * RubyGems now works with Ruby built with `--with-ruby-version=''`. Pull
23- Request #455 by Vít Ondruch
2420* Fixed handling of DESTDIR when building extensions. Pull request #573 by
2521 Akinori MUSHA
2622* Fixed documentation of `gem pristine` defaults (--all is not a default).
@@ -31,6 +27,10 @@ Bug fixes:
3127 instead of a Requirement to find the latest gem. Fixes #570 by Nick Cox.
3228* RubyGems now ignores an empty but set RUBYGEMS_HOST environment variable.
3329 Based on pull request #558 by Robin Dupret.
30+ * Removed duplicate creation of gem subdirectories in
31+ Gem::DependencyInstaller. Pull Request #456 by Vít Ondruch
32+ * RubyGems now works with Ruby built with `--with-ruby-version=''`. Pull
33+ Request #455 by Vít Ondruch
3434
3535=== 2.0.3 / 2013-03-11
3636
You can’t perform that action at this time.
0 commit comments