summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.6.1 with changelogv1.6.1Andre Arko2014-04-021-1/+1
* Handle gems without extensions, too ¬_¬Andre Arko2014-04-021-4/+4
* handle the fact that bundler doesn't get installedAndre Arko2014-04-011-1/+1
* only remove paths that are thereAndre Arko2014-04-011-1/+3
* slightly less deepAndre Arko2014-04-011-1/+3
* handle extensions from Rubygems 2.2, with testrubygems22_extsAndre Arko2014-04-011-3/+7
* only copy files that existAndre Arko2014-04-011-2/+4
* install to new dir inside root-owned dirAndre Arko2014-03-311-7/+9
* pull out repository subdirectories for RG compatAndre Arko2014-03-312-1/+8
* use named tmp for path gems tooAndre Arko2014-03-311-4/+8
* move ConfigMap into RubygemsIntegrationAndre Arko2014-03-312-1/+5
* that was duplicatedAndre Arko2014-03-311-1/+2
* per-gem tmp, copy EVERYTHING rubygems installedAndre Arko2014-03-312-8/+9
* oh ffs why was that thereAndre Arko2014-03-312-2/+2
* er, one tmp per install run. yeah.Andre Arko2014-03-311-2/+3
* remove tmp after exceptions, fix security issueAndre Arko2014-03-311-1/+2
* tmp not in /tmp? are you kidding me?Andre Arko2014-03-311-1/+1
* Use git sha as part of extension directory for git referenced gems.Dylan Thacker-Smith2014-03-302-0/+13
* Version 1.6.0 with changelogv1.6.0Andre Arko2014-03-281-1/+1
* Fix redundant and slightly silly descriptions in gem spec templateSteve Jorgensen2014-03-221-2/+2
* Avoid threequals operator where possibleAntonio Scandurra2014-03-2112-17/+17
* Version 1.6.0.rc2 with changelogv1.6.0.rc2Andre Arko2014-03-081-1/+1
* Redirect to bundler.rubygems.org if the host is rubygems.orgSmit Shah2014-03-041-1/+15
* Throw an error whenever a gem name does not conform to the C extension naming...Andre Medeiros2014-03-021-0/+8
* Git ignore build artifacts.Andre Medeiros2014-03-021-0/+5
* Added the --ext option to the gem command. This generates a skeleton for C ex...Andre Medeiros2014-03-028-7/+51
* Merge pull request #2904 from aitor/masterZachary Scott2014-03-021-14/+14
|\
| * Modified descriptions on the bundler utilities that allow extra options to cl...Aitor García2014-02-261-14/+14
* | Merge pull request #2912 from tbuehlmann/revendoring_net_http_persistentZachary Scott2014-03-021-7/+18
|\ \
| * | Revendored net/http/persistent for an HTTP Basic Auth fix. See https://github...Tobias Bühlmann2014-03-011-7/+18
| |/
* | We still need to check if other directories are writable or notSmit Shah2014-03-021-1/+1
* | Just check all the files in build_infoSmit Shah2014-03-021-2/+2
* | Check if all the files in build_info are writable or notSmit Shah2014-03-021-2/+2
* | Just learned any? iterates all the elements in the listSmit Shah2014-03-011-1/+1
* | If any file is not writable then we need sudoSmit Shah2014-03-011-1/+1
|/
* Merge pull request #2868 from lardcanoe/add_summary_to_showAndré Arko2014-02-251-2/+6
|\
| * Add summary option to 'show' cli commandSteve Frank2014-02-201-2/+6
* | Merge pull request #2898 from TimMoore/issue-2893-fix-gem-security-policies-n...André Arko2014-02-251-1/+1
|\ \
| * | Avoid a NameError when OpenSSL is unavailable.Tim Moore2014-02-241-1/+1
| |/
* | Only retry git commands that hit the network.Tim Moore2014-02-241-10/+14
* | Fail faster when git is not installed.Tim Moore2014-02-241-1/+1
* | Revert "Merge pull request #2886 from mdkent/issue-2885"Tim Moore2014-02-241-2/+1
|/
* Don't raise a warning when git cat-file fails, it's expected to.Matthew Kent2014-02-171-1/+2
* Version 1.6.0.rc with changelogv1.6.0.rcAndre Arko2014-02-181-1/+1
* Merge pull request #2823 from kgrz/fix-new-line-addition-in-config-fileAndre Arko2014-02-181-2/+2
|\
| * Use a new-line compatible regex for bundle configKashyap2014-02-011-3/+3
| * Ensure #dump doesn't add a new line in configKashyap2014-01-161-1/+1
* | Merge pull request #2869 from aughr/fetch_builtin_gemsAndre Arko2014-02-181-0/+11
|\ \
| * | Skip gems packaged with Ruby when packing.Andrew Bloomgarden2014-02-161-0/+11
* | | Merge pull request #2878 from stlay/fix_no_proxy_requestAndre Arko2014-02-181-0/+2
|\ \ \