Skip to content

Commit

Permalink
Merge pull request #13 from JuliaText/ox/datadep3
Browse files Browse the repository at this point in the history
Make work with DataDeps 0.3.0
  • Loading branch information
oxinabox authored Aug 1, 2018
2 parents 7d886ef + 025e2d8 commit ee4a0c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6
Compat
FactCheck
DataDeps 0.2.2
DataDeps 0.3
4 changes: 2 additions & 2 deletions src/init.jl
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,5 +16,5 @@ function __init__()
"http://wordnetcode.princeton.edu/3.0/WNdb-3.0.tar.gz",
"658b1ba191f5f98c2e9bae3e25c186013158f30ef779f191d2a44e5d25046dc8";
post_fetch_method = unpack
)
))
end

0 comments on commit ee4a0c3

Please sign in to comment.