remove 'installed' indication from xcversion list output
This commit is contained in:
Родитель
c01d6d7270
Коммит
749174fc9e
|
@ -53,6 +53,7 @@ module MacOS
|
|||
def available_versions
|
||||
lines = shell_out!(XCVersion.list_available_xcodes).stdout.lines
|
||||
lines.reject { |line| line.start_with?(/\D/) }
|
||||
lines.map { |line| line.chomp(' (installed)') }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@ maintainer_email 'chef@microsoft.com'
|
|||
license 'MIT'
|
||||
description 'Resources for configuring and provisioning macOS'
|
||||
chef_version '>= 14.0'
|
||||
version '3.4.1'
|
||||
version '3.4.2'
|
||||
|
||||
source_url 'https://github.com/Microsoft/macos-cookbook'
|
||||
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'
|
||||
|
|
Загрузка…
Ссылка в новой задаче