summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wipexeclessAndre Arko2013-01-061-0/+15
|
* slimmed down bundle bin to pull out ruby DSL info from GemfileTerence Lee2012-12-263-0/+194
|
* 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
|
* Avoid crazy stack traces from early Ctrl-Cs, thanks @mitchellh!Terence Lee2012-12-231-0/+5
|
* `bundle install --binstubs ""` will remove binstubs optionTerence Lee2012-12-232-1/+14
|
* well, that was a stupid problem to have.Andre Arko2012-12-221-1/+1
| | | | | fixes the build on ruby-head. apparently since 2.0.0-preview2, YAML has been changed to dump strings quoted with " instead of '. This broke my uber- ghetto fake YAML parser, which included the " inside the parsed value. :(
* missed a couple changelog entriesAndre Arko2012-12-201-0/+2
| | | | [ci skip]
* test with the latest RG 2.0 previewv1.3.0.pre.3Andre Arko2012-12-202-2/+2
|
* add ABI platforms :ruby_20 and :mri_20Andre Arko2012-12-203-3/+25
| | | closes #2151
* 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 map
| * simplify newgem.gemspec.tt, grep need no mapTimo Schilling2012-12-191-1/+1
| |
* | Version 1.3.0.pre.3 with changelogAndre Arko2012-12-192-2/+10
| |
* | install gems with extensions on RG 2.0pre2.2Andre Arko2012-12-192-1/+32
| | | | | | | | | | patch: @jeremy specs: me
* | implement Gem::Command.build_args in rg integrationAndre Arko2012-12-191-3/+12
| |
* | Revert "Better meaning for slashless :github arg."Andre Arko2012-12-192-8/+1
|/ | | | | | | | | | | I am so sad that this breaks backwards compat. :( It will ship in 2.0. This reverts commit 7c8c58e0a59123177a086d66d65d9e9f2bf50105. Conflicts: spec/bundler/dsl_spec.rb
* Merge pull request #2218 from utkarshkukreti/faster-rake-installAndré Arko2012-12-171-1/+1
|\ | | | | Pass in `--local` when running `rake install` from gem helper tasks.
| * Pass in `--local` when running `rake install` from gem helper tasks.Utkarsh Kukreti2012-12-181-1/+1
|/ | | | | | - I don't see any reason why this could break anything - This speeds up installing gems significantly when you're on a slow connection
* correct link to contributeAndre Arko2012-12-171-1/+1
| | | | | fixes #2217 [ci skip]
* fix links in contributing filesAndre Arko2012-12-172-4/+4
|
* Add contributing section to readme, rewordAndre Arko2012-12-171-3/+9
|
* Merge pull request #2215 from banyan/fix-bug-of-consistent-namingAndré Arko2012-12-171-1/+0
|\ | | | | fix to not generate unnecessary dir
| * fix to not generate unnecessary dirKohei Hasegawa2012-12-181-1/+0
|/
* Merge pull request #2212 from NARKOZ/gistAndré Arko2012-12-142-3/+3
|\ | | | | use HTTPS for gists
| * use HTTPS for gistsNihad Abbasov2012-12-142-3/+3
|/
* Merge pull request #1991 from trans/patch-2André Arko2012-12-131-1/+5
|\ | | | | Allow optional gem push via gem_push environment variable.
| * 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
| | | | | | | | | | | | | | | Specs were failing because of typo and inconsistency introduced in aabdb3387e.
* | | 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-103-0/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Outdated command returns non zero exit status if outdated gems found Conflicts: CHANGELOG.md
| * | | outdated sets non zero exit status if outdated gems found #2021rohit2012-12-023-0/+25
| | | |
* | | | fix all thor codebase warningsAndre Arko2012-12-103-2/+4
| | | | | | | | | | | | | | | | | | | | - unprivatize accessor - initialize ivars
* | | | fix all bundler codebase warningsAndre Arko2012-12-104-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | - remove unused variables - renamed block-shadowed variables - double-assign variables used by erb
* | | | Merge pull request #2208 from rohit/add_clean_to_manAndré Arko2012-12-101-0/+3
|\ \ \ \ | | | | | | | | | | Add clean command to bundle man page
| * | | | Add clean command to bundle man pagerohit2012-12-101-0/+3
|/ / / / | | | | | | | | | | | | [ci skip]
* | | | Fix link to mailing listRohit Arondekar2012-12-101-1/+1
| | | | | | | | | | | | [ci skip]
* | | | more changelog updatesv1.3.0.pre.2Andre Arko2012-12-091-1/+3
| |/ / |/| |
* | | Because required files can sometimes themselves contain unrelated LoadErrors ↵Ben Woosley2012-12-082-3/+25
| | | | | | | | | | | | (e.g. during inter-gem development), run the regexps against the LoadError before the namespaced fallback check.
* | | Merge pull request #1958 from jgaskins/dsl-gistAndre Arko2012-12-082-6/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | Add :gist option for gems embedded in gists Update specs to use expect() – @indirect
| * | | Add :gist option for gems embedded in gistsJamie Gaskins2012-06-032-1/+17
| | | |
* | | | Merge pull request #2194 from rohit/quiet_gitAndre Arko2012-12-082-2/+8
|\ \ \ \ | | | | | | | | | | | | | | | Quiet git during bundle install if quiet option set
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | Give a more accurate error message
| * \ \ \ Merge branch 'master' of github.com:carlhuda/bundlerJohn Isaacks2012-12-035-82/+59
| |\ \ \ \
| * | | | | Use different error message if file existsJohn Isaacks2012-12-021-1/+3
| | | | | |