Skip to content

Commit

Permalink
support semver versioning in erlcron
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
  • Loading branch information
ericbmerritt authored and jwilberding committed Jan 14, 2013
1 parent aecb873 commit 4ee8c79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
ebin/*.beam
ebin/*.app
.*
.*
deps/*
9 changes: 8 additions & 1 deletion rebar.config
@@ -1,4 +1,11 @@
%%% -*- mode: erlang -*-
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%% Dependencies ================================================================
{deps, [{rebar_vsn_plugin, ".*",
{git, "https://github.com/erlware/rebar_vsn_plugin.git",
{tag, "master"}}}]}.

%% Rebar Plugins ==============================================================
{plugins, [rebar_vsn_plugin]}.

%% Compiler Options ============================================================
{erl_opts,
Expand Down
2 changes: 1 addition & 1 deletion src/erlcron.app.src
@@ -1,6 +1,6 @@
{application,erlcron,
[{description,"Erlang Implementation of cron"},
{vsn,"0.2"},
{vsn,"semver"},
{modules,[]},
{registered,[ecrn_agent]},
{applications,[kernel,stdlib]},
Expand Down

0 comments on commit 4ee8c79

Please sign in to comment.