Current section
7 Versions
Jump to
Current section
7 Versions
Compare versions
17
files changed
+30
additions
-37
deletions
| @@ -16,17 +16,17 @@ Although the Cuneiform client application can be imported also directly from Git | |
| 16 16 | |
| 17 17 | #### rebar3 |
| 18 18 | |
| 19 | - To integrate the Cuneiform client application into a rebar3-managed project change the `deps` entry in your application's `rebar.config` file to include the tuple `{cf_client, "0.1.1"}`. |
| 19 | + To integrate the Cuneiform client application into a rebar3-managed project change the `deps` entry in your application's `rebar.config` file to include the tuple `{cf_client, "0.1.2"}`. |
| 20 20 | |
| 21 21 | ```erlang |
| 22 | - {deps, [{cf_client, "0.1.1"}]}. |
| 22 | + {deps, [{cf_client, "0.1.2"}]}. |
| 23 23 | ``` |
| 24 24 | |
| 25 25 | |
| 26 26 | #### mix |
| 27 27 | |
| 28 28 | ```elixir |
| 29 | - {:cf_client, "~> 0.1.1"} |
| 29 | + {:cf_client, "~> 0.1.2"} |
| 30 30 | ``` |
| 31 31 | |
| 32 32 | ### Compiling |
| @@ -1,9 +1,9 @@ | |
| 1 1 | {<<"name">>,<<"cf_client">>}. |
| 2 | - {<<"version">>,<<"0.1.1">>}. |
| 2 | + {<<"version">>,<<"0.1.2">>}. |
| 3 3 | {<<"requirements">>, |
| 4 4 | #{<<"cre">> => |
| 5 5 | #{<<"app">> => <<"cre">>,<<"optional">> => false, |
| 6 | - <<"requirement">> => <<"0.1.2">>}, |
| 6 | + <<"requirement">> => <<"0.1.3">>}, |
| 7 7 | <<"getopt">> => |
| 8 8 | #{<<"app">> => <<"getopt">>,<<"optional">> => false, |
| 9 9 | <<"requirement">> => <<"1.0.1">>}, |
| @@ -18,7 +18,7 @@ | |
| 18 18 | %% |
| 19 19 | %% ------------------------------------------------------------------- |
| 20 20 | %% @author Jörgen Brandt <joergen.brandt@onlinehome.de> |
| 21 | - %% @version 0.1.1 |
| 21 | + %% @version 0.1.2 |
| 22 22 | %% @copyright 2015-2018 Jörgen Brandt |
| 23 23 | %% |
| 24 24 | %% |
| @@ -117,7 +117,8 @@ | |
| 117 117 | | {disj, info(), e(), ctx()} |
| 118 118 | | {app, info(), ctx(), [e_bind()]} |
| 119 119 | | {app, info(), e(), [{x(), e() | ctx()}]} |
| 120 | - | {lst, info(), t(), [e() | ctx()]} |
| 120 | + | {cons, info(), t(), ctx(), e()} |
| 121 | + | {cons, info(), t(), e(), ctx()} |
| 121 122 | | {append, info(), ctx(), e()} |
| 122 123 | | {append, info(), e(), ctx()} |
| 123 124 | | {isnil, info(), ctx()} |
| @@ -2,7 +2,7 @@ | |
| 2 2 | {cover_enabled, true}. |
| 3 3 | |
| 4 4 | {deps, [ |
| 5 | - {cre, "0.1.2"}, |
| 5 | + {cre, "0.1.3"}, |
| 6 6 | {getopt, "1.0.1"}, |
| 7 7 | {lib_conf, "0.1.4"} |
| 8 8 | ]}. |
| @@ -1,5 +1,5 @@ | |
| 1 1 | {"1.1.0", |
| 2 | - [{<<"cre">>,{pkg,<<"cre">>,<<"0.1.2">>},0}, |
| 2 | + [{<<"cre">>,{pkg,<<"cre">>,<<"0.1.3">>},0}, |
| 3 3 | {<<"gen_pnet">>,{pkg,<<"gen_pnet">>,<<"0.1.7">>},1}, |
| 4 4 | {<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}, |
| 5 5 | {<<"jsone">>,{pkg,<<"jsone">>,<<"1.4.5">>},1}, |
| @@ -7,7 +7,7 @@ | |
| 7 7 | {<<"lib_conf">>,{pkg,<<"lib_conf">>,<<"0.1.4">>},0}]}. |
| 8 8 | [ |
| 9 9 | {pkg_hash,[ |
| 10 | - {<<"cre">>, <<"8A0E9493B765E93B1F8552131D66653537169D23068F9CCFD1469D4B15C32204">>}, |
| 10 | + {<<"cre">>, <<"AAF8C1E6CC981579CE975A4B2DEF644EBDE3EC33AA48995BC9F8B2ECA9C1D68A">>}, |
| 11 11 | {<<"gen_pnet">>, <<"2463E819D945283EABB55B1BCF6E2E60FF80C9D8E7ABBADCEFE9E67513D1910B">>}, |
| 12 12 | {<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>}, |
| 13 13 | {<<"jsone">>, <<"547AEFEC1C67FE3283F77BAC4DAF85F3F593002764F768FAAA423875A51A2320">>}, |
Loading more files…