aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | change to new expect syntax for rspecTerence Lee2012-10-0913-222/+222
* | | Default new gem's gemspec to have MIT license.Brent Wheeldon2012-09-131-0/+4
| |/ |/|
* | Suggest alternatives when typoing gem namesJonathan del Strother2012-08-211-0/+5
|/
* `clean` should not remove gems in the lockfileTerence Lee2012-08-081-24/+1
* don't remove git sources with `clean`Terence Lee2012-08-081-0/+25
* rename --no-lock to --dry-runTerence Lee2012-07-171-2/+2
* Make locking the Gemfile optional on $ bundle checkSven Fuchs2012-07-171-1/+14
* loosen ruby directive for enginesTerence Lee2012-07-121-0/+164
* Check that LICENSE.txt was created.Postmodern2012-06-211-0/+1
* Revert "return the right error code for bundle exec with ruby version"Andre Arko2012-05-261-1/+0
* return the right error code for bundle exec with ruby versionTerence Lee2012-05-251-0/+1
* spacingTerence Lee2012-05-251-2/+2
* Revert "test for 4e855b9e707b7d87f8f330f23d1280bd9a923ef7"Terence Lee2012-05-241-19/+1
* test for 4e855b9e707b7d87f8f330f23d1280bd9a923ef7Terence Lee2012-05-241-1/+19
* bundle check fails w/o Gemfile.lock and frozenTerence Lee2012-05-091-0/+14
* prepend platform list item with a *Terence Lee2012-05-041-3/+3
* rename ruby_spec.rb to platform_spec.rb to match cli commandTerence Lee2012-05-031-0/+0
* finish --ruby flag on bundle platformTerence Lee2012-05-031-4/+4
* change dsl for ruby_version to rubyTerence Lee2012-05-031-65/+133
* don't print engine information for MRITerence Lee2012-05-031-2/+2