Browse Source

new skeleton

Namdak Tonpa 6 years ago
parent
commit
cd2bf8148e
3 changed files with 10 additions and 10 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 9 9
      priv/web/rebar.config

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"c3523f").
+-define(VERSION,"00f8b7").

BIN
mad


+ 9 - 9
priv/web/rebar.config

@@ -1,14 +1,14 @@
 {sub_dirs,["apps"]}.
 {deps_dir,"deps"}.
 {deps, [
-    {erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"}  }},
-    {cowboy, ".*", {git, "git://github.com/extend/cowboy",      {tag, "1.0.1"}  }},
-    {gproc,  ".*", {git, "git://github.com/uwiger/gproc.git",   {tag, "0.3"}    }},
-    {fs,     ".*", {git, "git://github.com/synrc/fs",           {tag, "1.9"}    }},
-    {sh,     ".*", {git, "git://github.com/synrc/sh",           {tag, "1.9"}    }},
-    {mad,    ".*", {git, "git://github.com/synrc/mad",          {tag, "1.9"} }},
-    {active, ".*", {git, "git://github.com/synrc/active",       {tag, "1.9"} }},
-    {nitro,  ".*", {git, "git://github.com/synrc/nitro",        {tag, "0.9"} }},
-    {n2o,    ".*", {git, "git://github.com/synrc/n2o",          {tag, "2.9"} }}
+    {erlydtl,".*", {git, "git://github.com/voxoz/erlydtl",   []  }},
+    {cowboy, ".*", {git, "git://github.com/voxoz/cowboy",    []  }},
+    {gproc,  ".*", {git, "git://github.com/voxoz/gproc",     []  }},
+    {fs,     ".*", {git, "git://github.com/synrc/fs",        {tag, "4.10"} }},
+    {sh,     ".*", {git, "git://github.com/synrc/sh",        {tag, "2.10"} }},
+    {mad,    ".*", {git, "git://github.com/synrc/mad",       {tag, "4.10"} }},
+    {active, ".*", {git, "git://github.com/synrc/active",    {tag, "4.10"} }},
+    {nitro,  ".*", {git, "git://github.com/synrc/nitro",     {tag, "5.10"} }},
+    {n2o,    ".*", {git, "git://github.com/synrc/n2o",       {tag, "5.10"} }}
 ]}.