From 4e4bba7586686e519617a24cc2e03347a7a7c9be Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Tue, 26 Jun 2018 17:59:44 +0800 Subject: [PATCH 1/2] Update REQUIRE --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index 598e7de..5a0ea24 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ julia 0.6 Compat FactCheck -DataDeps 0.2.2 +DataDeps 0.3 From 025e2d8469483499e2b70186fab7ad1ae3a03454 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Tue, 26 Jun 2018 18:01:09 +0800 Subject: [PATCH 2/2] Use undeprecated register --- src/init.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init.jl b/src/init.jl index 3b18d15..e30a26a 100644 --- a/src/init.jl +++ b/src/init.jl @@ -1,5 +1,5 @@ function __init__() - RegisterDataDep("WordNet 3.0", + register(DataDep("WordNet 3.0", """ Dataset: WordNet 3.0 Website: https://wordnet.princeton.edu/wordnet @@ -16,5 +16,5 @@ function __init__() "http://wordnetcode.princeton.edu/3.0/WNdb-3.0.tar.gz", "658b1ba191f5f98c2e9bae3e25c186013158f30ef779f191d2a44e5d25046dc8"; post_fetch_method = unpack - ) + )) end