aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-16 17:51:30 +0200
committerLoïc Hoguin <[email protected]>2016-11-16 17:51:30 +0200
commit7678f97afdbcb88199aa84165ceb658f2e4708ed (patch)
treeeb14356454d980262f776e56cfa81be424036457 /src
parent0414eede62946f995a5ab4879f9026548440199c (diff)
downloadgun-7678f97afdbcb88199aa84165ceb658f2e4708ed.tar.gz
gun-7678f97afdbcb88199aa84165ceb658f2e4708ed.tar.bz2
gun-7678f97afdbcb88199aa84165ceb658f2e4708ed.zip
Update Erlang.mk and related changes
Diffstat (limited to 'src')
-rw-r--r--src/gun.app.src29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gun.app.src b/src/gun.app.src
deleted file mode 100644
index d32c555..0000000
--- a/src/gun.app.src
+++ /dev/null
@@ -1,29 +0,0 @@
-%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]>
-%%
-%% Permission to use, copy, modify, and/or distribute this software for any
-%% purpose with or without fee is hereby granted, provided that the above
-%% copyright notice and this permission notice appear in all copies.
-%%
-%% THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-%% WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-%% MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-%% ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-%% WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-{application, gun, [
- {description, "Asynchronous SPDY, HTTP and Websocket client."},
- {vsn, "1.0.0-pre.1"},
- {modules, []},
- {registered, [gun_sup]},
- {applications, [
- kernel,
- stdlib,
- ranch,
- cowlib,
- ssl
- ]},
- {mod, {gun_app, []}},
- {env, []}
-]}.