Current section

3 Versions

Jump to

Compare versions

4 files changed
+8 additions
-14 deletions
  @@ -1,12 +1,14 @@
1 1 {<<"name">>,<<"aws_http">>}.
2 - {<<"version">>,<<"0.2.3">>}.
2 + {<<"version">>,<<"0.2.4">>}.
3 3 {<<"app">>,<<"aws_http">>}.
4 + {<<"requirements">>,
5 + [{<<"barrel_jiffy">>,<<"0.14.4">>},{<<"lhttpc">>,<<"1.3.0">>}]}.
4 6 {<<"maintainers">>,[<<"Andreas Hasselberg">>]}.
5 7 {<<"precompiled">>,false}.
6 8 {<<"description">>,<<"Amazon AWS HTTP helpers">>}.
7 9 {<<"files">>,
8 10 [{<<"src/aws_http.app.src">>,
9 - <<"{application,aws_http,\n [{description,\"Amazon AWS HTTP helpers\"},\n {vsn,\"0.2.3\"},\n {registered,[]},\n {applications,[kernel,stdlib,inets,lhttpc,crypto,jiffy]},\n {mod,{aws_http_app,[]}},\n {env,[{profiles,[]}]},\n {maintainers,[\"Andreas Hasselberg\"]},\n {links,[{\"Github\",\n \"https://github.com/anha0825/erl_aws_http\"}]}]}.\n">>},
11 + <<"{application,aws_http,\n [{description,\"Amazon AWS HTTP helpers\"},\n {vsn,\"0.2.4\"},\n {registered,[]},\n {applications,[kernel,stdlib,inets,lhttpc,crypto,jiffy]},\n {mod,{aws_http_app,[]}},\n {env,[{profiles,[]}]},\n {maintainers,[\"Andreas Hasselberg\"]},\n {links,[{\"Github\",\n \"https://github.com/anha0825/erl_aws_http\"}]}]}.\n">>},
10 12 <<"src/aws_http.erl">>,<<"src/aws_http.hrl">>,<<"src/aws_http_app.erl">>,
11 13 <<"src/aws_http_auth_v4.erl">>,<<"src/aws_http_cfg.erl">>,
12 14 <<"src/aws_http_retry.erl">>,<<"src/aws_http_sup.erl">>,<<"rebar.config">>,
  @@ -4,9 +4,7 @@
4 4
5 5 {deps,
6 6 [
7 - {jiffy, ".*",
8 - {git, "git://github.com/rcouch/jiffy.git",
9 - {branch, "rebar3"}}},
7 + {jiffy, "0.14.4", {pkg, barrel_jiffy}},
10 8 {lhttpc, "1.3.0"}
11 9 ]
12 10 }.
  @@ -1,8 +1,2 @@
1 - [{<<"jiffy">>,
2 - {git,"git://github.com/rcouch/jiffy.git",
3 - {ref,"0a2e56228dd66befc1d2ea70e7f65f8bfb5e44e3"}},
4 - 0},
5 - {<<"lhttpc">>,
6 - {git,"git://github.com/ferd/lhttpc.git",
7 - {ref,"2f3df78009102582209d5292c51a2e255782341c"}},
8 - 0}].
1 + [{<<"jiffy">>,{pkg,<<"barrel_jiffy">>,<<"0.14.4">>},0},
2 + {<<"lhttpc">>,{pkg,<<"lhttpc">>,<<"1.3.0">>},0}].
  @@ -1,6 +1,6 @@
1 1 {application,aws_http,
2 2 [{description,"Amazon AWS HTTP helpers"},
3 - {vsn,"0.2.3"},
3 + {vsn,"0.2.4"},
4 4 {registered,[]},
5 5 {applications,[kernel,stdlib,inets,lhttpc,crypto,jiffy]},
6 6 {mod,{aws_http_app,[]}},