aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* * lib/rubygems/installer.rb (build_extensions): Create extensiondrbrain2013-02-211-0/+3
* * lib/rubygems/commands/update_command.rb: Create the installer afterdrbrain2013-02-201-1/+6
* * lib/rubygems/installer.rb: Use gsub instead of gsub! to avoiddrbrain2013-02-191-1/+3
* * lib/rubygems/installer.rb: Fixed placement of executables withdrbrain2013-02-181-0/+1
* * lib/rubygems/package/old.rb: Fix behavior only on ruby 1.8.drbrain2013-02-092-6/+5
* * lib/rubygems/security/policy.rb: Raise proper exceptions whendrbrain2013-02-081-6/+28
* * lib/rubygems/config_file.rb: Add missing require fordrbrain2013-02-082-7/+8
* * lib/rubygems/package/old.rb: Fix loading old format gems on rubydrbrain2013-02-071-3/+13
* * lib/rubygems/package/old.rb: Disallow installation of old-formatdrbrain2013-02-071-0/+20
* * lib/rubygems/dependency_installer.rb: Only install local gems ifdrbrain2013-02-071-1/+1
* * lib/rubygems/package.rb: Ensure digests are generated for signing.drbrain2013-02-072-6/+22
* Missed comment from r39079zzak2013-02-051-1/+1
* * doc/rubygems/*: Removed outdated documentation fileszzak2013-02-053-1/+57
* * lib/rubygems/config_file.rb: Ignore permissions check on windows.drbrain2013-02-051-0/+1
* * lib/rubygems/commands/push_command.rb: Fixed credential download fordrbrain2013-02-057-26/+86
* * lib/rubygems/compatibility.rb: Hide compatibility shims from RDocdrbrain2013-01-253-0/+8
* * lib/rubygems/test_case.rb: Use Dir.tmpdir for rubygems tests insteaddrbrain2013-01-221-2/+13
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Removekou2013-01-171-0/+1
* * lib/rubygems/installer.rb: Untaint string when checking outputdrbrain2013-01-172-0/+7
* * .document: Removed extra spacedrbrain2013-01-161-0/+1
* * lib/rubygems/commands/cleanup_command.rb: Clean all possible gemsdrbrain2013-01-041-50/+98
* * lib/rubygems/doctor.rb: Process directories in order in case thedrbrain2013-01-041-9/+10
* * lib/rubygems/commands/check_command.rb: Added --doctor and --dry-rundrbrain2012-12-237-48/+271
* * lib/rubygems/commands/query_command.rb: Refactored to improvedrbrain2012-12-194-79/+137
* * lib/rubygems/specification.rb: Fixed ruby output of requirementsdrbrain2012-12-181-1/+4
* * lib/rubygems/commands/rdoc_command.rb: When overwritingdrbrain2012-12-143-43/+63
* Revert r38296 and r38301naruse2012-12-111-5/+0
* More debug print for r38296naruse2012-12-101-0/+2
* Add debug print to debug make dist error on rubyci FreeBSDnaruse2012-12-101-0/+3
* * lib/rubygems/ext/cmake_builder.rb: Added a builder for cmake.drbrain2012-12-103-0/+17
* * lib/rubygems/package.rb: Omit directories when packaging gems likedrbrain2012-12-101-0/+2
* * lib/rubygems/commands/cleanup_command.rb: Skip default gems whendrbrain2012-12-084-15/+28
* * lib/rubygems/command_manager.rb: Removed string concatenationdrbrain2012-12-067-15/+14
* * lib/rubygems/package.rb: Set rubygems_version before validation.drbrain2012-12-065-15/+18
* * lib/rubygems/commands/cleanup_command.rb: Fix cleanup command fordrbrain2012-12-011-1/+2
* * lib/rubygems/specification.rb: Don't add default gems to $LOAD_PATHdrbrain2012-12-011-0/+2
* * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions):usa2012-11-302-2/+10
* * lib/rubygems/specification.rbusa2012-11-301-4/+6
* * lib/rubygems/package.rb: Load YAML for building gems.drbrain2012-11-301-0/+1
* * lib/rubygems/commands/setup_command.rb: Remove old files on installdrbrain2012-11-301-2/+27
* * lib/rubygems/spec_fetcher.rb: Allow prerelease spec fetching to faildrbrain2012-11-301-3/+13
* * lib/rubygems/commands/contents_command.rb: Sort output from command.drbrain2012-11-303-3/+10
* remove trainling spacesnobu2012-11-292-3/+3
* * lib/rubygems/test_case.rb: Determine path to certificates to avoiddrbrain2012-11-291-3/+5
* * lib/rubygems/test_case.rb: Disable loading of keys and certificatesdrbrain2012-11-291-3/+12
* * lib/rubygems*: Updated to RubyGems 2.0drbrain2012-11-29104-4355/+7043
* * lib/rubygems/installer.rb (check_that_user_bin_dir_is_in_path):naruse2012-09-281-1/+7
* * lib/rubygems/test_case.rb: run test with psych if exist.naruse2012-08-221-0/+5
* remove trainling spaces.nobu2012-08-211-1/+1
* * lib/rubygems/platform.rb (Gem::Platform#initialize): Support patternnaruse2012-07-301-1/+1