@@ -9,12 +9,6 @@ Bug fixes:
99* Fixed pushing gems with the default host. Bug #495 by Utkarsh Kukreti
1010* Improved unhelpful error message from `gem owner --remove`. Bug #488 by
1111 Steve Klabnik
12- * Removed duplicate creation of gem subdirectories in
13- Gem::DependencyInstaller. Pull Request #456 by Vít Ondruch
14- * RubyGems now works with Ruby built with `--with-ruby-version=''`. Pull
15- Request #455 by Vít Ondruch
16- * RubyGems uses ENV['MAKE'] or ENV['make'] over rbconfig.rb's make if present.
17- Pull Request #443 by Erik Hollensbe
1812* Fixed typo in `gem spec` help. Pull request #563 by oooooooo
1913* Fixed creation of build_info with --install-dir. Bug #457 by Vít Ondruch.
2014* RubyGems converts non-string dependency names to strings now. Bug #505 by
@@ -23,6 +17,12 @@ Bug fixes:
2317* RubyGems now only calls fsync() on the specification when installing, not
2418 every file from the gem. This improves the performance of gem installation
2519 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
24+ * RubyGems uses ENV['MAKE'] or ENV['make'] over rbconfig.rb's make if present.
25+ Pull Request #443 by Erik Hollensbe
2626* Fixed handling of DESTDIR when building extensions. Pull request #573 by
2727 Akinori MUSHA
2828* Fixed documentation of `gem pristine` defaults (--all is not a default).
0 commit comments