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
drbrain a6c92a85e4 * lib/rubygems/available_set.rb: Undent for style
* lib/rubygems/dependency_installer.rb:  Pick latest prerelease gem to
  install.  Fixes RubyGems bug #468.
* test/rubygems/test_gem_dependency_installer.rb:  Test for the above.

* lib/rubygems/dependency_installer.rb:  Don't display "Done installing
  documentation" if documentation will not be installed.
* lib/rubygems/rdoc.rb:  ditto

* lib/rubygems/dependency_list.rb:  Use Array#concat for Ruby 1.x
  performance.

* lib/rubygems/installer.rb:  Use formatted program name when comparing
  executables.  RubyGems pull request #471
* test/rubygems/test_gem_installer.rb:  Test for the above.

* lib/rubygems/package.rb:  Use more explicit feature check to work
  around JRuby bug #552

* lib/rubygems/ssl_certs/GeoTrust_Global_CA.pem:  Added GeoTrust root
  certificate.

* test/rubygems/test_gem_source_list.rb:  Use "example" instead of real
  hostname


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-02-27 23:20:57 +00:00
..
commands * lib/rubygems/commands/update_command.rb: Create the installer after 2013-02-20 00:34:58 +00:00
core_ext
ext
package * lib/rubygems/package/old.rb: Fix behavior only on ruby 1.8. 2013-02-09 00:24:55 +00:00
security * lib/rubygems/security/policy.rb: Raise proper exceptions when 2013-02-08 02:58:19 +00:00
ssl_certs * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
available_set.rb * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
command.rb
command_manager.rb
compatibility.rb Missed comment from r39079 2013-02-05 21:06:14 +00:00
config_file.rb * lib/rubygems/config_file.rb: Lazily load .gem/credentials to only 2013-02-25 07:30:41 +00:00
defaults.rb
dependency.rb
dependency_installer.rb * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
dependency_list.rb * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
dependency_resolver.rb
deprecate.rb
doctor.rb
errors.rb * doc/rubygems/*: Removed outdated documentation files 2013-02-05 20:52:28 +00:00
exceptions.rb
ext.rb
gem_runner.rb
gemcutter_utilities.rb
indexer.rb
install_message.rb
install_update_options.rb
installer.rb * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
installer_test_case.rb
LICENSE.txt * doc/rubygems/*: Removed outdated documentation files 2013-02-05 20:52:28 +00:00
local_remote_options.rb
mock_gem_ui.rb
name_tuple.rb
package.rb * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
package_task.rb
path_support.rb
platform.rb
psych_additions.rb
psych_tree.rb
rdoc.rb * lib/rubygems/available_set.rb: Undent for style 2013-02-27 23:20:57 +00:00
remote_fetcher.rb
request_set.rb
requirement.rb
security.rb
server.rb
source.rb
source_list.rb
source_local.rb
source_specific_file.rb
spec_fetcher.rb
specification.rb
syck_hack.rb
test_case.rb
test_utilities.rb
text.rb
uninstaller.rb
user_interaction.rb
validator.rb
version.rb
version_option.rb