aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix license testFabian Ruff2013-01-291-2/+2
* | bad merge, booAndre Arko2013-01-251-2/+2
* | Added -t options for `bundle gem` to generate a .travis.yml file with the cur...Nathan Broadbent2013-01-241-0/+4
* | Merge pull request #1898 from bryanwoods/masterAndré Arko2013-01-231-0/+18
|\ \
| * | Adds bundle licenses cli taskBryan Woods2012-05-041-0/+18
* | | Merge pull request #1896 from richardkmichael/sort-outdatedAndre Arko2013-01-232-5/+18
|\ \ \
| * | | Ruby 1.8.7 does not have lookbehind ; fix the regex.Richard Michael2012-05-041-1/+1
| * | | Sort `bundle outdated` output (as `bundle show`) ; add tests.Richard Michael2012-05-042-3/+16
| |/ /
* | | binstubs for gems with dev deps don't raiseAndre Arko2013-01-221-0/+33
* | | only warn about skipping bins at the endAndre Arko2013-01-221-1/+2
* | | reword binstubs helpAndre Arko2013-01-221-1/+1
* | | fix help spec on 1.8Andre Arko2013-01-201-2/+2
* | | Updated language in lib/bundler/cli.rbAndrea Goulet Ford2013-01-201-3/+3
* | | Merge pull request #2224 from ndbroadbent/editorAndré Arko2013-01-111-0/+10
|\ \ \
| * | | Added --editor option to open generated gemspec in editorNathan Broadbent2013-01-121-0/+10
* | | | Add --dry-run flag to cleanWill Farrington2013-01-061-0/+28
* | | | 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-0/+1
* | | | handle the case where the binstub already exists, also --forceTerence Lee2012-12-271-0/+39
* | | | bundle binstubs --binstubsTerence Lee2012-12-271-0/+26
* | | | initial implementation of a `bundle binstubs <gem>` commandTerence Lee2012-12-271-0/+69
* | | | slimmed down bundle bin to pull out ruby DSL info from GemfileTerence Lee2012-12-261-0/+112
|/ / /
* | | Merge pull request #2196 from rohit/outdated_return_non_zeroAndre Arko2012-12-101-0/+17
|\ \ \
| * | | outdated sets non zero exit status if outdated gems found #2021rohit2012-12-021-0/+17
* | | | Merge pull request #2201 from banyan/consistent-namingAndre Arko2012-12-071-101/+262
|\ \ \ \
| * | | | Accept consistent gem namingKohei Hasegawa2012-12-041-101/+262
| |/ / /
* | | | Merge pull request #2202 from rohit/warn_on_no_gem_folderAndré Arko2012-12-071-0/+9
|\ \ \ \
| * | | | Warn if path to gem no longer exists #2070rohit2012-12-041-0/+9
| |/ / /
* | | | Merge pull request #2205 from gkop/expand-local-override-pathsAndre Arko2012-12-061-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Expand path when setting local overrideGabe Kopley2012-12-061-0/+12
* | | | try to force rake 10.0.2 everywhereAndre Arko2012-11-302-2/+2
|/ / /
* | | Merge pull request #2184 from kcurtin/updating-docs-rspec-defaultAndre Arko2012-11-271-0/+13
|\ \ \
| * | | added rspec as default for new gems and updated docs, addresses #2179Kevin Curtin2012-11-241-0/+12
|/ / /
* | | okay, stripping whitespace on save nowAndre Arko2012-11-231-1/+1
* | | added minitest skeletonKevin Curtin2012-11-231-0/+25
* | | fix require to work with double-require protectionAndre Arko2012-11-221-1/+1
* | | modernize newgem specsAndre Arko2012-11-221-7/+7
* | | Merge pull request #2108 from MafcoCinco/masterAndré Arko2012-11-221-0/+38
|\ \ \
| * | | Added two tests to newgem_spec.rb.tt with corresponding unit tests in newgem_...Marcus Oladell2012-09-241-3/+3
| * | | Support for RSpec test framework to gem commandMarcus Oladell2012-09-241-0/+38
* | | | lock is no longer a command. where'd that come from.Andre Arko2012-11-191-5/+1
* | | | Merge pull request #2145 from sol/do-not-swallow-verbose-on-execAndre Arko2012-11-191-0/+24
* | | | clean up bad v1.2.2 mergeAndre Arko2012-11-171-1/+1
* | | | update merged specs to the new rspec expect syntaxAndre Arko2012-11-172-4/+4
* | | | Merge tag 'v1.2.2'Andre Arko2012-11-152-0/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "`clean` should not remove gems in the lockfile"Terence Lee2012-09-141-1/+24
| * | | test to ensure bundle clean works when suing BUNDLE_WITHOUT groupsTerence Lee2012-09-141-0/+18
| * | | test if no ruby version is specified for platform --rubyTerence Lee2012-09-131-0/+13