Skip to content

Instantly share code, notes, and snippets.

@bryanstearns
Created March 2, 2011 01:02
Show Gist options
  • Save bryanstearns/850257 to your computer and use it in GitHub Desktop.
Save bryanstearns/850257 to your computer and use it in GitHub Desktop.
root@vbox3:/usr/local/rvm/src/rubygems-1.4.1# ls -R
.:
bin cruise_config.rb hide_lib_for_update lib Manifest.txt Rakefile README.rdoc test
ChangeLog GPL.txt History.txt LICENSE.txt pkgs README setup.rb util
./bin:
gem update_rubygems
./hide_lib_for_update:
note.txt
./lib:
gauntlet_rubygems.rb rbconfig rubygems rubygems.rb ubygems.rb
./lib/rbconfig:
datadir.rb
./lib/rubygems:
builder.rb dependency_list.rb gemcutter_utilities.rb old_format.rb security.rb text.rb
command_manager.rb dependency.rb gem_openssl.rb package server.rb uninstaller.rb
command.rb doc_manager.rb gem_path_searcher.rb package.rb source_index.rb user_interaction.rb
commands errors.rb gem_runner.rb package_task.rb source_info_cache_entry.rb validator.rb
config_file.rb exceptions.rb indexer.rb platform.rb source_info_cache.rb version_option.rb
custom_require.rb ext installer.rb remote_fetcher.rb spec_fetcher.rb version.rb
defaults.rb ext.rb install_update_options.rb requirement.rb specification.rb
dependency_installer.rb format.rb local_remote_options.rb require_paths_builder.rb test_utilities.rb
./lib/rubygems/commands:
build_command.rb dependency_command.rb install_command.rb owner_command.rb search_command.rb stale_command.rb
cert_command.rb environment_command.rb list_command.rb pristine_command.rb server_command.rb uninstall_command.rb
check_command.rb fetch_command.rb lock_command.rb push_command.rb setup_command.rb unpack_command.rb
cleanup_command.rb generate_index_command.rb mirror_command.rb query_command.rb sources_command.rb update_command.rb
contents_command.rb help_command.rb outdated_command.rb rdoc_command.rb specification_command.rb which_command.rb
./lib/rubygems/ext:
builder.rb configure_builder.rb ext_conf_builder.rb rake_builder.rb
./lib/rubygems/package:
f_sync_dir.rb tar_header.rb tar_input.rb tar_output.rb tar_reader tar_reader.rb tar_writer.rb
./lib/rubygems/package/tar_reader:
entry.rb
./pkgs:
sources
./pkgs/sources:
lib sources.gemspec
./pkgs/sources/lib:
sources.rb
./test:
bogussources.rb test_gem_commands_install_command.rb test_gem_gem_runner.rb
data test_gem_commands_list_command.rb test_gem_indexer.rb
fake_certlib test_gem_commands_lock_command.rb test_gem_installer.rb
foo test_gem_commands_mirror_command.rb test_gem_install_update_options.rb
functional.rb test_gem_commands_outdated_command.rb test_gem_local_remote_options.rb
gem_installer_test_case.rb test_gem_commands_owner_command.rb test_gem_package_tar_header.rb
gem_package_tar_test_case.rb test_gem_commands_pristine_command.rb test_gem_package_tar_input.rb
gemutilities.rb test_gem_commands_push_command.rb test_gem_package_tar_output.rb
insure_session.rb test_gem_commands_query_command.rb test_gem_package_tar_reader_entry.rb
mockgemui.rb test_gem_commands_server_command.rb test_gem_package_tar_reader.rb
plugin test_gem_commands_sources_command.rb test_gem_package_tar_writer.rb
private_key.pem test_gem_commands_specification_command.rb test_gem_package_task.rb
public_cert.pem test_gem_commands_stale_command.rb test_gem_platform.rb
rubygems test_gem_commands_uninstall_command.rb test_gem.rb
rubygems_plugin.rb test_gem_commands_unpack_command.rb test_gem_remote_fetcher.rb
simple_gem.rb test_gem_commands_update_command.rb test_gem_requirement.rb
test_config.rb test_gem_commands_which_command.rb test_gem_security.rb
test_gem_builder.rb test_gem_config_file.rb test_gem_server.rb
test_gem_command_manager.rb test_gem_dependency_installer.rb test_gem_source_index.rb
test_gem_command.rb test_gem_dependency_list.rb test_gem_spec_fetcher.rb
test_gem_commands_build_command.rb test_gem_dependency.rb test_gem_specification.rb
test_gem_commands_cert_command.rb test_gem_doc_manager.rb test_gem_stream_ui.rb
test_gem_commands_check_command.rb test_gem_ext_configure_builder.rb test_gem_text.rb
test_gem_commands_contents_command.rb test_gem_ext_ext_conf_builder.rb test_gem_uninstaller.rb
test_gem_commands_dependency_command.rb test_gem_ext_rake_builder.rb test_gem_validator.rb
test_gem_commands_environment_command.rb test_gem_format.rb test_gem_version_option.rb
test_gem_commands_fetch_command.rb test_gem_gemcutter_utilities.rb test_gem_version.rb
test_gem_commands_generate_index_command.rb test_gem_gem_path_searcher.rb test_kernel.rb
./test/data:
gem-private_key.pem gem-public_cert.pem
./test/fake_certlib:
openssl.rb
./test/foo:
discover.rb
./test/plugin:
exception load standarderror
./test/plugin/exception:
rubygems_plugin.rb
./test/plugin/load:
rubygems_plugin.rb
./test/plugin/standarderror:
rubygems_plugin.rb
./test/rubygems:
commands
./test/rubygems/commands:
crash_command.rb
./util:
CL2notes gem_prelude.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment