From ed58b054e90394073962db0e322fabbcbb7ab23c Mon Sep 17 00:00:00 2001 From: berk ozdilek Date: Mon, 11 Sep 2017 15:00:48 +0300 Subject: [PATCH 1/2] Fixed broken emq_modules plugin URL on README Updated README, changed broken url with correct one(there was a typo) for emq_modules plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbd3a118..83fe86177 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Plugin | Descrip [emq_plugin_template](https://github.com/emqtt/emq_plugin_template) | Plugin template and demo [emq_dashboard](https://github.com/emqtt/emq_dashboard) | Web Dashboard [emq_retainer](https://github.com/emqtt/emq_retainer) | Store MQTT Retained Messages -[emq_modules](https://github.com/emqtt/emq_modules) | Presence, Subscription and Rewrite Modules +[emq_modules](https://github.com/emqtt/emq-modules) | Presence, Subscription and Rewrite Modules [emq_auth_username](https://github.com/emqtt/emq_auth_username) | Username/Password Authentication Plugin [emq_auth_clientid](https://github.com/emqtt/emq_auth_clientid) | ClientId Authentication Plugin [emq_auth_mysql](https://github.com/emqtt/emq_auth_mysql) | MySQL Authentication/ACL Plugin From 16eef907072141b4d2f76678e3ad41b3a471bea3 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Wed, 13 Sep 2017 07:43:02 +0800 Subject: [PATCH 2/2] Remove rebar.config --- rebar.config | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 rebar.config diff --git a/rebar.config b/rebar.config deleted file mode 100644 index e2d3f91cc..000000000 --- a/rebar.config +++ /dev/null @@ -1,4 +0,0 @@ -{deps, [ -{goldrush,".*",{git,"https://github.com/basho/goldrush","0.1.9"}},{gproc,".*",{git,"https://github.com/uwiger/gproc",""}},{lager,".*",{git,"https://github.com/basho/lager","master"}},{esockd,".*",{git,"https://github.com/emqtt/esockd","master"}},{ekka,".*",{git,"https://github.com/emqtt/ekka","develop"}},{mochiweb,".*",{git,"https://github.com/emqtt/mochiweb","master"}},{pbkdf2,".*",{git,"https://github.com/emqtt/pbkdf2","2.0.1"}},{lager_syslog,".*",{git,"https://github.com/basho/lager_syslog",""}},{bcrypt,".*",{git,"https://github.com/smarkets/erlang-bcrypt","master"}},{clique,".*",{git,"https://github.com/emqtt/clique",""}},{jsx,".*",{git,"https://github.com/talentdeficit/jsx",""}} -]}. -{erl_opts, [debug_info,{parse_transform,lager_transform}]}.