1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rubygems/commands
drbrain a5dfaca00a * 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.
* lib/rubygems/defaults.rb:  ditto
* lib/rubygems/dependency_resolver.rb:  Ditto.
* lib/rubygems/source.rb:  ditto.
* lib/rubygems/spec_fetcher.rb:  ditto.
* lib/rubygems/specification.rb:  ditto.
* lib/rubygems/test_utilities.rb:  ditto.
* test/rubygems/test_gem.rb:  Test for the above.
* test/rubygems/test_gem_commands_sources_command.rb:  ditto.
* test/rubygems/test_gem_dependency_resolver_api_set.rb:  ditto.
* test/rubygems/test_gem_remote_fetcher.rb:  ditto.
* test/rubygems/test_gem_source.rb:  ditto.
* test/rubygems/test_gem_spec_fetcher.rb:  ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-02-28 22:25:55 +00:00
..
build_command.rb
cert_command.rb
check_command.rb * lib/rubygems/commands/check_command.rb: Added --doctor and --dry-run 2012-12-23 00:35:09 +00:00
cleanup_command.rb * lib/rubygems/commands/cleanup_command.rb: Clean all possible gems 2013-01-04 22:58:15 +00:00
contents_command.rb
dependency_command.rb
environment_command.rb
fetch_command.rb
generate_index_command.rb
help_command.rb
install_command.rb
list_command.rb
lock_command.rb
mirror_command.rb
outdated_command.rb
owner_command.rb
pristine_command.rb
push_command.rb * lib/rubygems/commands/push_command.rb: Fixed credential download for 2013-02-05 02:37:35 +00:00
query_command.rb * lib/rubygems/commands/query_command.rb: Refactored to improve 2012-12-19 07:19:10 +00:00
rdoc_command.rb
search_command.rb
server_command.rb
setup_command.rb
sources_command.rb * lib/rubygems/ext/builder.rb: Fix incompatibilities when installing 2013-02-28 22:25:55 +00:00
specification_command.rb
stale_command.rb
uninstall_command.rb
unpack_command.rb
update_command.rb * lib/rubygems/commands/update_command.rb: Create the installer after 2013-02-20 00:34:58 +00:00
which_command.rb
yank_command.rb