Skip to content

Commit

Permalink
Merge pull request #68 from afronski/master
Browse files Browse the repository at this point in the history
Hex requires all deps to be hexified.
  • Loading branch information
afronski committed Apr 26, 2017
2 parents 26040aa + a4c358d commit ed426e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]}.

{deps,
[{hdr_histogram, {git, "https://github.com/afronski/hdr_histogram_erl.git", {tag, "0.3.2-custom"}}},
[{customized_hdr_histogram, "0.3.2"},
{cowboy, "1.1.2"},
{lager, "3.2.4"},
{jsone, "1.3.1"}
Expand Down
8 changes: 4 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{"1.1.0",
[{<<"cowboy">>,{pkg,<<"cowboy">>,<<"1.1.2">>},0},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},1},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"hdr_histogram">>,
{git,"https://github.com/afronski/hdr_histogram_erl.git",
{ref,"cdc48f140fb073e941644995ff3a421a1fb8e573"}},
{<<"customized_hdr_histogram">>,
{pkg,<<"customized_hdr_histogram">>,<<"0.3.2">>},
0},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"jsone">>,{pkg,<<"jsone">>,<<"1.3.1">>},0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.2.4">>},0},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.3.2">>},1}]}.
[
{pkg_hash,[
{<<"cowboy">>, <<"61AC29EA970389A88ECA5A65601460162D370A70018AFE6F949A29DCA91F3BB0">>},
{<<"cowlib">>, <<"9D769A1D062C9C3AC753096F868CA121E2730B9A377DE23DEC0F7E08B1DF84EE">>},
{<<"customized_hdr_histogram">>, <<"14DDAE316FB694455FCC20CBD1AD5F057E421132E562AFB93BD81EDA44BD937D">>},
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
{<<"jsone">>, <<"133BE761810EC0E94E05D4156944FFC35D02D6A88FA8FDFC2AF29BA53EADB377">>},
{<<"lager">>, <<"A6DEB74DAE7927F46BD13255268308EF03EB206EC784A94EAF7C1C0F3B811615">>},
Expand Down
2 changes: 1 addition & 1 deletion src/xprof.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
,cowboy
,lager
,jsone
,hdr_histogram
,customized_hdr_histogram
]}
,{env,[]}
,{modules, []}
Expand Down

0 comments on commit ed426e7

Please sign in to comment.