Sha256: 8f3f6da5ab8304ac8fd38244f432fa3a041c257dfba3d2ac0d7906ba5edb06fe
Contents?: true
Size: 502 Bytes
Versions: 4
Compression:
Stored size: 502 Bytes
Contents
{application, <%= app_name %>, [ % Quick description of the server {description, "Description of the application"}, % Version {vsn, "<%= version -%>"}, % All modules used by the application. {modules, []}, % All the registered names in the application {registered, []}, % These must be started for application to run {applications, [kernel, stdlib]}, % Environment vars {env, []}, % Module and Args used to start {mod, {<%= app_name -%>, []}}, {start_phases, []} ] }.
Version data entries
4 entries across 4 versions & 2 rubygems