summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [RuboCop] Update to 0.46.0seg-update-rubocopSamuel Giddins2017-01-153-19/+27
|
* Auto merge of #5326 - alyssais:patch-1, r=segiddinsThe Bundler Bot2017-01-141-1/+1
|\ | | | | | | | | | | viz: fix capitalisation of Homebrew Homebrew capitalises its name — see http://brew.sh.
| * viz: fix capitalisation of HomebrewAlyssa Ross2017-01-141-1/+1
|/ | | Homebrew capitalises its name — see http://brew.sh.
* Auto merge of #5319 - bundler:seg-release-tasks, r=indirectThe Bundler Bot2017-01-142-0/+83
|\ | | | | | | | | | | [Rakefile] Add release-related tasks This adds some scripts that I've developed to make releasing easier to the repo, so that way they're not just sitting around in random gists. It also mitigates the risk of me accidentally `git clean -dfx`-ing an uncommitted script in `bin`, which I've totally done before.
| * [Rakefile] Add release-related tasksseg-release-tasksSamuel Giddins2017-01-112-0/+83
|/
* Merge tag 'v1.14.0.pre.2'Samuel Giddins2017-01-112-2/+11
|\ | | | | | | Version 1.14.0.pre.2
| * Version 1.14.0.pre.2 with changelogv1.14.0.pre.2Samuel Giddins2017-01-112-2/+11
| |
| * Auto merge of #5312 - bundler:aa-update-appeal, r=segiddinsThe Bundler Bot2017-01-111-3/+3
| | | | | | | | | | | | | | | | update link, appeal to better natures @segiddins we can ship pre2 with this. 👍 (cherry picked from commit db84c3f8f5ed6c151690e29b3b155fc045e068d5)
| * Auto merge of #5308 - bundler:aa-post-install, r=segiddinsThe Bundler Bot2017-01-111-0/+7
| | | | | | | | | | | | | | | | Call out the costs and ask profitable Rubyists to give back None (cherry picked from commit 767e7d36857eda2c1982c4a3cd02ef2bd85d571c)
| * Auto merge of #5307 - bundler:seg-molinillo-0.5.5, r=segiddinsThe Bundler Bot2017-01-115-10/+20
| | | | | | | | | | | | | | | | Update vendored Molinillo to 0.5.5 See https://github.com/CocoaPods/Molinillo/releases/0.5.5 (cherry picked from commit 0132bc8e225f86c54a841c1828d46ddaf8d44e3c)
| * Auto merge of #5297 - bundler:seg-git-branch-hash, r=indirectThe Bundler Bot2017-01-113-5/+96
| | | | | | | | | | | | | | | | [GitProxy] Support branches containing shell metacharacters Closes #5295 (cherry picked from commit 084cbc72c7bb10977fe5826c299e662f8b0fd8b9)
| * Auto merge of #5298 - bundler:seg-cli-gem-override, r=indirectThe Bundler Bot2017-01-112-2/+32
| | | | | | | | | | | | | | | | | | | | [CLI] Dont override Kernel#gem for bundle gem Should fix #5296 Since `Kernel#require` calls into `Kernel#gem` as an instance method on `self`, overriding the `gem` method can lead to bad things happening (cherry picked from commit 513546978ab741fcba527bcc428425dce76b1e74)
| * Auto merge of #5302 - bundler:seg-open-exit, r=indirectThe Bundler Bot2017-01-112-1/+9
| | | | | | | | | | | | | | | | [CLI::Open] Support exiting when selecting gem Closes https://github.com/bundler/bundler/issues/5301 (cherry picked from commit 84494276118b76840009bf8d37d98692762609e6)
* | Auto merge of #5312 - bundler:aa-update-appeal, r=segiddinsThe Bundler Bot2017-01-101-3/+3
|\ \ | | | | | | | | | | | | | | | update link, appeal to better natures @segiddins we can ship pre2 with this. 👍
| * | update link, appeal to better naturesaa-update-appealAndre Arko2017-01-091-3/+3
|/ /
* | Auto merge of #5308 - bundler:aa-post-install, r=segiddinsThe Bundler Bot2017-01-091-0/+7
|\ \ | | | | | | | | | | | | | | | Call out the costs and ask profitable Rubyists to give back None
| * | break linesaa-post-installAndre Arko2017-01-071-1/+6
| | |
| * | Call out the costs and ask profitable Rubyists to give backAndre Arko2017-01-061-0/+2
| | |
* | | Auto merge of #5307 - bundler:seg-molinillo-0.5.5, r=segiddinsThe Bundler Bot2017-01-075-10/+20
|\ \ \ | |/ / |/| | | | | | | | | | | Update vendored Molinillo to 0.5.5 See https://github.com/CocoaPods/Molinillo/releases/0.5.5
| * | Update vendored Molinillo to 0.5.5seg-molinillo-0.5.5Samuel Giddins2017-01-065-10/+20
|/ /
* | Auto merge of #5297 - bundler:seg-git-branch-hash, r=indirectThe Bundler Bot2017-01-053-5/+96
|\ \ | | | | | | | | | | | | | | | [GitProxy] Support branches containing shell metacharacters Closes #5295
| * | [GitProxy] Use shellwords to escape user inputseg-git-branch-hashSamuel Giddins2017-01-053-5/+65
| | |
| * | [GitProxy] Support branches containing shell metacharactersSamuel Giddins2017-01-043-5/+36
|/ /
* | Auto merge of #5298 - bundler:seg-cli-gem-override, r=indirectThe Bundler Bot2017-01-042-2/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | [CLI] Dont override Kernel#gem for bundle gem Should fix #5296 Since `Kernel#require` calls into `Kernel#gem` as an instance method on `self`, overriding the `gem` method can lead to bad things happening
| * | [CLI] Fail gracefully when multiple names are passed to `bundle gem`seg-cli-gem-overrideSamuel Giddins2017-01-022-1/+20
| | |
| * | [CLI] Dont override Kernel#gem for bundle gemSamuel Giddins2017-01-011-2/+13
| | |
* | | Auto merge of #5302 - bundler:seg-open-exit, r=indirectThe Bundler Bot2017-01-042-1/+9
|\ \ \ | |/ / |/| | | | | | | | | | | [CLI::Open] Support exiting when selecting gem Closes https://github.com/bundler/bundler/issues/5301
| * | [CLI::Open] Support exiting when selecting gemseg-open-exitSamuel Giddins2017-01-022-1/+9
|/ /
* | Merge tag 'v1.14.0.pre.1'Samuel Giddins2016-12-292-1/+58
|\ \ | |/ | | | | Version 1.14.0.pre.1
| * Version 1.14.0.pre.1 with changelogv1.14.0.pre.1Samuel Giddins2016-12-292-1/+58
|/
* Auto merge of #5287 - bundler:seg-rg-1.3.6, r=segiddinsThe Bundler Bot2016-12-283-10/+14
|\ | | | | | | | | | | [RubyGemsIntegration] Restore 1.3.6 compatibility when installing Oops.
| * [MatchPlatform] Allow matching two platforms as a functionseg-rg-1.3.6Samuel Giddins2016-12-272-9/+13
| |
| * [RubyGemsIntegration] Restore 1.3.6 compatibility when installingSamuel Giddins2016-12-271-1/+1
| |
* | Auto merge of #5284 - amatsuda:mri_25, r=segiddinsThe Bundler Bot2016-12-274-2/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | Support :mri_25 platform and its variations The next ruby version is decided to be 2.5 🎉 https://github.com/ruby/ruby/commit/1a47fcadd675601c5b9c4e69d49def28fc3b61af I'm not requesting you the bundler team to rush for a new release for this, but I guess it's not too early to have this definition in master.
| * | Support :mri_25 platform and its variationsAkira Matsuda2016-12-264-2/+17
| | |
* | | Auto merge of #5278 - bundler:seg-worker-thread-creation-failure, r=indirectThe Bundler Bot2016-12-273-5/+50
|\ \ \ | | | | | | | | | | | | [Worker] Fail gracefully when creating threads fails
| * | | [Worker] Fail gracefully when creating threads failsseg-worker-thread-creation-failureSamuel Giddins2016-12-253-5/+50
| | | |
* | | | Auto merge of #5276 - bundler:seg-platform-docs, r=indirectThe Bundler Bot2016-12-2710-17/+125
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Document 1.14 platform changes See https://github.com/bundler/bundler/issues/4853 @indirect feel free to add any other docs you think might be helpful to this branch
| * | | [PostitTrampoline] Rename env varsseg-platform-docsSamuel Giddins2016-12-265-12/+12
| | | |
| * | | [Docs] Link to existing command man pagesSamuel Giddins2016-12-261-2/+2
| | | |
| * | | [Docs] Add docs for trampoliningSamuel Giddins2016-12-261-0/+18
| | | | | | | | | | | | | | | | 🎉
| * | | [Docs] Address feedback regarding platformsSamuel Giddins2016-12-262-3/+11
| | | |
| * | | Also check for docs of number & bool keys in the quality specSamuel Giddins2016-12-261-2/+10
| | | |
| * | | Ensure the quality spec is runnable on 1.8.7Samuel Giddins2016-12-261-1/+1
| | | |
| * | | [Settings] Don't try to access config file when it is ignoredSamuel Giddins2016-12-261-2/+2
| | | |
| * | | Add a spec for BUNDLE_IGNORE_CONFIGSamuel Giddins2016-12-261-0/+9
| | | |
| * | | [Settings] Make converting to bool a bit clearerSamuel Giddins2016-12-261-1/+6
| | | |
| * | | [Docs] Document using lock --add-platformSamuel Giddins2016-12-261-1/+10
| | | |
| * | | [Docs] Document disable_checksum_validationSamuel Giddins2016-12-262-1/+2
| | | |
| * | | [Docs] Document specific_platformSamuel Giddins2016-12-262-1/+3
| | | |