aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3582 from voxik/fix-rubygems-2.2-compatibilityAndré Arko2015-04-211-0/+33
|\
| * Don't build extensions.Vít Ondruch2015-04-201-0/+3
| * Test cleanup of $LOAD_PATH.Vít Ondruch2014-12-091-0/+30
* | Merge tag 'v1.9.4'Andre Arko2015-04-131-0/+35
* | [Setup] Fix multiple non-additive invocations of Bundler.setup with different...Samuel E. Giddins2015-03-221-0/+15
* | [Inline] Remove dependence on #define_singleton_method so things work on 1.8.7Samuel E. Giddins2015-03-161-6/+4
* | [Inline] Add some basic specsSamuel E. Giddins2015-03-161-0/+90
|/
* Don't swallow LoadErrors when requiring a dashed gemAdrien2014-10-021-1/+24
* Try to find `gems.rb` and `gems.locked` if `Gemfile` is not foundAndre Medeiros2014-09-131-0/+16
* Refactor test to use with_read_only helperPatrick Mahoney2014-07-141-13/+2
* Support read-only git gems (fixes #3092)Patrick Mahoney2014-07-141-0/+8
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-2/+3
* force platform so Rubygems 2.1 will install gemsAndre Arko2013-10-201-2/+2
* Retry git commandsschneems2013-09-281-1/+1
* Less confusing message in 'use bundle exec' error message.Xavier Shay2013-08-061-1/+1
* Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-131-0/+9
* Kills some whitespace at ends of filesTad Hosford2013-07-031-1/+0
* stop suppressing GitError while loading specsAndre Arko2013-05-051-1/+1
* return to 1.x behaviour for --binstubsAndre Arko2013-02-131-2/+2
* Accepts strings for group names. Fixes #2305Luis Lavena2013-02-091-0/+13
* Adopt a test to pass after after changes in d0ad86f6f9cFabian Ruff2013-01-291-1/+1
* silently don't overwrite on --binstubsAndre Arko2013-01-221-2/+2
* don't check for existing binstubs, just overwrite during installTerence Lee2013-01-091-0/+17
* `bundle install --binstubs ""` will remove binstubs optionTerence Lee2012-12-231-0/+12
* Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-12-081-0/+22
* clean up load_gemspec a bit, organize specsAndre Arko2012-12-021-57/+0
* Revert "Merge pull request #2186 from Empact/namespaced-loaderror"Andre Arko2012-11-281-22/+0
* Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-11-261-0/+22
* YAML::Engine only exists on Ruby 1.9.Andre Arko2012-11-221-22/+22
* Continue catching ArgumentError on YAML parsing errors in order to evalWaldemar Quevedo2012-11-201-0/+57
* suppress err while testing local override errorsAndre Arko2012-11-011-4/+4
* fix buildTerence Lee2012-10-091-1/+1
* change to new expect syntax for rspecTerence Lee2012-10-096-113/+113
* fix a few warnings that show up while running specsrohit2012-10-021-2/+0
* Fix #2075. Return to old namespace behavior.Terence Lee2012-08-241-0/+18
* raise the original error mesasge hereTerence Lee2012-08-141-2/+1
* fix test case namesTerence Lee2012-08-141-2/+2
* namespace gem require logic handles case where regex failsTerence Lee2012-08-141-1/+24
* specs: check :branch for local overrides on runtimeDavid Lee2012-06-141-0/+87
* Always try to keep original GEM_PATHPiotr Sarnacki2012-06-071-0/+14
* Avoid passing RUBYOPT changes in with_clean_env block.Eric Anderson2012-01-261-2/+14
* fix relative_path so it checks Bundler.rootTerence Lee2011-12-081-0/+25
* only auto-namespace requires for implied requiresAndre Arko2011-11-301-0/+31
* standardize on >= "1.9"Andre Arko2011-10-211-1/+1
* Merge pull request #1467 from bensie/bundlerTerence Lee2011-10-031-0/+10
|\
| * Add --shebang option to bundle install to use a different executable than the...James Miller2011-10-011-0/+10
* | #1458. refactor load error testsTerence Lee2011-10-011-14/+6
* | #1458. make load error messages more generic. build passes in ruby 1.9.3Terence Lee2011-10-011-4/+11
|/