Update pester to version 4.1.0

This commit is contained in:
Richard Kuhnt 2017-11-15 14:01:48 +00:00
parent 5156d3d86e
commit 8f3c7f223f

View File

@ -1,10 +1,10 @@
{
"version": "4.0.8",
"version": "4.1.0",
"license": "https://raw.githubusercontent.com/pester/Pester/master/LICENSE",
"url": "https://github.com/pester/pester/archive/4.0.8.tar.gz",
"url": "https://github.com/pester/pester/archive/4.1.0.tar.gz",
"homepage": "https://github.com/pester/Pester",
"hash": "dfb6c467de847b3a49b99911a7af408fb33afb008871feca90811a712941a935",
"extract_dir": "pester-4.0.8",
"hash": "8de5c85c7d3cfe802e76ccbe1ac4c7c874cbbe800e83b3c7e0941c31d9df50b5",
"extract_dir": "pester-4.1.0",
"bin": "bin\\pester.bat",
"post_install": "
$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"