summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* avoid ivar warning in spec_helperAndre Arko2014-09-141-1/+1
* Sort sources in lock the same as in 1.6Andre Arko2014-08-231-3/+3
* Verify source sortingAndre Arko2014-08-231-1/+40
* Update verification of dependency API fallback.Tim Moore2014-08-191-2/+2
* update specs for RSpec 3 changesAndre Arko2014-08-162-32/+11
* Fix handling for sources with basic auth.Tim Moore2014-08-151-0/+12
* Add a spec for gems not in the pinned source.Tim Moore2014-07-301-0/+18
* Don't warn on system gems.Tim Moore2014-07-301-0/+17
* Add tests for indirect dependencies.Tim Moore2014-07-301-0/+100
* allow rubygem sources via block or :source optionAndre Arko2014-07-301-0/+52
* Separate Rubygems sources into multiple objects.Andre Arko2014-07-301-17/+122
* Extract SourceList class from Definition.Tim Moore2014-07-302-1/+279
* Detect ambiguous gems.Tim Moore2014-07-301-14/+47
* Search remote gem servers in reverse.Andre Arko2014-07-301-0/+27
* rearrange specsAndre Arko2014-07-304-63/+65
* Refactor test to use with_read_only helperPatrick Mahoney2014-07-171-13/+2
* Support read-only git gems (fixes #3092)Patrick Mahoney2014-07-172-0/+22
* depend on rspec 3 now the codebase is updatedAndre Arko2014-07-171-4/+4
* Don't include configured source credentials in lockfile.Lars Haugseth2014-07-171-0/+25
* Fix unknown constant errorJeff Taggart2014-07-121-0/+13
* load rubygems before rspecAndre Arko2014-06-151-4/+5
* Added the test to check if install --local doesn't fetch specs remotelySmit Shah2014-06-151-0/+14
* cache gems even if they are ruby builtinsAndre Arko2014-04-131-22/+17
* add ruby 2 cutoff for specsAndre Arko2014-04-131-0/+8
* root warn spec to sudo specsAndre Arko2014-04-073-26/+11
* Print warning when bundler is run by root.Jonan Scheffler2014-04-072-0/+38
* Fix deploying git gems without git (#2968)Andrew Bloomgarden2014-04-071-0/+16
* it's only a .bundle on OS X. it's a .so on TravisAndre Arko2014-04-021-4/+3
* what even is that indentationAndre Arko2014-04-021-7/+7
* require things you use sighAndre Arko2014-04-021-0/+1
* pry still doesn't work, so this is just slowdownAndre Arko2014-04-021-1/+0
* Handle gems without extensions, too ¬_¬Andre Arko2014-04-021-2/+4
* don't add a filter, just exclude if too oldAndre Arko2014-04-021-3/+1
* don't run RG 2.2 test on older RG versionsAndre Arko2014-04-011-0/+2
* handle extensions from Rubygems 2.2, with testrubygems22_extsAndre Arko2014-04-011-0/+10
* Add Rubygems metadata to RSpecAndre Arko2014-04-011-0/+4
* make the sudo test env more obviousAndre Arko2014-03-312-5/+1
* install to new dir inside root-owned dirAndre Arko2014-03-311-1/+16
* Use git sha as part of extension directory for git referenced gems.Dylan Thacker-Smith2014-03-301-0/+37
* Remove deprecation warning caused by use of failure_message_for_shouldPrathamesh Sonpatki2014-03-301-1/+1
* Avoid threequals operator where possibleAntonio Scandurra2014-03-212-3/+3
* Fixed failure in bundle gem command spec due to extra newline added in #2891Zachary Scott2014-03-021-0/+2
* Added the --ext option to the gem command. This generates a skeleton for C ex...Andre Medeiros2014-03-021-0/+18
* Add summary option to 'show' cli commandSteve Frank2014-02-201-0/+7
* Merge pull request #2823 from kgrz/fix-new-line-addition-in-config-fileAndre Arko2014-02-181-0/+14
|\
| * Use a new-line compatible regex for bundle configKashyap2014-02-011-4/+4
| * Ensure #dump doesn't add a new line in configKashyap2014-01-161-0/+14
* | Skip gems packaged with Ruby when packing.Andrew Bloomgarden2014-02-161-0/+36
* | use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-092-2/+2
* | a bit of missed RSpec 3 cleanupAndre Arko2014-02-061-7/+7