aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source/git.rb
Commit message (Expand)AuthorAgeFilesLines
* Separated generate_bin into source/path/installerAsutosh Palai2016-07-031-5/+1
* Removed `@options[:plugin]` from source classAsutosh Palai2016-06-011-13/+7
* changed all source opts calls to func callAsutosh Palai2016-05-301-3/+3
* Added spec helper to build pluginAsutosh Palai2016-05-241-5/+3
* Added support for git installAsutosh Palai2016-05-241-10/+19
* [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
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-231-1/+1
* don’t rebuild already-built git gem extensionsAndre Arko2016-02-231-0/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
* Include revision hash in Source::Git#to_sAgis Anastasopoulos2015-10-251-1/+8
* Fix Style/OpMethodVictor Koronen2015-08-141-3/+4
* Fix Style/AliasErick Sasse2015-07-231-2/+2
* Fix Style/AccessModifierIndentationErick Sasse2015-07-211-1/+1
* Fix Lint/StringConversionInInterpolationErick Sasse2015-07-201-2/+2
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-2/+2
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-6/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-10/+10
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* fix post-install messages from git and path gemsAndre Arko2015-06-081-6/+5
* [Installer] Add option to force installationSamuel E. Giddins2015-03-261-2/+2
* if no uri options passed, use an empty stringBen A Morgan2014-11-231-1/+1
* Fixed an issue with building git gems in parallelSmit Shah2014-11-181-11/+9
* Tentative fix for #3174Andre Arko2014-11-171-8/+10
* Performance: implement #hash for Source classesDov Murik2014-07-241-0/+4
* Support read-only git gems (fixes #3092)Patrick Mahoney2014-07-141-2/+3
* weirdest use of a closure everAndre Arko2014-04-071-5/+5
* turns out it's not static after all :\Andre Arko2014-04-071-1/+1
* good grief why a proc it doesn't changeAndre Arko2014-04-071-1/+1
* Use git sha as part of extension directory for git referenced gems.Dylan Thacker-Smith2014-03-301-0/+4
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* Revert "Don't change local behavior with app cache"Andre Arko2014-02-181-0/+4
* Don't change local behavior with app cacheBrandon Keepers2014-02-071-4/+0
* use Git#revision instead of a hacky replacementAndre Arko2014-01-121-4/+4
* Merge pull request #2759 from gjaldon/add-package-optionsAndre Arko2013-12-231-1/+2
|\
| * --path changes directory where 'vendor/cache' is createdGabriel Jaldon2013-12-221-1/+2
* | Make bundler display post_install_message's for gems installed via :gitAndre Arko2013-12-221-0/+3
* | Displays the previous version of the gem when run bundle updatejoyicecloud2013-09-181-2/+2
|/
* move ui messaging out of sourcesTerence Lee2013-08-271-3/+3
* Run installation in multiple processes unless host_os is WindowsKohei Suzuki2013-05-231-0/+1
* Improve messages for multi-threaded installationKohei Suzuki2013-05-231-1/+1
* stop suppressing GitError while loading specsAndre Arko2013-05-051-2/+3
* Arguably a cleaner fix for issue #2124JamesFerguson2013-03-051-2/+3
* Fix for issue #2124JamesFerguson2013-03-051-2/+2
* fix gemspec caching during bundle cacheAndre Arko2013-02-021-1/+1
* rename serialize method for clearer intentAndre Arko2013-02-021-4/+4
* run written gemspecs only at install-timeAndre Arko2013-02-021-5/+15