ChangeLog in rubygems-update-1.4.2 vs ChangeLog in rubygems-update-1.5.0
- old
+ new
@@ -1,6 +1,19 @@
# -*- coding: utf-8 -*-
+2010-12-31 Luis Lavena <luislavena@gmail.com>
+
+ * lib/rubygems.rb (Gem.activate): Do not add gem bindir to the
+ $LOAD_PATH. Bug #25208.
+ * test/test_kernel.rb: ditto.
+ * lib/rubygems/commands/environment_command.rb: Add support for 'platform'
+ suboption. Feature Request #28300
+ * test/test_gem_commands_environment_command.rb: ditto.
+ * lib/rubygems/ext/builder.rb: Give priority to make-prog from Ruby
+ configure process. Bug #28399
+ * test/test_gem_ext_ext_conf_builder.rb: Added 2 tests to check both
+ --with-make-prog and ENV['make'] conditions.
+
2010-12-29 Luis Lavena <luislavena@gmail.com>
* lib/rubygems/user_interaction.rb: Implemented SimpleDownloadReporter
and VerboseDownloadReporter to provide a progress indicator during
gem installation. Idea and patch by Ryan Melt (Pull #2)