You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:35:44 UTC

[11/23] goldrush commit: updated refs/heads/import-master to 71e6321

Add compiler to applications and update description


Project: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/commit/955b76fe
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/tree/955b76fe
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/diff/955b76fe

Branch: refs/heads/import-master
Commit: 955b76fe50157dbdd75e1bee4e72449e802627a7
Parents: 7ff9b03
Author: Pedram Nimreezi <de...@deadzen.com>
Authored: Mon May 6 16:40:36 2013 -0400
Committer: Pedram Nimreezi <de...@deadzen.com>
Committed: Mon May 6 16:40:36 2013 -0400

----------------------------------------------------------------------
 src/goldrush.app.src | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/blob/955b76fe/src/goldrush.app.src
----------------------------------------------------------------------
diff --git a/src/goldrush.app.src b/src/goldrush.app.src
index 5c811fb..3ea6431 100644
--- a/src/goldrush.app.src
+++ b/src/goldrush.app.src
@@ -1,8 +1,8 @@
 {application, goldrush, [
-    {description, ""},
-    {vsn, "0.1.0"},
+    {description, "Erlang event stream processor"},
+    {vsn, "0.1.1"},
     {registered, []},
-    {applications, [kernel, stdlib, syntax_tools]},
+    {applications, [kernel, stdlib, syntax_tools, compiler]},
     {mod, {gr_app, []}},
     {env, []}
 ]}.