Skip to content

Commit ee4a0c3

Browse files
authored
Merge pull request #13 from JuliaText/ox/datadep3
Make work with DataDeps 0.3.0
2 parents 7d886ef + 025e2d8 commit ee4a0c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6
22
Compat
33
FactCheck
4-
DataDeps 0.2.2
4+
DataDeps 0.3

src/init.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function __init__()
2-
RegisterDataDep("WordNet 3.0",
2+
register(DataDep("WordNet 3.0",
33
"""
44
Dataset: WordNet 3.0
55
Website: https://wordnet.princeton.edu/wordnet
@@ -16,5 +16,5 @@ function __init__()
1616
"http://wordnetcode.princeton.edu/3.0/WNdb-3.0.tar.gz",
1717
"658b1ba191f5f98c2e9bae3e25c186013158f30ef779f191d2a44e5d25046dc8";
1818
post_fetch_method = unpack
19-
)
19+
))
2020
end

0 commit comments

Comments
 (0)