just tabfying
authorDickson S. Guedes <[email protected]>
Mon, 19 Sep 2011 00:29:51 +0000 (21:29 -0300)
committerDickson S. Guedes <[email protected]>
Mon, 19 Sep 2011 00:29:51 +0000 (21:29 -0300)
META.json

index e1ecc541e6894eb509d8dc6d3152f8ac47ce981c..5333f12d14dd8f28d14f79744f0a39b53b307e29 100644 (file)
--- a/META.json
+++ b/META.json
@@ -1,12 +1,24 @@
 {
-    "name": "pgxn_utils",
-    "abstract": "pgxn_utils is a development tool to create PostgreSQL extensions",
-    "version": "0.1.3",
-    "maintainer": "Dickson S. Guedes <[email protected]>",
-    "license": "postgres",
-    "release_status": "stable",
-    "repository": {
-       "url": "git://github.com/guedes/pgxn-utils.git",
-        "type": "git"
-    }
+   "name": "pgxn_utils",
+   "abstract": "pgxn_utils is a development tool to create PostgreSQL extensions",
+   "version": "0.1.3",
+   "maintainer": "Dickson S. Guedes <[email protected]>",
+   "license": "postgresql",
+   "release_status": "stable",
+   "resources": {
+       "repository": {
+           "url": "git://github.com/guedes/pgxn-utils.git",
+           "type": "git"
+       }
+   },
+   "provides": {
+       "pgxn_utils": {
+           "file": "pgxn_utils",
+           "version": "0.1.3"
+       }
+   },
+   "meta-spec": {
+       "version": "1.0.0",
+       "url": "http://pgxn.org/meta/spec.txt"
+   }
 }