Skip to content

Commit

Permalink
Merge pull request #34 from walter-weinmann/wwe
Browse files Browse the repository at this point in the history
Minor configuration refinements.
  • Loading branch information
walter-weinmann authored Feb 10, 2017
2 parents 06d8948 + 3211dcc commit a40c0ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/_build
/erl_crash.dump
/rebar.lock
/test/tmp
/test/*.beam
_build
erl_crash.dump
rebar.lock
test/tmp
test/*.beam
7 changes: 5 additions & 2 deletions cover.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{level, details}.
{incl_app, b_trees, details}.
{incl_mods, [b_trees, b_trees_generator]}.
{incl_mods, [
b_trees,
b_trees_generator,
b_trees_test
]}.
1 change: 0 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
{skip_deps, true},
verbose
]}.
{eunit_exclude_deps, true}.

{profiles, [
{prod, [
Expand Down
2 changes: 1 addition & 1 deletion src/b_trees.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
b_trees
]
},
{vsn, "1.3.1"}
{vsn, "1.4.4"}
]
}.

0 comments on commit a40c0ef

Please sign in to comment.