Skip to content

Commit

Permalink
Merge branch 'provides'
Browse files Browse the repository at this point in the history
  • Loading branch information
postwait committed May 19, 2011
2 parents b1ce412 + 2c00f08 commit ddd2bab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion META.json
Expand Up @@ -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 <jesus@omnti.com",
"license": [ "bsd", "mozilla_1_0" ],
"status": "stable",
"provides": {
"amqp": {
"abstract": "AMQP protocol support for PostgreSQL",
"file": "pg_amqp.sql",
"version": "0.2.0"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
Expand Down

0 comments on commit ddd2bab

Please sign in to comment.