summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add exception subclass3975Stefan Lance2015-09-111-1/+1
* Document new methodsStefan Lance2015-09-112-1/+53
* Ensure cache subdirectories are made with source names, not .gem namesStefan Lance2015-09-111-2/+3
* Don't cache globally if there is no remoteStefan Lance2015-09-111-9/+5
* Fix more failing specsStefan Lance2015-09-112-35/+8
* Modify and remove original failing specsStefan Lance2015-09-114-223/+9
* Add specStefan Lance2015-09-101-1/+47
* Add specStefan Lance2015-09-101-1/+51
* Add a passing specStefan Lance2015-09-101-0/+54
* Copy gems from local to global cache before installationStefan Lance2015-09-101-0/+9
* Add failing specStefan Lance2015-09-101-0/+17
* reorder methods for easier readingAndre Arko2015-09-101-9/+9
* rubocop fixesAndre Arko2015-09-094-6/+3
* cache the downloaded gemsAndre Arko2015-09-092-2/+35
* get specific about versionsAndre Arko2015-09-091-3/+3
* skip both empty and forward slash pathsAndre Arko2015-09-091-1/+1
* call it download_cacheAndre Arko2015-09-092-7/+9
* three tests that now fail as expectedAndre Arko2015-09-092-4/+14
* tests that do not yet failAndre Arko2015-09-092-0/+53
* ugh where did that come fromAndre Arko2015-09-091-6/+6
* Auto merge of #3939 - smlance:sml-remove-with-and-without-flags-2-0-dev, r=in...Homu2015-08-2213-134/+635
|\
| * Document new and revised methodsStefan Lance2015-08-212-13/+154
| * Clean up codeStefan Lance2015-08-201-2/+2
| * Fix failing specsStefan Lance2015-08-201-2/+7
| * Clean up codeStefan Lance2015-08-203-44/+24
| * Fix failing specsStefan Lance2015-08-201-2/+3
| * Make sure new options are set when there are group conflictsStefan Lance2015-08-202-22/+45
| * Fix conflict output formatting and specsStefan Lance2015-08-203-17/+21
| * Make optional group conflict resolution work when passed multiple groupsStefan Lance2015-08-203-22/+22
| * Allow scope flags to be placed anywhere in bundle configStefan Lance2015-08-203-11/+68
| * Refactor optional group conflict resolution codeStefan Lance2015-08-203-98/+68
| * Fix failing config_spec.rb specs [wip]Stefan Lance2015-08-192-13/+40
| * Initial fix for config_spec.rb specs [wip]Stefan Lance2015-08-192-12/+11
| * remove install --with and --without flags from code and specs [wip]Stefan Lance2015-08-1913-130/+424
|/
* Auto merge of #3827 - smlance:sml-remove-path-flag-2-0-dev, r=indirectHomu2015-08-2020-84/+163
|\
| * Remove `bundle install --path foo`Stefan Lance2015-08-1920-84/+163
|/
* Auto merge of #3834 - smlance:sml-gemfile-specs-2-0-dev, r=segiddinsHomu2015-08-1973-488/+501
|\
| * Fix failing specStefan Lance2015-08-181-1/+1
| * Fix RuboCop style violationsStefan Lance2015-08-183-3/+2
| * Use lockfile_name instead of gemfile_name in an error messageStefan Lance2015-08-182-2/+2
| * Add gemfile and lockfile named shared helper methodsStefan Lance2015-08-1822-46/+54
| * Replace hard-coded `gems.rb` strings with dynamic gemfile name methodStefan Lance2015-08-1827-82/+82
| * Fix RuboCop violations and change gemfile.5.ronn to gems.rb.5.ronnStefan Lance2015-08-189-14/+14
| * Fix failing specsStefan Lance2015-08-1820-116/+116
| * Fix mistakesStefan Lance2015-08-173-5/+5
| * Change instances of Gemfile and Gemfile.lock to gems.rb and gems.lockedStefan Lance2015-08-1738-228/+228
| * Use %w(gems.rb Gemfile)Stefan Lance2015-08-171-1/+1
| * Fix failing specsStefan Lance2015-08-172-1/+1
| * Make specs use gems.rb and gems.lockedStefan Lance2015-08-1729-143/+149
* | Auto merge of #3937 - smlance:sml-remove-cache-flag-2-0-dev, r=segiddinsHomu2015-08-185-10/+38
|\ \ | |/ |/|