From 546cc34772a7279fccbc9b61cb1f9c0599022d5b Mon Sep 17 00:00:00 2001 From: Perik Rigoudy <117086694+PerikAdjust@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:12:58 +0200 Subject: [PATCH 1/2] Update META.json Change version of meta-spec, this was a mistake it's 1.0.0 and add "adjustgmbh" as author to publish this extension on PGXN. Like adjust/pg-mvtbl#8 (comment) This extension is new and has not yet been shared on PGXN. --- META.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index d94ab61..336ee23 100644 --- a/META.json +++ b/META.json @@ -1,5 +1,6 @@ { "name": "base62", + "author": "adjustgmbh", "abstract": "Integers represented in base62", "version": "0.0.1", "maintainer": [ "Artur Zakirov ", "Manuel Kniep " ], @@ -14,14 +15,14 @@ } }, "meta-spec": { - "version": "0.0.1", + "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "description": "Integers represented in base62", "prereqs": { "runtime": { "requires": { - "PostgreSQL": "9.3.0" + "PostgreSQL": "10.0" } } }, From 2212b888d4c00eac99a2840f5c523405e9386f1a Mon Sep 17 00:00:00 2001 From: Perik Rigoudy <117086694+PerikAdjust@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:16:06 +0100 Subject: [PATCH 2/2] Update META.json META.json update for standardization and modified to pass PGXN meta specification validation --- META.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index 336ee23..3012908 100644 --- a/META.json +++ b/META.json @@ -3,7 +3,9 @@ "author": "adjustgmbh", "abstract": "Integers represented in base62", "version": "0.0.1", - "maintainer": [ "Artur Zakirov ", "Manuel Kniep " ], + "maintainer" : [ + "adjustgmbh" + ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, @@ -22,7 +24,7 @@ "prereqs": { "runtime": { "requires": { - "PostgreSQL": "10.0" + "PostgreSQL": "10.0.0" } } },