JuliaContainerization/DockerSandbox.jl

Fails to load on 0.2

Closed this issue · 2 comments

julia> Pkg.add("Docker")
INFO: Installing Calendar v0.4.1
INFO: Installing Codecs v0.1.0
INFO: Installing Docker v0.0.0
INFO: Installing FactCheck v0.1.2
INFO: Installing GnuTLS v0.0.0
INFO: Installing HttpCommon v0.0.5
INFO: Installing HttpParser v0.0.8
INFO: Installing ICU v0.0.3
INFO: Installing Iterators v0.1.2
INFO: Installing JSON v0.3.3
INFO: Installing Nettle v0.1.3
INFO: Installing Requests v0.0.2
INFO: Installing UTF16 v0.2.0
INFO: Building ICU
INFO: Building HttpParser
LibraryDependency(libhttp_parser)
INFO: Building Nettle
INFO: Building GnuTLS
INFO: REQUIRE updated.

julia> using Docker
ERROR: WWWClient not found
 in require at loading.jl:39
 in include at boot.jl:238
at /home/idunning/pkgtest/.julia/v0.2/Docker/src/Docker.jl:2

So, the issue is fixed, but METADATA was never updated.

Also: there's no license.

Close for #3