From 05aaa9ed3a776c9ec71cab05447ee18aa2ae4a00 Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Sat, 5 Mar 2016 15:13:53 +0200 Subject: [PATCH] test and dependency fixed --- dub.json | 7 ++----- source/vibedav/base.d | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dub.json b/dub.json index 9e8b622..41534e9 100644 --- a/dub.json +++ b/dub.json @@ -5,11 +5,8 @@ "authors": ["Szabo Bogdan"], "license": "MIT", "dependencies": { - "vibe-d": { - "version": ">=0.7.26", - "path": "../vibe.d" - }, - "tested": "~master" + "vibe-d": "~>0.7.28", + "tested": "~>0.9.4" }, "targetType": "library" diff --git a/source/vibedav/base.d b/source/vibedav/base.d index 6f888eb..830d15b 100644 --- a/source/vibedav/base.d +++ b/source/vibedav/base.d @@ -329,7 +329,7 @@ class Dav : IDav { } protected { - DavResource getOrCreateResource(URL url, string username, out int status) { + DavResource getOrCreateResource(URL url, string username, out HTTPStatus status) { DavResource resource; if(exists(url, username)) {