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 afae107a4c * lib/rubygems/package.rb: Set rubygems_version before validation.
Fixes issue with bundler.
* test/rubygems/test_gem_package.rb:  Test for above.

* lib/rubygems/remote_fetcher.rb:  Only update the cache when we have
  permission.  [ruby-trunk - Bug #7509]
* lib/rubygems/source.rb (class Gem):  ditto
* test/rubygems/test_gem_remote_fetcher.rb:  Test for above.
* lib/rubygems/test_utilities.rb:  ditto

* lib/rubygems/specification.rb:  Derive base_dir properly for default
  gems.  [ruby-trunk - Bug #7496]
* test/rubygems/test_gem_specification.rb:  Test for above.

* lib/rubygems.rb:  Untaint Dir.pwd when searching for gemdeps files
  for operation under $SAFE=1


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-12-06 05:13:08 +00:00
..
commands * lib/rubygems/commands/cleanup_command.rb: Fix cleanup command for 2012-12-01 09:52:39 +00:00
core_ext * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
ext * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
package * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
security * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
ssl_certs * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
available_set.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
command.rb * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions): 2012-11-30 16:27:52 +00:00
command_manager.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
compatibility.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
config_file.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
defaults.rb * lib/rubygems/commands/contents_command.rb: Sort output from command. 2012-11-30 00:23:15 +00:00
dependency.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
dependency_installer.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
dependency_list.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
dependency_resolver.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
deprecate.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
errors.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
exceptions.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
ext.rb * lib/rubygems: Update to RubyGems 1.8.6.1. 2011-07-27 01:40:07 +00:00
gem_runner.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
gemcutter_utilities.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
indexer.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
install_message.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
install_update_options.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
installer.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
installer_test_case.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
local_remote_options.rb * lib/rubygems: Update to RubyGems 1.8.6.1. 2011-07-27 01:40:07 +00:00
mock_gem_ui.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
name_tuple.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
package.rb * lib/rubygems/package.rb: Set rubygems_version before validation. 2012-12-06 05:13:08 +00:00
package_task.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
path_support.rb * lib/rubygems/commands/contents_command.rb: Sort output from command. 2012-11-30 00:23:15 +00:00
platform.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
psych_additions.rb * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 which 2012-04-18 00:04:12 +00:00
psych_tree.rb * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 which 2012-04-18 00:04:12 +00:00
rdoc.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
remote_fetcher.rb * lib/rubygems/package.rb: Set rubygems_version before validation. 2012-12-06 05:13:08 +00:00
request_set.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
requirement.rb * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions): 2012-11-30 16:27:52 +00:00
security.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
server.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
source.rb * lib/rubygems/package.rb: Set rubygems_version before validation. 2012-12-06 05:13:08 +00:00
source_list.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
source_local.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
source_specific_file.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
spec_fetcher.rb * lib/rubygems/spec_fetcher.rb: Allow prerelease spec fetching to fail 2012-11-30 03:28:04 +00:00
specification.rb * lib/rubygems/package.rb: Set rubygems_version before validation. 2012-12-06 05:13:08 +00:00
syck_hack.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
test_case.rb * lib/rubygems/test_case.rb: Determine path to certificates to avoid 2012-11-29 08:04:04 +00:00
test_utilities.rb * lib/rubygems/package.rb: Set rubygems_version before validation. 2012-12-06 05:13:08 +00:00
text.rb * lib/rubygems: Update to RubyGems 1.8.6.1. 2011-07-27 01:40:07 +00:00
uninstaller.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
user_interaction.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
validator.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
version.rb * lib/rubygems*: Updated to RubyGems 2.0 2012-11-29 06:52:18 +00:00
version_option.rb * lib/rubygems: Update to RubyGems 1.8.6.1. 2011-07-27 01:40:07 +00:00