pester: Update to version 5.0.1

This commit is contained in:
Jakub Čábera 2020-05-28 17:18:52 +02:00
parent 9b9a5a2260
commit e27b1be0dc

View File

@ -1,11 +1,11 @@
{ {
"description": "Pester is a test and mock framework for PowerShell.", "description": "Pester is a test and mock framework for PowerShell.",
"version": "5.0.0", "version": "5.0.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/5.0.0.tar.gz", "url": "https://github.com/pester/pester/archive/5.0.1.tar.gz",
"homepage": "https://github.com/pester/Pester", "homepage": "https://github.com/pester/Pester",
"hash": "f987564ce59fd378fb2eda5e81c0d0e6b9fdd9654bdf1438f62667314adffa4e", "hash": "45deaa63428ea5faaa5e52abc68de98797b942f5b28f3f85e444104d6099d3a9",
"extract_dir": "pester-5.0.0", "extract_dir": "pester-5.0.1",
"bin": "bin\\pester.bat", "bin": "bin\\pester.bat",
"post_install": [ "post_install": [
"$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"", "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",