summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump 1.3.0.pre.5v1.3.0.pre.5Terence Lee2013-01-091-1/+1
|
* update changelogTerence Lee2013-01-091-0/+12
|
* don't check for existing binstubs, just overwrite during installTerence Lee2013-01-093-2/+19
|
* 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
|
* Merge pull request #2237 from wfarr/dry-run-cleanAndré Arko2013-01-094-10/+50
|\ | | | | Add --dry-run flag to clean
| * DRY up dry-run behavior in cleanWill Farrington2013-01-081-11/+5
| |
| * Add --dry-run flag to cleanWill Farrington2013-01-064-9/+55
| |
* | Fixed broken link to SemVer webpagecsgui2013-01-081-1/+1
| | | | | | | | [ci skip]
* | Revert "build against 2.0.0-rc1"Andre Arko2013-01-072-6/+3
| | | | | | | | | | | | | | It turns out we have to wait for Travis to roll out a new image. The switch to Ruby version happens before the before_script runs. :( This reverts commit 55f3199e5c3bcef78cd2aa11dbe480a847303744.
* | build against 2.0.0-rc1Andre Arko2013-01-072-3/+6
|/
* only build the release branchesAndre Arko2013-01-061-0/+6
| | | | [ci skip]
* distinguish between 1.9 and 2.0 correctlyAndre Arko2013-01-061-9/+21
| | | | via @spastorino
* update changelog datev1.3.0.pre.4Terence Lee2013-01-031-1/+1
|
* change bundle binstubs --binstubs to --pathTerence Lee2012-12-282-6/+6
|
* tell people how to use binstubs --force if skippingTerence Lee2012-12-282-2/+2
|
* remove commaTerence Lee2012-12-282-2/+2
|
* update changelog for 1.3.0.pre.4Terence Lee2012-12-281-0/+12
|
* update pre release dateTerence Lee2012-12-281-1/+1
|
* display warning when binstubbing bundlerTerence Lee2012-12-282-1/+6
|
* update cli method copyTerence Lee2012-12-271-2/+2
|
* handle the case where the binstub already exists, also --forceTerence Lee2012-12-273-4/+56
|
* bundle binstubs --binstubsTerence Lee2012-12-272-2/+32
|
* initial implementation of a `bundle binstubs <gem>` commandTerence Lee2012-12-273-2/+85
|
* 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.