summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bump 1.3.0.pre.5v1.3.0.pre.5Terence Lee2013-01-091-1/+1
* don't check for existing binstubs, just overwrite during installTerence Lee2013-01-092-2/+2
* only hit RbConfig once vs every require for --standaloneTerence Lee2013-01-091-1/+2
* make --standalone's setup.rb ruby version agnostic /cc @carllercheTerence Lee2013-01-091-1/+4
* DRY up dry-run behavior in cleanWill Farrington2013-01-081-11/+5
* Add --dry-run flag to cleanWill Farrington2013-01-062-9/+26
* distinguish between 1.9 and 2.0 correctlyAndre Arko2013-01-061-9/+21
* 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