aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* change bundle binstubs --binstubs to --pathTerence Lee2012-12-281-3/+3
* tell people how to use binstubs --force if skippingTerence Lee2012-12-281-1/+1
* remove commaTerence Lee2012-12-281-1/+1
* display warning when binstubbing bundlerTerence Lee2012-12-281-1/+5
* update cli method copyTerence Lee2012-12-271-2/+2
* handle the case where the binstub already exists, also --forceTerence Lee2012-12-272-4/+17
* bundle binstubs --binstubsTerence Lee2012-12-271-2/+6
* initial implementation of a `bundle binstubs <gem>` commandTerence Lee2012-12-272-2/+16
* bump 1.3.0.pre.4Terence Lee2012-12-261-1/+1
* extract ruby method in Dsl into its own moduleTerence Lee2012-12-263-8/+14
* `bundle install --binstubs ""` will remove binstubs optionTerence Lee2012-12-231-1/+2
* well, that was a stupid problem to have.Andre Arko2012-12-221-1/+1
* add ABI platforms :ruby_20 and :mri_20Andre Arko2012-12-201-1/+17
* today is the day of feeling dumb. fix build args.Andre Arko2012-12-201-3/+3
* Merge pull request #2221 from timoschilling/patch-1André Arko2012-12-201-1/+1
|\
| * simplify newgem.gemspec.tt, grep need no mapTimo Schilling2012-12-191-1/+1
* | Version 1.3.0.pre.3 with changelogAndre Arko2012-12-191-1/+1
* | install gems with extensions on RG 2.0pre2.2Andre Arko2012-12-191-0/+1
* | implement Gem::Command.build_args in rg integrationAndre Arko2012-12-191-3/+12
* | Revert "Better meaning for slashless :github arg."Andre Arko2012-12-191-1/+1
|/
* Pass in `--local` when running `rake install` from gem helper tasks.Utkarsh Kukreti2012-12-181-1/+1
* fix to not generate unnecessary dirKohei Hasegawa2012-12-181-1/+0
* use HTTPS for gistsNihad Abbasov2012-12-141-1/+1
* Merge pull request #1991 from trans/patch-2André Arko2012-12-131-1/+5
|\
| * Fix merge conflict with gem_push patch.7rans2012-12-081-1/+5
| |\
| | * Allow optional gem push via gem_push environment variable.7rans2012-06-171-1/+5
* | | Fix the buildrohit2012-12-112-3/+3
* | | DslError duplicates GemfileError needlesslyAndre Arko2012-12-102-6/+4
* | | what the crap? where did 128 come from.Andre Arko2012-12-101-1/+1
* | | exit 1 if gems are outdatedAndre Arko2012-12-101-5/+7
* | | Merge pull request #2196 from rohit/outdated_return_non_zeroAndre Arko2012-12-101-0/+2
|\ \ \
| * | | outdated sets non zero exit status if outdated gems found #2021rohit2012-12-021-0/+2
* | | | fix all thor codebase warningsAndre Arko2012-12-103-2/+4
* | | | fix all bundler codebase warningsAndre Arko2012-12-104-21/+22
| |/ / |/| |
* | | Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-12-081-3/+3
* | | Merge pull request #1958 from jgaskins/dsl-gistAndre Arko2012-12-081-1/+5
|\ \ \
| * | | Add :gist option for gems embedded in gistsJamie Gaskins2012-06-031-1/+5
* | | | Merge pull request #2194 from rohit/quiet_gitAndre Arko2012-12-082-2/+8
|\ \ \ \
| * | | | quiet git ouput during cloning if quiet option setrohit2012-12-011-2/+4
| * | | | add convenience method to query if quiet option setrohit2012-12-011-0/+4
| | |/ / | |/| |
* | | | Merge pull request #2198 from jisaacks/masterAndre Arko2012-12-081-0/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' of github.com:carlhuda/bundlerJohn Isaacks2012-12-031-10/+13
| |\ \ \ \
| * | | | | Use different error message if file existsJohn Isaacks2012-12-021-1/+3
| * | | | | Make PathError message more accurateJohn Isaacks2012-12-021-1/+1
* | | | | | Merge pull request #1577 from nurse/remove_useless_to_symAndre Arko2012-12-081-3/+1
|\ \ \ \ \ \
| * | | | | | Prevent making useless symbols.NARUSE, Yui2011-12-261-3/+1
* | | | | | | File.write doesn't work in ruby 1.8.7Terence Lee2012-12-081-1/+1
* | | | | | | clean up caching git gem specs, add testAndre Arko2012-12-081-8/+5
* | | | | | | only delete cached .gits once instead of once per specAndre Arko2012-12-082-4/+7
* | | | | | | Process gemspecs for gems cached from GitBrad Ison2012-12-081-1/+10