-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO] [ RTI-14075 ] Update Dependencies (#85)
* Update dependencies * [update-deps] Fix Elvis warnings --------- Co-authored-by: Brujo Benavides Rodriguez <[email protected]>
- Loading branch information
1 parent
e97e54e
commit a24d6f9
Showing
7 changed files
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{"1.2.0", | ||
[{<<"erliam">>,{pkg,<<"erliam">>,<<"0.4.1">>},0}, | ||
[{<<"erliam">>,{pkg,<<"erliam">>,<<"1.0.0">>},0}, | ||
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},1}, | ||
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.3.1">>},0}]}. | ||
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.3.3">>},0}]}. | ||
[ | ||
{pkg_hash,[ | ||
{<<"erliam">>, <<"D6C4C38CEA143AB22633AA423240861EFA6E63D09CAE9AD130BA3E1437CB40D9">>}, | ||
{<<"erliam">>, <<"55FD69959349080CA44728B34076A004FCAFB8064B7600DD17473B7D33F03415">>}, | ||
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>}, | ||
{<<"lhttpc">>, <<"9F7EC32071847BAE326C16270F114396125E8CC75A54BCE44482BD4FCAE0DA3B">>}]}, | ||
{<<"lhttpc">>, <<"C1617E2D73A78FED3D973227CA75220B868AB55C0C5DC1C12FBD081DB8D83CB7">>}]}, | ||
{pkg_hash_ext,[ | ||
{<<"erliam">>, <<"0D1EF799285F7AF8C0019ED6B06A2CA5AA9699C77905153F1203D9063B8015A0">>}, | ||
{<<"erliam">>, <<"88B039BC7200538A471E747DE720C0CD9839B19A8CC25DFCECB0384346ACF1A1">>}, | ||
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>}, | ||
{<<"lhttpc">>, <<"A6E729BD3CF3DCC92179B4210D7DA648D5EA316850C483A21D5D97173A6AC08F">>}]} | ||
{<<"lhttpc">>, <<"8033152140E6E82325E68263D193A79A2322D857F69DDF1D875B5045B05EC463">>}]} | ||
]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
-module(dinerl). | ||
|
||
-author('Valentino Volonghi <[email protected]>'). | ||
|
||
-define(DINERL_DATA, dinerl_data). | ||
-define(ARGS_KEY, args). | ||
-define(NONE, <<"NONE">>). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
-module(dinerl_client). | ||
|
||
-author('Valentino Volonghi <[email protected]>'). | ||
|
||
-include("dinerl_types.hrl"). | ||
|
||
-export([api/5, api/6]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,6 @@ | |
|
||
-module(dmochijson2). | ||
|
||
-author('[email protected]'). | ||
|
||
-export([encoder/1, encode/1]). | ||
-export([decoder/1, decode/1, decode/2]). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
|
||
-module(dmochinum). | ||
|
||
-author("Bob Ippolito <[email protected]>"). | ||
|
||
-export([digits/1, frexp/1, int_pow/2, int_ceil/1]). | ||
|
||
%% IEEE 754 Float exponent bias | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
-module(dynamodb). | ||
|
||
-author('Valentino Volonghi <[email protected]>'). | ||
|
||
-include("dinerl_types.hrl"). | ||
|
||
-export([call/5, call/6]). | ||
|