aboutsummaryrefslogtreecommitdiffstats
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-182-2/+2
* Merge pull request #3852 from esasse/esasse-rubocop-7Andre Arko2015-07-183-4/+4
|\
| * Fix Style/SpaceBeforeCommaErick Sasse2015-07-173-4/+4
* | Merge pull request #3849 from esasse/esasse-rubocop-4Andre Arko2015-07-181-1/+1
|\ \
| * | Fix Style/SpaceInsideBracketsErick Sasse2015-07-171-1/+1
| |/
* / Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-173-14/+14
|/
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-1515-124/+124
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-153-5/+0
* [RuboCop] Enable Lint/BlockAlignmentSamuel E. Giddins2015-07-151-1/+1
* Update specs for moving bin/bundle to exe/bundleSamuel E. Giddins2015-07-151-1/+1
* Removes a warning in jrubyDavid Rodríguez2015-07-111-1/+1
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-163-0/+646
|\
| * specs for bundler version warningsAndre Arko2015-06-081-1/+3
| * failing specs for BUNDLED WITH preservationAndre Arko2015-06-081-0/+55
| * move the base install/update specs into commandsAndre Arko2015-06-052-0/+589
* | Merge pull request #3679 from akihiro17/check-commandAndré Arko2015-06-091-0/+13
|\ \
| * | Run ``` bundle check ``` with ``` disable_shared_gems ``` set to '1' if --pat...akihiro172015-05-301-0/+13
* | | Merge tag 'v1.10.3'Samuel E. Giddins2015-06-031-1/+1
|\ \ \ | |/ / |/| / | |/
| * [RubyGemsExt] ruby-graphviz is 1.9.3+Samuel E. Giddins2015-05-311-1/+1
* | Fix spacing differences on the template.Andre Medeiros2015-05-281-1/+0
* | Update bundle gem rakefile spec for when there are extensionsSamuel E. Giddins2015-05-271-0/+3
|/
* we have a condition for thatAndre Arko2015-05-181-1/+1
* [LicensesSpec] Update for helper-built gems having licensesSamuel E. Giddins2015-05-171-1/+1
* skip config warning when new value is unchangedAndre Arko2015-05-161-1/+1
* #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-161-0/+9
* skip viz specs on 1.8.7Andre Arko2015-05-141-1/+1
* Allow bundle viz to work with dependencies satisfied by prereleases.Adam Prescott2015-05-111-0/+34
* remove double letAndre Arko2015-05-111-3/+2
* [Lockfile] Make the BUNDLED WITH section backwards compatibleSamuel E. Giddins2015-05-061-1/+1
* show groups in non-verbose mode, fix NoMethodErrorAndre Arko2015-05-031-5/+0
* Merge tag 'v1.9.6'Andre Arko2015-05-031-0/+3
|\
| * Merge tag 'v1.8.9' into 1-9-stableAndre Arko2015-05-021-0/+3
| |\
| | * Merge tag 'v1.7.15' into 1-8-stableAndre Arko2015-05-021-0/+3
| | |\
| | | * simpler config specAndre Arko2015-03-301-2/+2
| | | * add quoting tests from #3338Andre Arko2015-03-301-0/+22
| | | * set global config before creating gemsAndre Arko2015-03-301-0/+5
| * | | A gem extending an existing const should be creatableAkira Matsuda2015-04-301-0/+29
| * | | Improve generating module name from gem name in gem generatorJan Lelis2015-04-301-0/+9
| * | | Fix another failing spec.Tim Moore2015-04-121-1/+0
| * | | always remove the push guard on RG < 2.0Andre Arko2015-04-091-0/+17
| * | | fix newgem spec for new push guardAndre Arko2015-04-081-6/+1
| * | | make executables executable, and test themAndre Arko2015-03-271-0/+5
* | | | A gem extending an existing const should be creatableAkira Matsuda2015-04-301-0/+29
* | | | Merge tag 'v1.9.4'Andre Arko2015-04-132-9/+25
* | | | lock spec expects BUNDLED WITH tooAndre Arko2015-04-051-0/+3
* | | | Clean up parallel installerAndre Arko2015-04-011-11/+11
* | | | Merge pull request #3521 from smlance/verbose_outdated_outputAndre Arko2015-04-011-0/+20
|\ \ \ \
| * | | | Update outdated_spec.rbStefan Lance2015-03-271-2/+0
| * | | | Make `outdated` output more "grepable"Stefan Lance2015-03-271-0/+22
* | | | | Merge pull request #3483 from janlelis/masterAndré Arko2015-04-011-0/+9
|\ \ \ \ \