Update pester to version 4.1.1

This commit is contained in:
Richard Kuhnt 2017-12-09 14:00:16 +00:00
parent 0b3c2752c7
commit ec736599fa

View File

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