summaryrefslogtreecommitdiff
path: root/spec/other
Commit message (Expand)AuthorAgeFilesLines
* Fix exec when command contains 'exec'Andre Arko2011-09-011-0/+6
* Merge pull request #1295 from cldwalker/bundlerAndre Arko2011-08-091-0/+8
|\
| * add specs for hidden gemspec, close #827Gabriel Horner2011-07-091-0/+8
* | silence stderr on a specGabriel Horner2011-07-091-1/+1
|/
* gems provide "executables", they are rarely also "binaries"Xavier Noria2011-06-171-2/+2
* switch to sys_exec since that's what it's forAndre Arko2011-06-141-1/+1
* un-check everythingAndre Arko2011-05-243-13/+13
* newgem should require the version filerubiii2011-05-081-1/+5
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-1/+2
* fix Gem::SourceIndex.refresh! on Rubygems 1.7 and upAndre Arko2011-04-081-0/+21
* Fix the specs on rubygems 1.4.1Andre Arko2011-01-181-1/+3
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-131-1/+1
* fix the stubbed #build_gem to return a path like the real one doesAndre Arko2010-11-131-1/+3
* 'works' is the worst spec name everAndre Arko2010-11-041-2/+2
* clean up specs:Terence Lee2010-10-282-3/+3
* Go away useless use warningsAndre Arko2010-10-244-8/+8
* correctly separate out git remote creation to accomodate older git. sh_with_c...Joshua Hull2010-10-221-3/+13
* removed stupid mkdir/cd. A simple git init should work here.Joshua Hull2010-10-221-2/+0
* multistep git creation to accomodate various versions of gitJoshua Hull2010-10-221-1/+3
* removed ref fetching due to error in git 1.6Joshua Hull2010-10-201-1/+1
* consistency requires exitstatus over exit_statusAndre Arko2010-10-162-9/+9
* remove bundle :lockTerence Lee2010-10-133-82/+1
* Minor improvements to generated gemspec.Myron Marston2010-09-031-0/+1
* Fix GemHelper#install_gem so that it raises an error rather than just printin...Myron Marston2010-08-291-0/+9
* Reorganize the gem_helper specs and add missing specs for appropriate errors.Myron Marston2010-08-291-30/+53
* Raise an error if the git push fails.Myron Marston2010-08-291-0/+3
* Rename GemHelper push to releaseJoshua Hull2010-08-271-3/+3
* Add appropriate confirm messages to gem helper commands.Myron Marston2010-08-271-0/+19
* Integrate the new bundler man pages with bundle helpCarl Lerche2010-08-231-1/+27
* removed current_ prefix and fetching name and version in the same way.Joshua Hull2010-08-221-1/+1
* Fix gem templates, add specs for nested constantsAndre Arko2010-08-152-7/+20
* First gem version 0.0.1 instead of 0.0.0Andre Arko2010-08-151-3/+3
* Add exit codes for the two cases when bundler exec failsWill Leinweber2010-08-151-2/+4
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-061-0/+40
* Whitespace and stuffCarl Lerche2010-08-041-1/+1
* removed whitespaceJoshua Hull2010-08-041-1/+1
* completed spec for three main management methodsJoshua Hull2010-08-041-10/+53
* initial stab at gem generation/managementJoshua Hull2010-08-042-0/+29
* Add --gemfile as a flag for bundle check.Carl Lerche2010-08-031-0/+11
* Change the bundle check reporting strategyCarlhuda2010-08-021-15/+4
* The CLI should print a better warning on bundle check if the resolver can't g...Carlhuda2010-08-021-0/+12
* Get Bundler tests running on RSpec 2wycats2010-07-261-1/+1
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-241-3/+5
* 1.8 and 1.9 should output the same thingCarlhuda2010-07-211-1/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-211-1/+30
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-192-0/+29
* Make sure that bundle show bundler shows the correct pathCarl Lerche2010-07-151-1/+6
* Remove old .bundle/environment.rb while lockingAndre Arko2010-07-061-3/+3
* `bundle open *gem*` should try to use $BUNDLER_EDITOR if it's set.Matthew Rudy Jacobs2010-07-011-8/+18
* Refactor resolver error messages, less code and more consistencyCarlhuda2010-06-291-3/+2