summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #3716 from fotanus/ignore_double_warningsAndré Arko2015-06-062-2/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Avoid showing warning messages twicefotanus@gmail.com2015-06-032-2/+6
| |/ / /
* | | | Merge pull request #3659 from fotanus/refac_installer_runAndré Arko2015-06-041-29/+34
|\ \ \ \
| * \ \ \ Merge branch 'master' into refac_installer_runfotanus@gmail.com2015-06-0340-123/+289
| |\ \ \ \ | | |/ / /
| * | | | Extract two methods from Installer#runfotanus@gmail.com2015-05-171-29/+34
* | | | | Merge tag 'v1.10.3'Samuel E. Giddins2015-06-0318-46/+92
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Version 1.10.3 with changelogv1.10.3Samuel E. Giddins2015-06-032-1/+10
| * | | Merge pull request #3707 from bundler/seg-unset-uiAndré Arko2015-06-043-1/+9
| |\ \ \
| | * | | Unset UI when yielding to other programsseg-unset-uiSamuel E. Giddins2015-06-023-1/+9
| * | | | Merge pull request #3708 from bundler/seg-allow-missing-filesAndré Arko2015-06-041-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Allow missing files when validating a specseg-allow-missing-filesSamuel E. Giddins2015-06-021-0/+4
| |/ / /
| * | | Merge pull request #3694 from bundler/seg-inline-load-pathsAndré Arko2015-06-016-17/+38
| |\ \ \
| | * | | Restrict spec for invalid specs to >= 1.7seg-inline-load-pathsSamuel E. Giddins2015-05-311-1/+1
| | * | | remove that bit of ridiculousnessAndre Arko2015-05-301-1/+0
| | * | | forward @loaded_from into _local_specificationAndre Arko2015-05-301-2/+17
| | * | | remove redundant setup_environmentAndre Arko2015-05-301-1/+0
| | * | | force-reload local specs after installing new gemsAndre Arko2015-05-302-11/+2
| | * | | Stop validating in RubyGems' packaging modeAndre Arko2015-05-302-6/+5
| | * | | [Inline] Add a spec for auto-require from endpoint specSamuel E. Giddins2015-05-301-7/+15
| | * | | [EndpointSpecification] Return local load pathsSamuel E. Giddins2015-05-302-1/+11
| * | | | [EdgecasesSpec] Dont run specs that require i18n on 1.9.2Samuel E. Giddins2015-05-311-2/+2
| * | | | [DSLSpec] Allow the error report spec to pass on 1.9.2Samuel E. Giddins2015-05-311-1/+1
| * | | | [DSLError] Override #to_s instead of #messageSamuel E. Giddins2015-05-311-2/+2
| * | | | [RubyGemsExt] ruby-graphviz is 1.9.3+Samuel E. Giddins2015-05-312-2/+2
| * | | | oh man :stuck_out_tongue_closed_eyes:Andre Arko2015-05-301-14/+16
| * | | | Hoist StubSpecification up into a fileAndre Arko2015-05-303-20/+22
| |/ / /
* | | | Merge tag 'v1.10.2'Samuel E. Giddins2015-05-306-6/+40
|\ \ \ \ | |/ / /
| * | | Version 1.10.2 with changelogv1.10.2Samuel E. Giddins2015-05-302-1/+7
| * | | [RubyGemsIntegration] Packaging mode is available on 1.7Samuel E. Giddins2015-05-291-0/+7
| * | | Merge pull request #3690 from bundler/seg-resolver-speedup-updateSamuel E. Giddins2015-05-292-5/+12
| |\ \ \
| | * | | [Resolver] Update spec for more correct error messageseg-resolver-speedup-updateSamuel E. Giddins2015-05-291-0/+3
| | * | | [Resolver] Properly calculating amount constrained when the dep is lockedSamuel E. Giddins2015-05-291-5/+9
| |/ / /
| * | | spec for gem specification validation modesAndre Arko2015-05-281-0/+14
* | | | Merge tag 'v1.10.1'Samuel E. Giddins2015-05-285-6/+25
|\ \ \ \ | |/ / /
| * | | Version 1.10.1 with changelogv1.10.1Samuel E. Giddins2015-05-282-1/+9
| * | | Merge pull request #3682 from bundler/seg-fix-chdirSamuel E. Giddins2015-05-282-2/+9
| |\ \ \
| | * | | [RubyGemsIntegration] Check for chdir monitor after its been backportedSamuel E. Giddins2015-05-282-2/+9
| |/ / /
| * | | [RubyGemsIntegration] Validate in the non-packaging modeSamuel E. Giddins2015-05-281-2/+2
| * | | [Bundler] silence warning about using uninitialized @uiSamuel E. Giddins2015-05-281-1/+1
| * | | Version 1.10.0 with changelogv1.10.0Andre Arko2015-05-282-1/+5
* | | | Merge pull request #3677 from bundler/seg-use-lockfile-nameSamuel E. Giddins2015-05-2811-22/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | [Resolver] Re-add missing parens around lockfile nameSamuel E. Giddins2015-05-281-1/+1
| * | | [Inline] Fully qualify SharedHelpers moduleseg-use-lockfile-nameSamuel E. Giddins2015-05-281-1/+1
| * | | Ensure we have resolve names for Gemfile and Gemfile.lockSamuel E. Giddins2015-05-281-2/+2
| * | | Use synchronized pwd everywhereSamuel E. Giddins2015-05-284-7/+7
| * | | Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-287-11/+11
| * | | Use the actual lockfile name in messages instead of assuming its always Gemfi...Samuel E. Giddins2015-05-286-14/+14
|/ / /
* | | Fix spacing differences on the template.Andre Medeiros2015-05-282-1/+2
* | | Fix specs for new Rakefile.Andre Medeiros2015-05-281-1/+0
* | | Update bundle gem rakefile spec for when there are extensionsSamuel E. Giddins2015-05-271-0/+3