pester: Update to version 5.0.3

This commit is contained in:
Jakub Čábera 2020-08-08 14:32:46 +02:00
parent 939b54ec8a
commit 79aff4f7b9

View File

@ -1,11 +1,11 @@
{ {
"version": "5.0.3",
"description": "Pester is a test and mock framework for PowerShell.", "description": "Pester is a test and mock framework for PowerShell.",
"version": "5.0.2",
"license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/5.0.2.tar.gz",
"homepage": "https://github.com/pester/Pester", "homepage": "https://github.com/pester/Pester",
"hash": "bb1be911b8d7438b4ca69b6e843039f6d8f5477652da860907056c1c85cd7898", "license": "Apache-2.0",
"extract_dir": "pester-5.0.2", "url": "https://github.com/pester/pester/archive/5.0.3.tar.gz",
"hash": "b779625ea8406a408f28612ef14a18d6b379a32ddea2a3b37f086fec83fcc5b8",
"extract_dir": "pester-5.0.3",
"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 { }\"",