From 8e990f63a067cd5c3c1bb92f1f1f05b5704256ac Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Thu, 19 May 2011 13:40:01 -0400 Subject: [PATCH 1/3] Fix license. --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.json b/META.json index c4ced6c..ffa66cd 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "description": "The pg_amqp package provides the ability for postgres statements to directly publish messages to an AMQP broker.", "version": "0.2.0", "maintainer": "Theo Schlossnagle Date: Thu, 19 May 2011 13:41:08 -0400 Subject: [PATCH 2/3] Add `"provides"` field; increment dist version. --- META.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/META.json b/META.json index ffa66cd..330eac1 100644 --- a/META.json +++ b/META.json @@ -2,10 +2,17 @@ "name": "pg_amqp", "abstract": "AMQP protocol support for PostgreSQL", "description": "The pg_amqp package provides the ability for postgres statements to directly publish messages to an AMQP broker.", - "version": "0.2.0", + "version": "0.3.0", "maintainer": "Theo Schlossnagle Date: Thu, 19 May 2011 13:52:02 -0400 Subject: [PATCH 3/3] Maybe the extension should be known as "amqp"? --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.json b/META.json index 330eac1..6492cb0 100644 --- a/META.json +++ b/META.json @@ -7,7 +7,7 @@ "license": "bsd", "status": "stable", "provides": { - "pg_amqp": { + "amqp": { "abstract": "AMQP protocol support for PostgreSQL", "file": "pg_amqp.sql", "version": "0.2.0"