pester: Update to version 4.6.0

This commit is contained in:
Richard Kuhnt 2019-01-21 20:00:26 +00:00
parent ebffb3878e
commit e4027f32b7

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.5.0", "version": "4.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/4.5.0.tar.gz", "url": "https://github.com/pester/pester/archive/4.6.0.tar.gz",
"homepage": "https://github.com/pester/Pester", "homepage": "https://github.com/pester/Pester",
"hash": "8e8a2395b374fa2387b9d4493d9d29cbcba047137202c654b056bed02904ee5e", "hash": "29589c99169e51ed10908662aced562c73c0da875ec078f361940a4d84565d68",
"extract_dir": "pester-4.5.0", "extract_dir": "pester-4.6.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 { }\"",