Current section

4 Versions

Jump to

Compare versions

4 files changed
+23 additions
-13 deletions
  @@ -1,12 +1,12 @@
1 1 {<<"name">>,<<"couchbeam_amuino">>}.
2 - {<<"version">>,<<"1.4.3-amuino.6">>}.
2 + {<<"version">>,<<"1.4.3-amuino.7">>}.
3 3 {<<"requirements">>,
4 4 #{<<"hackney">> =>
5 5 #{<<"app">> => <<"hackney">>,<<"optional">> => false,
6 - <<"requirement">> => <<"1.6.5">>},
6 + <<"requirement">> => <<"~>1.9.0">>},
7 7 <<"jsx">> =>
8 8 #{<<"app">> => <<"jsx">>,<<"optional">> => false,
9 - <<"requirement">> => <<"2.8.0">>}}}.
9 + <<"requirement">> => <<"~>2.8.2">>}}}.
10 10 {<<"app">>,<<"couchbeam_amuino">>}.
11 11 {<<"maintainers">>,
12 12 [<<"Benoit Chesneau (author)">>,<<"Abel Muino (patches)">>]}.
  @@ -5,16 +5,14 @@
5 5 {plugins, [rebar3_hex]}.
6 6
7 7 {deps, [
8 - {jsx, "2.8.0"},
9 - {hackney, "1.6.5"}
8 + {jsx, "~>2.8.2"},
9 + {hackney, "~>1.9.0"}
10 10 ]}.
11 11
12 12
13 13 {profiles, [{docs, [
14 14 {deps, [
15 - {edown,
16 - {git, "https://github.com/uwiger/edown.git",
17 - {tag, "0.7"}}}
15 + {edown, "~> 0.8.0"}
18 16 ]},
19 17
20 18 {edoc_opts, [{doclet, edown_doclet},
  @@ -1,8 +1,20 @@
1 1 {"1.1.0",
2 - [{<<"hackney">>,{pkg,<<"hackney">>,<<"1.6.4">>},0},
3 - {<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.0">>},0}]}.
2 + [{<<"certifi">>,{pkg,<<"certifi">>,<<"2.0.0">>},1},
3 + {<<"hackney">>,{pkg,<<"hackney">>,<<"1.9.0">>},0},
4 + {<<"idna">>,{pkg,<<"idna">>,<<"5.1.0">>},1},
5 + {<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.2">>},0},
6 + {<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},1},
7 + {<<"mimerl">>,{pkg,<<"mimerl">>,<<"1.0.2">>},1},
8 + {<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.1">>},1},
9 + {<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.3.1">>},2}]}.
4 10 [
5 11 {pkg_hash,[
6 - {<<"hackney">>, <<"6363480405AE4B1D03D6233F32792F0C3CF765396CFDB7E1D07CAB3D3E41C53C">>},
7 - {<<"jsx">>, <<"749BEC6D205C694AE1786D62CEA6CC45A390437E24835FD16D12D74F07097727">>}]}
12 + {<<"certifi">>, <<"A0C0E475107135F76B8C1D5BC7EFB33CD3815CB3CF3DEA7AEFDD174DABEAD064">>},
13 + {<<"hackney">>, <<"51C506AFC0A365868469DCFC79A9D0B94D896EC741CFD5BD338F49A5EC515BFE">>},
14 + {<<"idna">>, <<"D72B4EFFEB324AD5DA3CAB1767CB16B17939004E789D8C0AD5B70F3CEA20C89A">>},
15 + {<<"jsx">>, <<"7ACC7D785B5ABE8A6E9ADBDE926A24E481F29956DD8B4DF49E3E4E7BCC92A018">>},
16 + {<<"metrics">>, <<"25F094DEA2CDA98213CECC3AEFF09E940299D950904393B2A29D191C346A8486">>},
17 + {<<"mimerl">>, <<"993F9B0E084083405ED8252B99460C4F0563E41729AB42D9074FD5E52439BE88">>},
18 + {<<"ssl_verify_fun">>, <<"28A4D65B7F59893BC2C7DE786DEC1E1555BD742D336043FE644AE956C3497FBE">>},
19 + {<<"unicode_util_compat">>, <<"A1F612A7B512638634A603C8F401892AFBF99B8CE93A45041F8AACA99CADB85E">>}]}
8 20 ].
  @@ -1,6 +1,6 @@
1 1 {application,couchbeam_amuino,
2 2 [{description,"Erlang CouchDB client + fixes"},
3 - {vsn,"1.4.3-amuino.6"},
3 + {vsn,"1.4.3-amuino.7"},
4 4 {modules,[]},
5 5 {registered,[couchbeam_sup]},
6 6 {applications,[kernel,stdlib,asn1,crypto,public_key,ssl,idna,