Merge pull request #7043 from forivall/feat/casks-in-tap-info

feat: expose casks in tap.to_hash for tap-info --json
This commit is contained in:
Mike McQuaid 2020-02-18 13:19:18 +00:00 committed by GitHub
commit e7130bfc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -529,6 +529,7 @@ class Tap
"formula_names" => formula_names,
"formula_files" => formula_files.map(&:to_s),
"command_files" => command_files.map(&:to_s),
"cask_files" => cask_files.map(&:to_s),
"pinned" => pinned?,
}