=begin
In 1.9.3 the gem would generate ((%ext/bson_ext/cbson.so%)) but now it generates ((%ext/bson_ext/bson_ext%)) instead. I can't see what's wrong with ((%extconf.rb%)):
This issue was solved with changeset r39542.
Rodrigo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
lib/rubygems/ext/builder.rb: Fix incompatibilities when installing
extensions. Patch by Nobu.
[ruby-trunk - Bug #7968] [ruby-trunk - Bug #7971]
lib/rubygems/ext/ext_conf_builder.rb: ditto.
lib/rubygems/installer.rb: ditto.
test/rubygems/test_gem_ext_ext_conf_builder.rb: Test for the above.
test/rubygems/test_gem_installer.rb: ditto.
lib/rubygems/commands/sources_command.rb: Prefer HTTPS over HTTP.