Skip to content

Commit

Permalink
Pgxn release (#6)
Browse files Browse the repository at this point in the history
* Adding META.josn and editing the description in the control file

* META fixes
  • Loading branch information
einhverfr authored Nov 13, 2017
1 parent 2d905ce commit 40707ee
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "device_type",
"abstract": "Enumerable type for mobile device types",
"version": "0.0.1",
"maintainer": [ "Chris Travers <christravers@adjust.com>", "Manuel Kniep <rapimo@adjust.com>" ],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"device_type": {
"file": "sql/device_type.sql",
"version": "0.0.1",
"abstract": "Enumerable mobile device type. Stored in one byte."
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "This extnesion offers a one-byte storage type that works as an enum for mobile device types.",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/pg-device_type/issues"
},
"repository": {
"url": "git://github.com/adjust/pg-device_type.git",
"web": "http://github.com/adjust/pg-device_type",
"type": "git"
}
}
}

2 changes: 1 addition & 1 deletion device_type.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# device_type extension
comment = 'my awesome extension'
comment = 'An emum type for mobile device types'
default_version = '0.0.1'
relocatable = true
requires = ''

0 comments on commit 40707ee

Please sign in to comment.