Skip to content

Commit

Permalink
Merge pull request #8 from b/rebar
Browse files Browse the repository at this point in the history
Use rebar
  • Loading branch information
travis committed Apr 4, 2013
2 parents 6240818 + eb32fa7 commit f6a1cf9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added rebar
Binary file not shown.
4 changes: 4 additions & 0 deletions rebar.config
@@ -0,0 +1,4 @@
{deps, []}.
{erl_opts, [debug_info]}.
{cover_enabled, true}.

9 changes: 9 additions & 0 deletions src/uuid.app.src
@@ -0,0 +1,9 @@
{application, uuid,
[
{description, "UUID v4 (random) generation and utilities"},
{vsn, git},
{registered, []},
{applications, []},
{env, []}
]}.

File renamed without changes.

0 comments on commit f6a1cf9

Please sign in to comment.