aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4810 - NickLaMuro:fix_git_version_for_apple_git, r=segiddinsHomu2016-07-261-0/+4
|\
| * Add Bundler::Source::Git::GitProxy#full_versionNick LaMuro2016-07-251-0/+4
| * Removes OSX/msysgit strings from git versionNick LaMuro2016-07-251-1/+1
* | [Definition] Converge locked gemspec sources to Source::GemspecSamuel Giddins2016-07-222-2/+6
|/
* [RubyGems] Avoid warning for Installer.new with a pathSamuel Giddins2016-07-201-1/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* Spec fixes for older versionsAsutosh Palai2016-07-031-1/+1
* Added unit specs for api#sourceAsutosh Palai2016-07-031-1/+1
* Mixed SharedHelpers with Plugin::APIAsutosh Palai2016-07-032-2/+1
* Separated generate_bin into source/path/installerAsutosh Palai2016-07-033-39/+42
* [GitProxy] Only try and submodule deinit on git 2.9.0+Samuel Giddins2016-06-271-1/+1
* [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+5
* Fixes for failing specs for older ruby versionAsutosh Palai2016-06-081-2/+2
* Merge branch 'master' into pluginAsutosh Palai2016-06-073-2/+20
|\
| * Auto merge of #4617 - allenzhao:path-development, r=RochesterinNYCHomu2016-06-061-0/+4
| |\
| | * Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-041-0/+4
| * | gemspec allow conflictsSamuel Giddins2016-06-042-2/+15
| * | [Inline] Install when necessarySamuel Giddins2016-05-311-0/+1
| |/
* | Removed `@options[:plugin]` from source classAsutosh Palai2016-06-013-34/+34
* | changed all source opts calls to func callAsutosh Palai2016-05-302-12/+11
* | Shifted rubygems installation to bundler classAsutosh Palai2016-05-261-10/+20
* | Added spec helper to build pluginAsutosh Palai2016-05-241-5/+3
* | Added support for git installAsutosh Palai2016-05-241-10/+19
* | Added plugin module with install functionalityAsutosh Palai2016-05-241-2/+3
|/
* Auto merge of #4386 - bundler:seg-fix-dash-pre, r=segiddinsHomu2016-05-161-1/+1
|\
| * [Git] Normalize gem versions in a manner compatible with old rubygemsSamuel Giddins2016-03-281-1/+1
| * [Git] Fix checking for equality when a version includes a -Samuel Giddins2016-03-281-1/+1
* | Ensure that `URICredentialsFilter#credential_filtered_uri` returns sameJames Wen2016-04-051-4/+4
* | Remove authentication credentials for git sources from printed `bundle instal...James Wen2016-04-031-5/+9
* | [Path] Speed up bin generation when there are many filesSamuel Giddins2016-03-281-0/+1
|/
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-092-2/+2
* Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-232-2/+2
* [Path] Set spec installed_by_version so RubyGems will know it has an extensio...Samuel Giddins2016-02-231-0/+1
* Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-231-1/+0
* don’t rebuild already-built git gem extensionsAndre Arko2016-02-232-2/+10
* wait to validate so git gems always have sourcesAndre Arko2016-02-231-1/+4
* Add helpful message and error handling for non-CGI-escaped authenticationJames Wen2016-02-161-0/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-316-6/+14
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+2
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-3/+7
* Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-5/+7
* Refactor cache slug logic into the RemoteSamuel Giddins2016-01-251-2/+16
* [Remote] Add the concept of a cache_uriSamuel Giddins2016-01-251-1/+2
* why that didn't error, I have no ideaAndre Arko2016-01-251-1/+1
* select once instead of twiceAndre Arko2016-01-251-2/+1
* [RuboCop] Fix violationsSamuel E. Giddins2016-01-251-1/+1
* Actually implement the vision for the new indexSamuel E. Giddins2016-01-251-1/+2
* Auto merge of #4143 - deepj:string-frozen-literal, r=indirectHomu2016-01-152-2/+2
|\
| * Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-162-2/+2
* | Uncolored output in GitProxy#branchAgis Anastasopoulos2016-01-141-1/+1