aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* fix typokazu2013-03-261-1/+1
* * lib/rubygems/commands/setup_command.rb: Don't delete non-rubygemsdrbrain2013-03-115-51/+14
* ext_conf_builder.rb: use intermediate destdir alwaysnobu2013-03-101-1/+1
* * ChangeLog:drbrain2013-03-073-5/+33
* * lib/rubygems/commands/query_command.rb: Only fetch remote specs whendrbrain2013-03-059-17/+49
* * lib/rubygems.rb: Bump version to 2.0.1 for upcoming bugfix releasedrbrain2013-03-052-26/+31
* ext_conf_builder.rb: clear DESTDIRnobu2013-03-051-0/+4
* ext_conf_builder.rb: install via temporary directorynobu2013-03-041-18/+12
* ext_conf_builder.rb: remove circular dependency in install-sonobu2013-03-031-0/+3
* fix typos in r39560kazu2013-03-021-2/+2
* ext_conf_builder.rb: hack for obsolete sytle gemsnobu2013-03-021-0/+14
* ext_conf_builder.rb: use RUBYOPTnobu2013-03-021-1/+4
* ext_conf_builder.rb: build in the source directorynobu2013-03-021-23/+16
* * lib/rubygems/ext/builder.rb: Fix incompatibilities when installingdrbrain2013-02-2810-21/+96
* * lib/rubygems/available_set.rb: Undent for styledrbrain2013-02-277-87/+122
* * lib/rubygems/config_file.rb: Lazily load .gem/credentials to onlydrbrain2013-02-251-13/+26
* * 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