aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 changelogAndre 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
|\ \ \
| * | | Change else to elsif so that regular users just get the ENV variables.HINOHARA Hiroshi2014-02-171-1/+1
| * | | Pass nil to net_http as proxy parameter not to use environment variablesHINOHARA Hiroshi2014-02-131-0/+2
| |/ /
* | | Revert "Don't change local behavior with app cache"Andre Arko2014-02-181-0/+4
* | | Fix typo; before: Create new Pull Request; after Create a new Pull RequestJun Hiroe2014-02-161-1/+1
* | | Fix typo lock_gems -> locked_gems.Tim Moore2014-02-151-1/+1
* | | Adding condition to ensure current is not nilSmit Shah2014-02-131-1/+1
|/ /
* | Merge pull request #2871 from tbuehlmann/patch-1André Arko2014-02-121-1/+1
|\ \
| * | Using https instead of httpTobias Bühlmann2014-02-091-1/+1
* | | Inline the clone_command variable.Tim Moore2014-02-121-2/+1
* | | Always pass --quiet to git clone.Tim Moore2014-02-121-3/+2
* | | Debug resolver once the find_conflict is doneSmit Shah2014-02-121-5/+2
* | | remove unused variablesSHIBATA Hiroshi2014-02-091-4/+3
* | | use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-094-9/+9
|/ /
* | Version 1.6.0.pre.2 with changelogAndre Arko2014-02-071-1/+1
* | Don't change local behavior with app cacheBrandon Keepers2014-02-071-4/+0
* | undo merge that broke parallel installsAndre Arko2014-02-061-8/+19
* | fix merging reverted commitAndre Arko2014-02-061-3/+1
* | clean up git_source codeAndre Arko2014-02-061-26/+18
* | extract creating the default sourcesAndre Arko2014-02-061-7/+10
* | why did those even start with underscoresAndre Arko2014-02-061-11/+7
* | fix breaking merge from 1.5.3Andre Arko2014-02-061-2/+1
* | Merge pull request #2850 from strzalek/custom-git-hostsAndre Arko2014-02-061-14/+43
|\ \
| * | Add #git_source to define custom git sourcesLukasz Strzalkowski2014-02-031-14/+43
* | | Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-064-33/+10
|\ \ \
| * | | Version 1.5.3 with changelogAndre Arko2014-02-061-1/+1
| * | | Revert "reinstalls gem if gem dir is missing but spec exists"Andre Arko2014-02-061-12/+1
| * | | specs that work on RSpec 3Andre Arko2014-02-051-1/+1
| * | | Pick n-1 jobs by defaultSmit Shah2014-01-221-1/+1
| * | | Version 1.5.2 with changelogAndre Arko2014-01-101-1/+1
| * | | Fix #2813: Ignore self dependencyKohei Suzuki2014-01-101-4/+8
| * | | Merge tag 'v1.3.6' into 1-5-stableAndre Arko2014-01-095-6/+6
| |\ \ \
| | * | | Version 1.3.6 with changelogAndre Arko2014-01-091-1/+1
| | * | | Revert "Set --no-cache when bundle install --local is called."Andre Arko2014-01-091-3/+1
| | * | | Fix Rubygems integration with 1.8.0-1.8.19Andre Arko2014-01-091-6/+13
| | * | | handle default gems in ruby 1.9Andre Arko2014-01-091-0/+4
| | * | | count default gems as installedAndre Arko2014-01-091-5/+3
| | * | | Set binstubs permissions using umaskVladimir Yarotsky2014-01-031-1/+1
| | * | | reinstalls gem if gem dir is missing but spec existsTerence Lee2013-12-241-1/+9
| | * | | [wip] fix build for the following exception:Zachary Scott2013-12-181-1/+1
| | * | | fix build for Ruby 2.1.0Terence Lee2013-12-171-3/+8
| | * | | Handle cross-host redirects with plain Net::HTTPGustav Munkby2013-10-251-1/+6
| | * | | Pass `-z` arg to git ls-files & split on null charJason Petersen2013-09-121-1/+1