pester: Update to version 5.0.0

This commit is contained in:
Jakub Čábera 2020-05-27 10:31:37 +02:00
parent 01822e619c
commit 8f03c2f4bf

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": "4.10.1", "version": "5.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/4.10.1.tar.gz", "url": "https://github.com/pester/pester/archive/5.0.0.tar.gz",
"homepage": "https://github.com/pester/Pester", "homepage": "https://github.com/pester/Pester",
"hash": "ac2589ff078dcb2588226c4b94723da105647b537645710ab3cda4d430abf60d", "hash": "f987564ce59fd378fb2eda5e81c0d0e6b9fdd9654bdf1438f62667314adffa4e",
"extract_dir": "pester-4.10.1", "extract_dir": "pester-5.0.0",
"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 { }\"",