summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge #7376Bundlerbot2019-10-301-0/+7
|\
| * Remove respond_to? check for metadata methodOrien Madgwick2019-10-211-1/+1
| * bundle info prints gem metadataOrien Madgwick2019-10-061-0/+7
* | Fix help with command aliasesfix_help_with_command_aliasesDavid Rodríguez2019-10-301-2/+20
* | Add "ex", and "exe" to "bundle exec" aliasesDavid Rodríguez2019-10-301-2/+3
* | Extract aliases to a constant for later reusageDavid Rodríguez2019-10-301-6/+19
* | Consistently define aliases after command definitionsDavid Rodríguez2019-10-301-3/+8
* | Normalize "list" alias with the rest of alias defsDavid Rodríguez2019-10-301-1/+1
* | Reformat constant definitionDavid Rodríguez2019-10-301-3/+1
* | Merge #7389Bundlerbot2019-10-302-13/+11
|\ \
| * | Normalize "bundle cache" vs "bundle package"normalize_bundle_cacheDavid Rodríguez2019-10-202-13/+11
* | | Suppress `Warning: no department given for MutableConstant`Koichi ITO2019-10-201-1/+1
|/ /
* | Merge #7385Bundlerbot2019-10-205-9/+9
|\ \
| * | Only untaint strings on Ruby <2.7Jeremy Evans2019-10-185-9/+9
* | | Merge #7379Bundlerbot2019-10-191-2/+2
|\ \ \ | |/ / |/| |
| * | Switch to double quotes to match rest of fileJonathan Hefner2019-10-141-2/+2
* | | Rename "Locked" to "Current"David Rodríguez2019-10-121-1/+1
* | | Normalize `bundle outdated --verbose` option handlingDavid Rodríguez2019-10-121-2/+2
* | | Inline one methodDavid Rodríguez2019-10-121-7/+3
* | | Don't include table header when orderingDavid Rodríguez2019-10-121-4/+7
* | | Remove --pretty option and make it the defaultDavid Rodríguez2019-10-122-28/+36
* | | Strip row trailing spacesDavid Rodríguez2019-10-121-1/+1
* | | Move row justification logic to a methodDavid Rodríguez2019-10-121-5/+7
* | | Consistenly pass strings to method that prints a tableDavid Rodríguez2019-10-121-3/+3
* | | Change "Installed" column to "Locked"David Rodríguez2019-10-121-1/+1
* | | Change "Load Path" header to just "Path"David Rodríguez2019-10-121-1/+1
* | | Remove outdated headerDavid Rodríguez2019-10-121-12/+0
* | | Change "New" header to "Latest"David Rodríguez2019-10-121-1/+1
* | | Change "Gem Name" header to just "Gem"David Rodríguez2019-10-121-1/+1
* | | Add a bit more space between columnsDavid Rodríguez2019-10-121-1/+1
* | | Rename outdated_gems_listDavid Rodríguez2019-10-121-8/+8
* | | Make hash alignment style more diff-friendlyDavid Rodríguez2019-10-121-4/+6
* | | Extract table header to a methodDavid Rodríguez2019-10-121-4/+7
* | | Improve readability of outdatedTodd Lynam2019-10-122-0/+34
|/ /
* | Bump vendored fileutils to 1.3.0next_fileutilsDavid Rodríguez2019-10-042-109/+132
|/
* Fix typoIgor Zubkov2019-10-031-1/+1
* Fix typoIgor Zubkov2019-10-031-1/+1
* Merge #7368Bundlerbot2019-09-291-1/+1
|\
| * Bump version to latest pre-releasebump_version_to_latest_preDavid Rodríguez2019-09-271-1/+1
* | Fix outdated regression with groupless dependenciesfix_outdated_regressionDavid Rodríguez2019-09-271-5/+5
|/
* Merge #7361Bundlerbot2019-09-272-6/+15
|\
| * Add caller information to some deprecation messagesadd_info_to_some_deprecation_messagesDavid Rodríguez2019-09-232-6/+15
* | Remove unnecessary `outdated_gems_by_groups`refactor_outdatedDavid Rodríguez2019-09-251-6/+2
* | Remove some artificial line breaksDavid Rodríguez2019-09-251-4/+2
* | Remove unnecessary `next`David Rodríguez2019-09-251-2/+0
* | Invert yet another `if` to `unless` for readabilityDavid Rodríguez2019-09-251-1/+1
* | Merge condition to a single lineDavid Rodríguez2019-09-251-2/+1
* | Unify to a single `next` callDavid Rodríguez2019-09-251-2/+2
* | Move local variable to where it's usedDavid Rodríguez2019-09-251-1/+2
* | Invert another `if` for readabilityDavid Rodríguez2019-09-251-1/+1