Skip to content

Commit

Permalink
[#37] Publish to hex.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Oct 26, 2016
1 parent 9551a43 commit 456474f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
30 changes: 20 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
.rebar3
_*
.eunit
ebin
deps
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.erlang.mk.*
.erlang.mk
.idea
.rebar
_rel
_deps
_plugins
_tdeps
logs
_build
.DS_Store
._*
_*
*~
.idea
*.iml
priv/data/*
_rel
dev
log
logs
data
.rebar
*.sh
doc
edoc
priv/*.so
*.crashdump
rebar.lock
*_plt
1 change: 0 additions & 1 deletion rebar.lock

This file was deleted.

Binary file removed rebar3
Binary file not shown.
15 changes: 12 additions & 3 deletions src/ebus.app.src
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{application, ebus, [
{description, "Erlang Message Event Bus"},
{description, "ErlBus: Erlang Message Event Bus"},
{vsn, "0.2.0"},
{id, "git"},
{id, "ebus"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{mod, {ebus, []}},
{env, []}
{env, []},
{maintainers, ["Carlos Andres Bolanos"]},
{licenses, ["MIT"]},
{build_tools, ["rebar3", "make"]},
{pkg_name, "erlbus"},
{links, [
{"GitHub", "https://github.com/cabol/erlbus"},
{"Doc", "http://cabol.github.io/erlbus"},
{"Blog Post", "http://cabol.github.io/posts/2016/01/13/distributed-scalable-pubsub-in-erlang.html"}
]}
]}.

0 comments on commit 456474f

Please sign in to comment.